Searched refs:toFOLD_uvchr (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
| D | 5023009 | 39 toFOLD_uvchr # U
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/ |
| D | 5006000 | 142 toFOLD_uvchr # U
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
| D | misc | 974 __UNDEFINED__ toFOLD_uvchr(c, s, l) UNI_TO_NATIVE(to_uni_fold( NATIVE_TO_UNI(c), s, l)) 1061 __UNDEFINED__ toFOLD_uvchr(c, s, l) toLOWER_uvchr(c, s, l) 1091 /* Warning: toFOLD_utf8_safe, toFOLD_uvchr 2527 toFOLD_uvchr(c) 2537 ret = toFOLD_uvchr(c, u, &len);
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | handy.h | 2188 #define toFOLD_uvchr(c,s,l) to_uni_fold(c,s,l) macro 2213 #define toFOLD_uni(c,s,l) toFOLD_uvchr(c,s,l)
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
| D | ppport.h | 13886 #ifndef toFOLD_uvchr 13887 # define toFOLD_uvchr(c, s, l) UNI_TO_NATIVE(to_uni_fold( NATIVE_TO_UNI(c), s, l)) macro 13993 #ifndef toFOLD_uvchr 13994 # define toFOLD_uvchr(c, s, l) toLOWER_uvchr(c, s, l) macro
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
| D | apidoc.fnc | 1031 Amd|UV|toFOLD_uvchr|UV cp|U8* s|STRLEN* lenp
|
| /openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/ |
| D | APItest.xs | 7080 av_push_simple(av, newSVuv(toFOLD_uvchr(ord, s, &len)));
|