Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/
DKURL.cpp1508 CString asUTF8 = notEncodedString.utf8(); in encodeWithURLEscapeSequences() local
1510 CharBuffer buffer(asUTF8.length() * 3 + 1); in encodeWithURLEscapeSequences()
1513 const char* str = asUTF8.data(); in encodeWithURLEscapeSequences()
1514 const char* strEnd = str + asUTF8.length(); in encodeWithURLEscapeSequences()