Home
last modified time | relevance | path

Searched refs:PL_fold_locale (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
Dlocale.c175 PL_fold_locale[i] = toLOWER_LC(i); in Perl_new_ctype()
177 PL_fold_locale[i] = toUPPER_LC(i); in Perl_new_ctype()
179 PL_fold_locale[i] = i; in Perl_new_ctype()
Dregexec.c1064 c2 = PL_fold_locale[c1]; in S_find_byclass()
2567 ? PL_fold : PL_fold_locale)[nextchr]) in S_regmatch()
2863 ? PL_fold : PL_fold_locale)[nextchr])))) in S_regmatch()
3450 c2 = PL_fold_locale[c1]; in S_regmatch()
3514 c2 = PL_fold_locale[c1]; in S_regmatch()
3614 c2 = PL_fold_locale[c1]; in S_regmatch()
4097 (UCHARAT(scan) == c || UCHARAT(scan) == PL_fold_locale[c])) in S_regrepeat()
4457 f = PL_fold_locale[c]; in S_reginclass()
Dperl.h3590 EXT unsigned char PL_fold_locale[] = { variable
3625 EXT unsigned char PL_fold_locale[]; variable
Dutil.c735 if (*a != *b && *a != PL_fold_locale[*b]) in Perl_ibcmp_locale()