Searched defs:NATIVE_TO_UNI (Results 1 – 3 of 3) sorted by relevance
144 #define NATIVE_TO_UNI(ch) \ macro
292 #define NATIVE_TO_UNI(ch) ((UV) ASSERT_NOT_PTR(ch)) macro [all...]
12947 # define NATIVE_TO_UNI(c) ((c) > 255 ? (c) : NATIVE_TO_LATIN1(c)) macro12964 # define NATIVE_TO_UNI(c) (c) macro