Home
last modified time | relevance | path

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

/dports/devel/allegro5/allegro5-5.2.7.0/examples/
H A Dex_utf8.c33 #define U_2051 0x2051 /* ⁑ */ macro
930 CHECK(al_ustr_set_chr(us, al_ustr_size(us) + 2, U_2051) == 3); in t42()
935 CHECK(al_ustr_set_chr(us, -1, U_2051) == 0); in t42()