Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/xml/
DXSLTProcessorLibxslt.cpp180 const char* stringCurrent = buffer; in writeToVector() local
181 …WTF::Unicode::ConversionResult result = WTF::Unicode::convertUTF8ToUTF16(&stringCurrent, buffer + … in writeToVector()
189 return stringCurrent - buffer; in writeToVector()
/external/webkit/Source/JavaScriptCore/wtf/text/
DWTFString.cpp749 const char* stringCurrent = stringStart; in fromUTF8() local
750 … if (convertUTF8ToUTF16(&stringCurrent, stringStart + length, &buffer, bufferEnd) != conversionOK) in fromUTF8()