Searched defs:toLOWER_uvchr (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
H A D | ppport.h | 13875 # define toLOWER_uvchr(c, s, l) UNI_TO_NATIVE(to_uni_lower(NATIVE_TO_UNI(c), s, l)) macro 13979 # define toLOWER_uvchr(c, s, l) \ macro
|
/openbsd-src/gnu/usr.bin/perl/ |
H A D | handy.h | 2189 #define toLOWER_uvchr(c,s,l) to_uni_lower(c,s,l) macro
|