Searched refs:IsAsciiLower (Results 1 – 5 of 5) sorted by relevance
56 inline constexpr bool IsAsciiLower(base::uc32 c) { in IsAsciiLower() function65 return c & ~(IsAsciiLower(c) << 5); in ToAsciiUpper()
29 inline constexpr bool IsAsciiLower(base::uc32 ch);
39 if (IsAsciiLower(first_char)) in GetVar()
290 inline bool IsAsciiLower(Char c) { in IsAsciiLower() function
100 ~((IsAsciiLower(ch) || (((ch & 0xE0) == 0xE0) && ch != 0xF7)) << 5); in ToLatin1Upper()648 return locale.length() == 2 && IsAsciiLower(locale[0]) && in IsTwoLetterLanguage()649 IsAsciiLower(locale[1]); in IsTwoLetterLanguage()