Searched defs:NATIVE_UTF8_TO_I8 (Results 1 – 4 of 4) sorted by relevance
140 #define NATIVE_UTF8_TO_I8(b) (__ASSERT_(FITS_IN_8_BITS(b)) PL_e2utf[(U8)(b)]) macro
288 #define NATIVE_UTF8_TO_I8(ch) (__ASSERT_(FITS_IN_8_BITS(ch)) ((U8) (ch))) macro [all...]
134 # define NATIVE_UTF8_TO_I8(x) (x) macro
17427 # define NATIVE_UTF8_TO_I8(c) NATIVE_TO_UTF(c) macro17432 # define NATIVE_UTF8_TO_I8(c) (c) macro