Home
last modified time | relevance | path

Searched refs:al_ustr_empty_string (Results 1 – 5 of 5) sorted by relevance

/dports/devel/allegro5/allegro5-5.2.7.0/examples/
H A Dex_utf8.c67 CHECK(0 == al_ustr_size(al_ustr_empty_string())); in t2()
68 CHECK(0 == strcmp(al_cstr(al_ustr_empty_string()), "")); in t2()
212 CHECK(!al_ustr_equal(us1, al_ustr_empty_string())); in t10()
476 CHECK(al_ustr_get(al_ustr_empty_string(), 0) < 0); in t22()
626 CHECK(0 == al_ustr_length(al_ustr_empty_string())); in t27()
1132 find = al_ustr_empty_string(); in t49()
/dports/devel/allegro5/allegro5-5.2.7.0/include/allegro5/
H A Dutf8.h40 AL_FUNC(const ALLEGRO_USTR *, al_ustr_empty_string, (void));
/dports/devel/allegro5/allegro5-5.2.7.0/src/
H A Dconfig.c360 name = al_ustr_empty_string(); in al_load_config_file_f()
373 config_set_value(config, al_ustr_empty_string(), key, value); in al_load_config_file_f()
H A Dutf8.c151 const ALLEGRO_USTR *al_ustr_empty_string(void) in al_ustr_empty_string() function
/dports/devel/allegro5/allegro5-5.2.7.0/addons/font/
H A Dtext.c541 proceed = cb(line_num, al_ustr_empty_string(), extra); in al_do_multiline_ustr()