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

  /system/core/libutils/
String16.cpp 17 #include <utils/String16.h>
88 String16::String16()
93 String16::String16(StaticLinkage)
106 String16::String16(const String16& o)
112 String16::String16(const String16& o, size_t len, size_t begin
    [all...]
  /system/core/include/utils/
String16.h 41 class String16
44 /* use String16(StaticLinkage) if you're statically linking against
45 * libutils and declaring an empty static String16, e.g.:
47 * static String16 sAStaticEmptyString(String16::kEmptyString);
48 * static String16 sAnotherStaticEmptyString(sAStaticEmptyString);
52 String16();
53 explicit String16(StaticLinkage);
54 String16(const String16& o)
    [all...]

Completed in 45 milliseconds