Searched refs:utf8Size (Results 1 – 1 of 1) sorted by relevance
1798 ssize_t utf8Size = utf16_to_utf8_length(src, utf16Size); in readUtf8FromUtf16() local1799 if (utf8Size < 0) { in readUtf8FromUtf16()1804 str->resize(utf8Size + 1); in readUtf8FromUtf16()1806 str->resize(utf8Size); in readUtf8FromUtf16()