Home
last modified time | relevance | path

Searched refs:toFOLD_uvchr (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D502300939 toFOLD_uvchr # U
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
D5006000142 toFOLD_uvchr # U
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
Dmisc974 __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/
Dhandy.h2188 #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/
Dppport.h13886 #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/
Dapidoc.fnc1031 Amd|UV|toFOLD_uvchr|UV cp|U8* s|STRLEN* lenp
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/
DAPItest.xs7080 av_push_simple(av, newSVuv(toFOLD_uvchr(ord, s, &len)));