HomeSort by relevance Sort by last modified time
    Searched defs:string16 (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit/chromium/public/
WebString.h 40 #include <base/string16.h>
111 WebString(const string16& s) : m_private(0)
116 WebString& operator=(const string16& s)
122 operator string16() const
125 return len ? string16(data(), len) : string16();
148 return NullableString16(string16(), true);
150 return NullableString16(len ? string16(data(), len) : string16(), false);
  /external/chromium/base/
string16.h 12 // string16. We also define char16, which string16 is based upon.
26 // Here, we define string16, which is similar to std::wstring but replaces all
39 typedef std::wstring string16; typedef
132 // The string class will be explicitly instantiated only once, in string16.cc.
177 typedef std::basic_string<char16, base::string16_char_traits> string16; typedef
180 BASE_API extern std::ostream& operator<<(std::ostream& out, const string16& str);
  /external/chromium/googleurl/base/
string16.h 35 // string16. We also define char16, which string16 is based upon.
49 // Here, we define string16, which is similar to std::wstring but replaces all
60 typedef std::wstring string16; typedef
145 // The string class will be explicitly instantiated only once, in string16.cc.
186 typedef std::basic_string<char16, base::string16_char_traits> string16; typedef
188 extern std::ostream& operator<<(std::ostream& out, const string16& str);
  /external/icu4c/test/intltest/
usettest.cpp 3777 UnicodeString string16=UnicodeString(string, -1, US_INV).unescape(); local
    [all...]

Completed in 1286 milliseconds