Home
last modified time | relevance | path

Searched refs:non_ascii (Results 1 – 2 of 2) sorted by relevance

/art/runtime/mirror/
Dstring.cc62 inline bool String::AllASCIIExcept(const uint16_t* chars, int32_t length, uint16_t non_ascii) { in AllASCIIExcept() argument
63 DCHECK(!IsASCII(non_ascii)); in AllASCIIExcept()
65 if (!IsASCII(chars[i]) && chars[i] != non_ascii) { in AllASCIIExcept()
Dstring.h247 static bool AllASCIIExcept(const uint16_t* chars, int32_t length, uint16_t non_ascii);