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

  /art/runtime/mirror/
string-inl.h 256 kUseStringCompression && String::AllASCII<uint8_t>(src, byte_length) && (high_byte == 0);
270 String::AllASCII<uint16_t>(array->GetData() + offset, count);
281 ((string->IsCompressed()) ? true : String::AllASCII<uint16_t>(string->GetValue() + offset,
307 inline bool String::AllASCII(const MemoryType* chars, const int length) {
320 DCHECK_EQ(AllASCII(reinterpret_cast<const uint8_t*>(chars), length), chars[length] == 0);
string.cc 121 DCHECK(kUseStringCompression && AllASCII(out, length));
132 DCHECK(!kUseStringCompression || !AllASCII(out, length));
178 String::AllASCII<uint16_t>(utf16_data_in, utf16_length);
string.h 189 static bool AllASCII(const MemoryType* chars, const int length);

Completed in 909 milliseconds