Searched defs:toFOLD_uvchr (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
H A D | ppport.h | 13887 # 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 D | handy.h | 2188 #define toFOLD_uvchr(c,s,l) to_uni_fold(c,s,l) macro
|