Searched refs:utf16_length (Results 1 – 3 of 3) sorted by relevance
104 int utf16_length = i18n_utils::GetUtf16Length(uchar32); in AdvanceToUtf16() local105 if (utf16_index_ + utf16_length > desired_utf16_index) { in AdvanceToUtf16()115 utf16_index_ += utf16_length; in AdvanceToUtf16()160 int utf16_length = i18n_utils::GetUtf16Length(uchar32); in AdvanceToUtf32() local167 utf16_index_ += utf16_length; in AdvanceToUtf32()
208 int32_t utf16_length = static_cast<int32_t>(utf16.length()); in ConvertToUtf8AndNormalize() local209 icu::UnicodeString normalized(utf16.data(), utf16_length); in ConvertToUtf8AndNormalize()212 if (normalized_prefix_length < utf16_length) { in ConvertToUtf8AndNormalize()
89 TC3_ASSIGN_OR_RETURN(int utf16_length, in Length()95 utf16_length); in Length()