Searched defs:utf8_length (Results 1 – 4 of 4) sorted by relevance
106 int32_t utf8_length, in AdvanceAndReturnUTF16Pos()193 const int32_t utf8_length = static_cast<int32_t>(utf8_string.size()); in ConvertMatchPositionsToWide() local
234 static int Utf8ToUtf16(const Uint8 *utf8, const int utf8_length, Uint16 *utf16, const int utf16_max… in Utf8ToUtf16()
460 int utf8_length = Min(str->length(), kUtf8BufferSize - utf8_pos_); in AppendString() local
5804 int utf8_length = static_cast<int>(expected_len->Value()); in WriteUtf8Helper() local