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 D | ex_utf8.c | 67 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 D | utf8.h | 40 AL_FUNC(const ALLEGRO_USTR *, al_ustr_empty_string, (void));
|
/dports/devel/allegro5/allegro5-5.2.7.0/src/ |
H A D | config.c | 360 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 D | utf8.c | 151 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 D | text.c | 541 proceed = cb(line_num, al_ustr_empty_string(), extra); in al_do_multiline_ustr()
|