Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D502300941 toTITLE_uvchr # U
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
D5006000146 toTITLE_uvchr # U
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
Dmisc973 __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/
Dhandy.h2190 #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/
Dppport.h13882 #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/
Dapidoc.fnc1044 Amd|UV|toTITLE_uvchr|UV cp|U8* s|STRLEN* lenp
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/
DAPItest.xs7243 av_push_simple(av, newSVuv(toTITLE_uvchr(ord, s, &len)));