Home
last modified time | relevance | path

Searched defs:toLOWER_uvchr (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h13875 # 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 Dhandy.h2189 #define toLOWER_uvchr(c,s,l) to_uni_lower(c,s,l) macro