Home
last modified time | relevance | path

Searched refs:toU8_UPPER_LC (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dlocale.c3706 if (toU8_UPPER_LC('i') == 'i' && toU8_LOWER_LC('I') == 'I') in S_new_ctype()
3728 if (toU8_LOWER_LC(j) != j || toU8_UPPER_LC(j) != j) { in S_new_ctype()
3741 PL_fold_locale[i] = (U8) toU8_UPPER_LC(i); in S_new_ctype()
3963 if (UNLIKELY(toU8_UPPER_LC(i) != (int) toUPPER_A(i))) { in S_new_ctype()
3967 name, toU8_UPPER_LC(i), (int) toUPPER_A(i))); in S_new_ctype()
H A Dhandy.h2061 #define toU8_UPPER_LC(c) WRAP_U8_LC_((c), CC_TOUPPER_, to_posix_UPPER) macro
2116 ? ((U8) toU8_UPPER_LC(c)) \