allegro5.utf8

Undocumented in source.

Members

Aliases

ALLEGRO_USTR
alias ALLEGRO_USTR = _al_tagbstring
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALLEGRO_USTR_INFO
alias ALLEGRO_USTR_INFO = _al_tagbstring
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

al_cstr
const(char)* al_cstr(ALLEGRO_USTR* us)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_cstr_dup
char* al_cstr_dup(ALLEGRO_USTR* us)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ref_buffer
const(ALLEGRO_USTR)* al_ref_buffer(ALLEGRO_USTR_INFO* info, char* s, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ref_cstr
const(ALLEGRO_USTR)* al_ref_cstr(ALLEGRO_USTR_INFO* info, char* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ref_ustr
const(ALLEGRO_USTR)* al_ref_ustr(ALLEGRO_USTR_INFO* info, ALLEGRO_USTR* us, int start_pos, int end_pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_append
bool al_ustr_append(ALLEGRO_USTR* us1, ALLEGRO_USTR* us2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_append_chr
size_t al_ustr_append_chr(ALLEGRO_USTR* us, int c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_append_cstr
bool al_ustr_append_cstr(ALLEGRO_USTR* us, char* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_appendf
bool al_ustr_appendf(ALLEGRO_USTR* us, char* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_assign
bool al_ustr_assign(ALLEGRO_USTR* us1, ALLEGRO_USTR* us2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_assign_cstr
bool al_ustr_assign_cstr(ALLEGRO_USTR* us1, char* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_assign_substr
bool al_ustr_assign_substr(ALLEGRO_USTR* us1, ALLEGRO_USTR* us2, int start_pos, int end_pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_compare
int al_ustr_compare(ALLEGRO_USTR* u, ALLEGRO_USTR* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_dup
ALLEGRO_USTR* al_ustr_dup(ALLEGRO_USTR* us)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_dup_substr
ALLEGRO_USTR* al_ustr_dup_substr(ALLEGRO_USTR* us, int start_pos, int end_pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_empty_string
const(ALLEGRO_USTR)* al_ustr_empty_string()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_encode_utf16
size_t al_ustr_encode_utf16(ALLEGRO_USTR* us, ushort* s, size_t n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_equal
bool al_ustr_equal(ALLEGRO_USTR* us1, ALLEGRO_USTR* us2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_find_chr
int al_ustr_find_chr(ALLEGRO_USTR* us, int start_pos, int c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_find_cset
int al_ustr_find_cset(ALLEGRO_USTR* us, int start_pos, ALLEGRO_USTR* reject)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_find_cset_cstr
int al_ustr_find_cset_cstr(ALLEGRO_USTR* us, int start_pos, char* reject)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_find_cstr
int al_ustr_find_cstr(ALLEGRO_USTR* haystack, int start_pos, char* needle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_find_replace
bool al_ustr_find_replace(ALLEGRO_USTR* us, int start_pos, ALLEGRO_USTR* find, ALLEGRO_USTR* replace)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_find_replace_cstr
bool al_ustr_find_replace_cstr(ALLEGRO_USTR* us, int start_pos, char* find, char* replace)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_find_set
int al_ustr_find_set(ALLEGRO_USTR* us, int start_pos, ALLEGRO_USTR* accept)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_find_set_cstr
int al_ustr_find_set_cstr(ALLEGRO_USTR* us, int start_pos, char* accept)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_find_str
int al_ustr_find_str(ALLEGRO_USTR* haystack, int start_pos, ALLEGRO_USTR* needle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_free
void al_ustr_free(ALLEGRO_USTR* us)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_get
int al_ustr_get(ALLEGRO_USTR* us, int pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_get_next
int al_ustr_get_next(ALLEGRO_USTR* us, int* pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_has_prefix
bool al_ustr_has_prefix(ALLEGRO_USTR* u, ALLEGRO_USTR* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_has_prefix_cstr
bool al_ustr_has_prefix_cstr(ALLEGRO_USTR* u, char* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_has_suffix
bool al_ustr_has_suffix(ALLEGRO_USTR* u, ALLEGRO_USTR* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_has_suffix_cstr
bool al_ustr_has_suffix_cstr(ALLEGRO_USTR* us1, char* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_insert
bool al_ustr_insert(ALLEGRO_USTR* us1, int pos, ALLEGRO_USTR* us2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_insert_chr
size_t al_ustr_insert_chr(ALLEGRO_USTR* us, int pos, int c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_insert_cstr
bool al_ustr_insert_cstr(ALLEGRO_USTR* us, int pos, char* us2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_length
size_t al_ustr_length(ALLEGRO_USTR* us)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_ltrim_ws
bool al_ustr_ltrim_ws(ALLEGRO_USTR* us)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_ncompare
int al_ustr_ncompare(ALLEGRO_USTR* us1, ALLEGRO_USTR* us2, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_new
ALLEGRO_USTR* al_ustr_new(char* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_new_from_buffer
ALLEGRO_USTR* al_ustr_new_from_buffer(char* s, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_new_from_utf16
ALLEGRO_USTR* al_ustr_new_from_utf16(ushort* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_newf
ALLEGRO_USTR* al_ustr_newf(char* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_next
bool al_ustr_next(ALLEGRO_USTR* us, int* pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_offset
int al_ustr_offset(ALLEGRO_USTR* us, int index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_prev
bool al_ustr_prev(ALLEGRO_USTR* us, int* pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_prev_get
int al_ustr_prev_get(ALLEGRO_USTR* us, int* pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_remove_chr
bool al_ustr_remove_chr(ALLEGRO_USTR* us, int pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_remove_range
bool al_ustr_remove_range(ALLEGRO_USTR* us, int start_pos, int end_pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_replace_range
bool al_ustr_replace_range(ALLEGRO_USTR* us1, int start_pos1, int end_pos1, ALLEGRO_USTR* us2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_rfind_chr
int al_ustr_rfind_chr(ALLEGRO_USTR* us, int start_pos, int c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_rfind_cstr
int al_ustr_rfind_cstr(ALLEGRO_USTR* haystack, int start_pos, char* needle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_rfind_str
int al_ustr_rfind_str(ALLEGRO_USTR* haystack, int start_pos, ALLEGRO_USTR* needle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_rtrim_ws
bool al_ustr_rtrim_ws(ALLEGRO_USTR* us)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_set_chr
size_t al_ustr_set_chr(ALLEGRO_USTR* us, int pos, int c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_size
size_t al_ustr_size(ALLEGRO_USTR* us)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_size_utf16
size_t al_ustr_size_utf16(ALLEGRO_USTR* us)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_to_buffer
void al_ustr_to_buffer(ALLEGRO_USTR* us, char* buffer, int size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_trim_ws
bool al_ustr_trim_ws(ALLEGRO_USTR* us)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_truncate
bool al_ustr_truncate(ALLEGRO_USTR* us, int start_pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ustr_vappendf
bool al_ustr_vappendf(ALLEGRO_USTR* us, char* fmt, va_list ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_utf16_encode
size_t al_utf16_encode(ushort* s, int c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_utf16_width
size_t al_utf16_width(int c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_utf8_encode
size_t al_utf8_encode(char* s, int c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_utf8_width
size_t al_utf8_width(int c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_al_tagbstring
struct _al_tagbstring
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta