Searched refs:GetLengthFromCount (Results 1 – 2 of 2) sorted by relevance
69 int32_t length = String::GetLengthFromCount(count_); in operator()105 const int32_t length = String::GetLengthFromCount(count_); in operator()135 const int32_t length = String::GetLengthFromCount(count_); in operator()166 size_t length = String::GetLengthFromCount(utf16_length_with_flag); in Alloc()
91 return GetLengthFromCount(GetCount<kVerifyFlags>()); in GetLength()219 ALWAYS_INLINE static int32_t GetLengthFromCount(int32_t count) { in GetLengthFromCount() function