Searched refs:utf8Size (Results 1 – 1 of 1) sorted by relevance
1966 ssize_t utf8Size = utf16_to_utf8_length(src, utf16Size) + 1; in readUtf8FromUtf16() local1967 if (utf8Size < 1) { in readUtf8FromUtf16()1972 str->resize(utf8Size); in readUtf8FromUtf16()1973 utf16_to_utf8(src, utf16Size, &((*str)[0]), utf8Size); in readUtf8FromUtf16()1974 str->resize(utf8Size - 1); in readUtf8FromUtf16()