Home
last modified time | relevance | path

Searched refs:utf8ResultLength (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/unicode/glib/
DUnicodeGLib.cpp85 long utf8ResultLength = strlen(utf8Result.get()); in convertCase() local
88 int realLength = getUTF16LengthFromUTF8(utf8Result.get(), utf8ResultLength); in convertCase()
97 …conversionResult = convertUTF8ToUTF16(&utf8Source, utf8Source + utf8ResultLength, &utf16Target, ut… in convertCase()