Searched refs:non_ascii (Results 1 – 2 of 2) sorted by relevance
62 inline bool String::AllASCIIExcept(const uint16_t* chars, int32_t length, uint16_t non_ascii) { in AllASCIIExcept() argument63 DCHECK(!IsASCII(non_ascii)); in AllASCIIExcept()65 if (!IsASCII(chars[i]) && chars[i] != non_ascii) { in AllASCIIExcept()
247 static bool AllASCIIExcept(const uint16_t* chars, int32_t length, uint16_t non_ascii);