Searched refs:utf8Size (Results 1 – 1 of 1) sorted by relevance
2060 ssize_t utf8Size = utf16_to_utf8_length(src, utf16Size) + 1; in readUtf8FromUtf16() local2061 if (utf8Size < 1) { in readUtf8FromUtf16()2066 str->resize(utf8Size); in readUtf8FromUtf16()2067 utf16_to_utf8(src, utf16Size, &((*str)[0]), utf8Size); in readUtf8FromUtf16()2068 str->resize(utf8Size - 1); in readUtf8FromUtf16()