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