Searched refs:al_ustr_prev_get (Results 1 – 6 of 6) sorted by relevance
/dports/devel/allegro5/allegro5-5.2.7.0/examples/ |
H A D | ex_utf8.c | 681 CHECK(al_ustr_prev_get(us, &pos) == U_euro); in t30() 682 CHECK(al_ustr_prev_get(us, &pos) == U_thorn); in t30() 683 CHECK(al_ustr_prev_get(us, &pos) == 'a'); in t30() 684 CHECK(al_ustr_prev_get(us, &pos) == -1); in t30() 688 CHECK(al_ustr_prev_get(us, &pos) == U_thorn); in t30()
|
/dports/devel/allegro5/allegro5-5.2.7.0/src/android/ |
H A D | android_apk_fs.c | 54 if (al_ustr_prev_get(us, &pos) != '/') { in ensure_trailing_slash()
|
/dports/devel/allegro5/allegro5-5.2.7.0/include/allegro5/ |
H A D | utf8.h | 59 AL_FUNC(int32_t, al_ustr_prev_get, (const ALLEGRO_USTR *us, int *pos));
|
/dports/devel/allegro5/allegro5-5.2.7.0/addons/physfs/ |
H A D | a5_physfs_dir.c | 51 if (al_ustr_prev_get(us, &pos) != '/') { in ensure_trailing_slash()
|
/dports/devel/allegro5/allegro5-5.2.7.0/src/ |
H A D | utf8.c | 390 int32_t al_ustr_prev_get(const ALLEGRO_USTR *us, int *pos) in al_ustr_prev_get() function
|
/dports/devel/allegro5/allegro5-5.2.7.0/addons/native_dialog/ |
H A D | win_dialog.c | 406 ch = al_ustr_prev_get(s, &prev); in convert_crlf()
|