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

  /art/runtime/mirror/
string-inl.h 204 inline String* String::Alloc(Thread* self, int32_t utf16_length_with_flag,
208 const bool compressible = kUseStringCompression && String::IsCompressed(utf16_length_with_flag);
210 size_t length = String::GetLengthFromCount(utf16_length_with_flag);
string.cc 215 const int32_t utf16_length_with_flag = String::GetFlaggedCount(utf16_length, compressible); local
216 SetStringCountVisitor visitor(utf16_length_with_flag);
217 ObjPtr<String> string = Alloc<true>(self, utf16_length_with_flag, allocator_type, visitor);
string.h 250 ALWAYS_INLINE static String* Alloc(Thread* self, int32_t utf16_length_with_flag,

Completed in 107 milliseconds