Searched refs:AllASCII (Results 1 – 3 of 3) sorted by relevance
/art/runtime/mirror/ |
D | string-inl.h | 265 kUseStringCompression && String::AllASCII<uint8_t>(src, byte_length) && (high_byte == 0); in AllocFromByteArray() 279 String::AllASCII<uint16_t>(array->GetData() + offset, count); in AllocFromCharArray() 290 ((string->IsCompressed()) ? true : String::AllASCII<uint16_t>(string->GetValue() + offset, in AllocFromString() 316 inline bool String::AllASCII(const MemoryType* chars, const int length) { in AllASCII() function 329 DCHECK_EQ(AllASCII(reinterpret_cast<const uint8_t*>(chars), length), chars[length] == 0); in DexFileStringAllASCII()
|
D | string.cc | 122 DCHECK(kUseStringCompression && AllASCII(out, length)); in DoReplace() 133 DCHECK(!kUseStringCompression || !AllASCII(out, length)); in DoReplace() 179 String::AllASCII<uint16_t>(utf16_data_in, utf16_length); in AllocFromUtf16()
|
D | string.h | 189 static bool AllASCII(const MemoryType* chars, const int length);
|