Searched defs:length_with_flag (Results 1 – 3 of 3) sorted by relevance
204 const int32_t length_with_flag = String::GetFlaggedCount(0, /* compressible= */ true); in AllocEmptyString() local220 const int32_t length_with_flag = String::GetFlaggedCount(byte_length, compressible); in AllocFromByteArray() local235 const int32_t length_with_flag = String::GetFlaggedCount(count, compressible); in AllocFromCharArray() local249 const int32_t length_with_flag = String::GetFlaggedCount(string_length, compressible); in AllocFromString() local
90 const int32_t length_with_flag = String::GetFlaggedCount(length, compressible); in DoReplace() local130 const int32_t length_with_flag = String::GetFlaggedCount(length + length2, compressible); in AllocFromStrings() local168 int32_t length_with_flag = String::GetFlaggedCount(utf16_length, compressible); in AllocFromUtf16() local
353 int32_t length_with_flag = builder.CalculateLengthWithFlag(); in AppendF() local