HomeSort by relevance Sort by last modified time
    Searched refs:AllASCIIExcept (Results 1 - 2 of 2) sorted by null

  /art/runtime/mirror/
string.cc 85 inline bool String::AllASCIIExcept(const uint16_t* chars, int32_t length, uint16_t non_ascii) {
103 (src->IsCompressed() || (!IsASCII(old_c) && AllASCIIExcept(src->value_, length, old_c)));
string.h 240 static bool AllASCIIExcept(const uint16_t* chars, int32_t length, uint16_t non_ascii);

Completed in 1154 milliseconds