Searched refs:asUTF8 (Results 1 – 1 of 1) sorted by relevance
1508 CString asUTF8 = notEncodedString.utf8(); in encodeWithURLEscapeSequences() local1510 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()