Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h13887 # define toFOLD_uvchr(c, s, l) UNI_TO_NATIVE(to_uni_fold( NATIVE_TO_UNI(c), s, l)) macro
13994 # define toFOLD_uvchr(c, s, l) toLOWER_uvchr(c, s, l) macro
/openbsd-src/gnu/usr.bin/perl/
H A Dhandy.h2188 #define toFOLD_uvchr(c,s,l) to_uni_fold(c,s,l) macro