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

  /external/webkit/Source/WebCore/platform/
KURLGooglePrivate.h 74 typedef url_canon::Replacements<url_parse::UTF16Char> Replacements;
KURLGoogle.cpp 72 virtual void ConvertFromUTF16(const url_parse::UTF16Char* input, int inputLength,
100 static inline const url_parse::UTF16Char* CharactersOrEmpty(const String& str)
102 static const url_parse::UTF16Char zero = 0;
104 reinterpret_cast<const url_parse::UTF16Char*>(str.characters()) :
675 reinterpret_cast<const url_parse::UTF16Char*>(portStr.characters()),
808 url_canon::RawCanonOutputT<url_parse::UTF16Char> unescaped;
    [all...]
  /external/chromium/googleurl/src/
url_parse.h 43 typedef char16 UTF16Char;

Completed in 54 milliseconds