Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/
DKURLGoogle.cpp72 virtual void ConvertFromUTF16(const url_parse::UTF16Char* input, int inputLength, in ConvertFromUTF16()
100 static inline const url_parse::UTF16Char* CharactersOrEmpty(const String& str) in CharactersOrEmpty()
102 static const url_parse::UTF16Char zero = 0; in CharactersOrEmpty()
104 reinterpret_cast<const url_parse::UTF16Char*>(str.characters()) : in CharactersOrEmpty()
676 reinterpret_cast<const url_parse::UTF16Char*>(portStr.characters()), in setPort()
813 url_canon::RawCanonOutputT<url_parse::UTF16Char> unescaped; in decodeURLEscapeSequences()
DKURLGooglePrivate.h74 typedef url_canon::Replacements<url_parse::UTF16Char> Replacements;
/external/chromium/googleurl/src/
Durl_parse.h43 typedef char16 UTF16Char; typedef