Home
last modified time | relevance | path

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

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