Searched refs:_to_upper_title_latin1 (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
H A D | 5015005 | 13 _to_upper_title_latin1 # F added by devel/scanprov
|
/openbsd/gnu/usr.bin/perl/ |
H A D | utf8.c | 3135 return _to_upper_title_latin1((U8) c, p, lenp, 'S'); in Perl_to_uni_upper() 3147 return _to_upper_title_latin1((U8) c, p, lenp, 's'); in Perl_to_uni_title() 3898 CASE_CHANGE_BODY_START(~0, toupper, _to_upper_title_latin1, 'S', in Perl__to_utf8_upper_flags() 3921 CASE_CHANGE_BODY_START(~0, toupper, _to_upper_title_latin1, 's', in Perl__to_utf8_title_flags()
|
H A D | pp.c | 4261 title_ord = _to_upper_title_latin1(*s, tmpbuf, &tculen, 's'); 4721 (void) _to_upper_title_latin1(*s, d, &len, 'S'); 4729 (void) _to_upper_title_latin1(*s, d, &len, 'S');
|
H A D | embed.h | 1522 # define _to_upper_title_latin1(a,b,c,d) Perl__to_upper_title_latin1(aTHX_ a,b,c,d) macro
|
H A D | embed.fnc | 4925 p |UV |_to_upper_title_latin1 \
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
H A D | embed.fnc | 1132 p |UV |_to_upper_title_latin1|const U8 c|NN U8 *p|NN STRLEN *lenp|const char S_or_s
|