HomeSort by relevance Sort by last modified time
    Searched refs:stringCurrent (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/xml/
XSLTProcessorLibxslt.cpp 180 const char* stringCurrent = buffer;
181 WTF::Unicode::ConversionResult result = WTF::Unicode::convertUTF8ToUTF16(&stringCurrent, buffer + len, &bufferUChar, bufferUCharEnd);
189 return stringCurrent - buffer;
  /external/webkit/Source/JavaScriptCore/wtf/text/
WTFString.cpp 749 const char* stringCurrent = stringStart;
750 if (convertUTF8ToUTF16(&stringCurrent, stringStart + length, &buffer, bufferEnd) != conversionOK)

Completed in 2245 milliseconds