Searched refs:notEncodedString (Results 1 – 2 of 2) sorted by relevance
841 String encodeWithURLEscapeSequences(const String& notEncodedString) in encodeWithURLEscapeSequences() argument844 reinterpret_cast<const UChar*>(notEncodedString.characters()), in encodeWithURLEscapeSequences()845 notEncodedString.length(), in encodeWithURLEscapeSequences()
1506 String encodeWithURLEscapeSequences(const String& notEncodedString) in encodeWithURLEscapeSequences() argument1508 CString asUTF8 = notEncodedString.utf8(); in encodeWithURLEscapeSequences()