Searched refs:IsASCII (Results 1 – 5 of 5) sorted by relevance
63 DCHECK(!IsASCII(non_ascii)); in AllASCIIExcept()65 if (!IsASCII(chars[i]) && chars[i] != non_ascii) { in AllASCIIExcept()79 IsASCII(new_c) && in DoReplace()80 (src->IsCompressed() || (!IsASCII(old_c) && AllASCIIExcept(src->value_, length, old_c))); in DoReplace()
99 if (!IsASCII(chars[i])) { in AllASCII()
240 static constexpr bool IsASCII(uint16_t c) { in IsASCII() function
233 mirror::String::IsASCII(reinterpret_cast<const uint16_t*>(current_arg)[0]); in CalculateLengthWithFlag()
111 return mirror::String::IsASCII(dchecked_integral_cast<uint16_t>(GetUtf16FromUtf8(&ptr))); in VisitModifiedUtf8Chars()