Searched refs:bufferUChar (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXSLTProcessorLibxslt.cpp180 UChar* bufferUChar = stringBuffer.characters(); local
181 UChar* bufferUCharEnd = bufferUChar + len;
184 WTF::Unicode::ConversionResult result = WTF::Unicode::convertUTF8ToUTF16(&stringCurrent, buffer + len, &bufferUChar, bufferUCharEnd);
190 int utf16Length = bufferUChar - stringBuffer.characters();

Completed in 118 milliseconds