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

  /external/libchrome/base/strings/
string16.h 11 // 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 is a type alias for std::wstring
    [all...]
  /system/core/base/
utf8_test.cpp 296 typedef std::wstring string16; typedef in namespace:android::base
308 // a string16 type which we don't really have.
309 static std::string UTF16ToUTF8(const string16& utf16) {
326 string16 multistring16;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UnicodeSetStringSpanTest.java 98 String string16 = string.substring(0, string.length() - 4); local
99 if (!set.containsAll(string16)) {
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UnicodeSetStringSpanTest.java 95 String string16 = string.substring(0, string.length() - 4); local
96 if (!set.containsAll(string16)) {
    [all...]
  /external/icu/icu4c/source/test/intltest/
usettest.cpp 3817 UnicodeString string16=UnicodeString(string, -1, US_INV).unescape(); local
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 39 #include <utils/String16.h>
6240 const char16_t* StringPoolRef::string16(size_t* outLen) const { function in class:StringPoolRef
    [all...]

Completed in 294 milliseconds