Searched refs:toU8_LOWER_LC (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/
H A Dlocale.c2140 if (toU8_UPPER_LC('i') == 'i' && toU8_LOWER_LC('I') == 'I')
2162 if (toU8_LOWER_LC(j) != j || toU8_UPPER_LC(j) != j) {
2173 PL_fold_locale[i] = (U8) toU8_LOWER_LC(i);
2380 if (UNLIKELY(toU8_LOWER_LC(i) != (int) toLOWER_A(i))) {
2384 name, toU8_LOWER_LC(i), (int) toLOWER_A(i)));
H A Dhandy.h2060 #define toU8_LOWER_LC(c) WRAP_U8_LC_((c), CC_TOLOWER_, to_posix_LOWER) macro
2062 #define toU8_FOLD_LC(c) toU8_LOWER_LC(c)
2104 : ((U8) toU8_LOWER_LC(c))))

Completed in 113 milliseconds