Searched refs:utf8Size (Results 1 – 1 of 1) sorted by relevance
1793 ssize_t utf8Size = utf16_to_utf8_length(src, utf16Size) + 1; in readUtf8FromUtf16() local1794 if (utf8Size < 1) { in readUtf8FromUtf16()1799 str->resize(utf8Size); in readUtf8FromUtf16()1800 utf16_to_utf8(src, utf16Size, &((*str)[0]), utf8Size); in readUtf8FromUtf16()1801 str->resize(utf8Size - 1); in readUtf8FromUtf16()