Searched refs:AllASCIIExcept (Results 1 – 2 of 2) sorted by relevance
70 inline bool String::AllASCIIExcept(const uint16_t* chars, int32_t length, uint16_t non_ascii) { in AllASCIIExcept() function in art::mirror::String88 (src->IsCompressed() || (!IsASCII(old_c) && AllASCIIExcept(src->value_, length, old_c))); in DoReplace()
242 static bool AllASCIIExcept(const uint16_t* chars, int32_t length, uint16_t non_ascii);