Searched defs:utf16_length_with_flag (Results 1 – 2 of 2) sorted by relevance
209 inline String* String::Alloc(Thread* self, int32_t utf16_length_with_flag, in Alloc()
212 const int32_t utf16_length_with_flag = String::GetFlaggedCount(utf16_length, compressible); in AllocFromModifiedUtf8() local