Home
last modified time | relevance | path

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 Dex_utf8.c681 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 Dandroid_apk_fs.c54 if (al_ustr_prev_get(us, &pos) != '/') { in ensure_trailing_slash()
/dports/devel/allegro5/allegro5-5.2.7.0/include/allegro5/
H A Dutf8.h59 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 Da5_physfs_dir.c51 if (al_ustr_prev_get(us, &pos) != '/') { in ensure_trailing_slash()
/dports/devel/allegro5/allegro5-5.2.7.0/src/
H A Dutf8.c390 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 Dwin_dialog.c406 ch = al_ustr_prev_get(s, &prev); in convert_crlf()