Searched defs:string16 (Results 1 - 2 of 2) sorted by relevance

/external/libchrome/base/strings/
H A Dstring16.h11 // string16. We also define char16, which string16 is based upon.
25 // Here, we define string16, which is similar to std::wstring but replaces all
44 typedef std::wstring string16; typedef in namespace:base
137 typedef std::basic_string<char16, base::string16_char_traits> string16;
140 const string16& str);
143 BASE_EXPORT extern void PrintTo(const string16& str, std::ostream* out);
147 // The string class will be explicitly instantiated only once, in string16.cc.
189 // Specialize std::hash for base::string16. Although the style guide forbids
191 // platforms, where base::string16 i
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dusettest.cpp3812 UnicodeString string16=UnicodeString(string, -1, US_INV).unescape(); local
3814 if(set.containsAll(string16)) {
3819 string16.truncate(string16.length()-4);
3820 if(!set.containsAll(string16)) {
3824 string16=UNICODE_STRING_SIMPLE("byayaxya");
3825 const UChar *s16=string16.getBuffer();
3826 int32_t length16=string16.length();
3845 string16=UNICODE_STRING_SIMPLE("acdabcdabccd");
3846 s16=string16
[all...]

Completed in 134 milliseconds