Searched refs:utf8_length (Results 1 – 2 of 2) sorted by relevance
226 size_t src_len = utf8_length(src); in GetExpectedString()
228 static int Utf8ToUtf16(const Uint8 *utf8, const int utf8_length, Uint16 *utf16, const int utf16_max… in Utf8ToUtf16() argument235 Uint8 const *const end_of_input = utf8 + utf8_length - 1; in Utf8ToUtf16()