Searched refs:IsAsciiUpper (Results 1 – 5 of 5) sorted by relevance
60 inline constexpr bool IsAsciiUpper(base::uc32 c) { in IsAsciiUpper() function69 return c | (IsAsciiUpper(c) << 5); in ToAsciiLower()
30 inline constexpr bool IsAsciiUpper(base::uc32 ch);
41 else if (IsAsciiUpper(first_char)) in GetVar()
286 inline bool IsAsciiUpper(Char c) { in IsAsciiUpper() function
163 if (V8_UNLIKELY(IsAsciiUpper(ch) || ch & ~0x7F)) { in FindFirstUpperOrNonAscii()