Home
last modified time | relevance | path

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

/aosp12/art/runtime/mirror/
H A Dstring.cc62 inline bool String::AllASCIIExcept(const uint16_t* chars, int32_t length, uint16_t non_ascii) { in AllASCIIExcept() function in art::mirror::String
80 (src->IsCompressed() || (!IsASCII(old_c) && AllASCIIExcept(src->value_, length, old_c))); in DoReplace()
H A Dstring.h247 static bool AllASCIIExcept(const uint16_t* chars, int32_t length, uint16_t non_ascii);