Home
last modified time | relevance | path

Searched defs:UNI_TO_NATIVE (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/
H A Dutfebcdic.h146 #define UNI_TO_NATIVE(ch) \ macro
H A Dutf8.h291 #define UNI_TO_NATIVE(ch) ((UV) ASSERT_NOT_PTR(ch)) macro
/openbsd-src/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h12951 # define UNI_TO_NATIVE(c) ((c) > 255 ? (c) : LATIN1_TO_NATIVE(c)) macro
12968 # define UNI_TO_NATIVE(c) (c) macro