Searched refs:GetLengthFromCount (Results 1 – 2 of 2) sorted by relevance
68 int32_t length = String::GetLengthFromCount(count_); in operator()104 const int32_t length = String::GetLengthFromCount(count_); in operator()134 const int32_t length = String::GetLengthFromCount(count_); in operator()165 size_t length = String::GetLengthFromCount(utf16_length_with_flag); in Alloc()
87 return GetLengthFromCount(GetCount<kVerifyFlags>()); in GetLength()214 ALWAYS_INLINE static int32_t GetLengthFromCount(int32_t count) { in GetLengthFromCount() function