Searched refs:PL_fold_locale (Results 1 – 4 of 4) sorted by relevance
175 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()
1064 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()
3590 EXT unsigned char PL_fold_locale[] = { variable3625 EXT unsigned char PL_fold_locale[]; variable
735 if (*a != *b && *a != PL_fold_locale[*b]) in Perl_ibcmp_locale()