Home
last modified time | relevance | path

Searched refs:AllASCII (Results 1 – 4 of 4) sorted by relevance

/art/runtime/mirror/
Dstring-inl.h96 inline bool String::AllASCII(const MemoryType* chars, const int length) { in AllASCII() function
109 DCHECK_EQ(AllASCII(reinterpret_cast<const uint8_t*>(chars), length), chars[length] == 0); in DexFileStringAllASCII()
Dstring-alloc-inl.h219 kUseStringCompression && String::AllASCII<uint8_t>(src, byte_length) && (high_byte == 0); in AllocFromByteArray()
234 String::AllASCII<uint16_t>(array->GetData() + offset, count); in AllocFromCharArray()
247 ((string->IsCompressed()) ? true : String::AllASCII<uint16_t>(string->GetValue() + offset, in AllocFromString()
Dstring.cc98 DCHECK(kUseStringCompression && AllASCII(out, length)); in DoReplace()
109 DCHECK(!kUseStringCompression || !AllASCII(out, length)); in DoReplace()
160 String::AllASCII<uint16_t>(utf16_data_in, utf16_length); in AllocFromUtf16()
Dstring.h205 static bool AllASCII(const MemoryType* chars, const int length);