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

  /external/webkit/WebKit/chromium/public/
WebString.h 43 #include <base/string16.h>
114 WebString(const string16& s) : m_private(0)
119 WebString& operator=(const string16& s)
125 operator string16() const
128 return len ? string16(data(), len) : string16();
151 return NullableString16(string16(), true);
153 return NullableString16(len ? string16(data(), len) : string16(), false);
  /external/icu4c/test/intltest/
usettest.cpp 3729 UnicodeString string16=UnicodeString(string, -1, US_INV).unescape(); local
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp 207 static String16 mayOrMust(int type, int flags)
210 return String16("<p>Must");
213 return String16("<p>May");
216 static void appendTypeInfo(ResourceTable* outTable, const String16& pkg,
217 const String16& typeName, const String16& ident, int type,
223 String16 fullMsg(mayOrMust(type, flags->value));
224 fullMsg.append(String16(" be "));
225 fullMsg.append(String16(flags->description));
233 String16("<p>This may also be a reference to a resource (in the form\n
    [all...]

Completed in 64 milliseconds