Home
last modified time | relevance | path

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 D501500513 _to_upper_title_latin1 # F added by devel/scanprov
/openbsd/gnu/usr.bin/perl/
H A Dutf8.c3135 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 Dpp.c4261 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 Dembed.h1522 # define _to_upper_title_latin1(a,b,c,d) Perl__to_upper_title_latin1(aTHX_ a,b,c,d) macro
H A Dembed.fnc4925 p |UV |_to_upper_title_latin1 \
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dembed.fnc1132 p |UV |_to_upper_title_latin1|const U8 c|NN U8 *p|NN STRLEN *lenp|const char S_or_s