Searched refs:toTITLE_uvchr (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
| D | 5023009 | 41 toTITLE_uvchr # U
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/ |
| D | 5006000 | 146 toTITLE_uvchr # U
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
| D | misc | 973 __UNDEFINED__ toTITLE_uvchr(c, s, l) UNI_TO_NATIVE(to_uni_title(NATIVE_TO_UNI(c), s, l)) 1059 __UNDEFINED__ toTITLE_uvchr(c, s, l) \ 1077 * toUPPER_uvchr, toLOWER_uvchr, toTITLE_uvchr 2481 toTITLE_uvchr(c) 2491 ret = toTITLE_uvchr(c, u, &len);
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | handy.h | 2190 #define toTITLE_uvchr(c,s,l) to_uni_title(c,s,l) macro 2215 #define toTITLE_uni(c,s,l) toTITLE_uvchr(c,s,l)
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
| D | ppport.h | 13882 #ifndef toTITLE_uvchr 13883 # define toTITLE_uvchr(c, s, l) UNI_TO_NATIVE(to_uni_title(NATIVE_TO_UNI(c), s, l)) macro 13988 #ifndef toTITLE_uvchr 13989 # define toTITLE_uvchr(c, s, l) \ macro
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
| D | apidoc.fnc | 1044 Amd|UV|toTITLE_uvchr|UV cp|U8* s|STRLEN* lenp
|
| /openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/ |
| D | APItest.xs | 7243 av_push_simple(av, newSVuv(toTITLE_uvchr(ord, s, &len)));
|