Searched defs:UNI_TO_NATIVE (Results 1 – 3 of 3) sorted by relevance
146 #define UNI_TO_NATIVE(ch) \ macro
291 #define UNI_TO_NATIVE(ch) ((UV) ASSERT_NOT_PTR(ch)) macro
12951 # define UNI_TO_NATIVE(c) ((c) > 255 ? (c) : LATIN1_TO_NATIVE(c)) macro12968 # define UNI_TO_NATIVE(c) (c) macro