Searched refs:utf16_length_with_flag (Results 1 – 3 of 3) sorted by relevance
160 int32_t utf16_length_with_flag, in Alloc() argument164 const bool compressible = kUseStringCompression && String::IsCompressed(utf16_length_with_flag); in Alloc()166 size_t length = String::GetLengthFromCount(utf16_length_with_flag); in Alloc()
204 const int32_t utf16_length_with_flag = String::GetFlaggedCount(utf16_length, compressible); in AllocFromModifiedUtf8() local205 SetStringCountVisitor visitor(utf16_length_with_flag); in AllocFromModifiedUtf8()206 ObjPtr<String> string = Alloc(self, utf16_length_with_flag, allocator_type, visitor); in AllocFromModifiedUtf8()
258 int32_t utf16_length_with_flag,