Searched defs:NATIVE_TO_LATIN1 (Results 1 – 3 of 3) sorted by relevance
136 #define NATIVE_TO_LATIN1(ch) (__ASSERT_(FITS_IN_8_BITS(ch)) PL_e2a[(U8)(ch)]) macro
279 #define NATIVE_TO_LATIN1(ch) (__ASSERT_(FITS_IN_8_BITS(ch)) ((U8) (ch))) macro
12939 # define NATIVE_TO_LATIN1(c) NATIVE_TO_ASCII(c) macro12956 # define NATIVE_TO_LATIN1(c) (c) macro