Searched defs:I8_TO_NATIVE_UTF8 (Results 1 – 4 of 4) sorted by relevance
141 #define I8_TO_NATIVE_UTF8(b) (__ASSERT_(FITS_IN_8_BITS(b)) PL_utf2e[(U8)(b)]) macro
289 #define I8_TO_NATIVE_UTF8(ch) (__ASSERT_(FITS_IN_8_BITS(ch)) ((U8) (ch))) macro
137 # define I8_TO_NATIVE_UTF8(x) (x) macro1199 # define I8_TO_NATIVE_UTF8(a) NATIVE_TO_UTF(a) macro
17439 # define I8_TO_NATIVE_UTF8(c) UTF_TO_NATIVE(c) macro17444 # define I8_TO_NATIVE_UTF8(c) (c) macro