Home | History | Annotate | Download | only in aapt

Lines Matching refs:String16

8 #include <utils/String16.h>
20 static const android::String16 TRUE16("1");
21 static const android::String16 FALSE16("0");
25 android::String16 hashedName;
29 CacheEntry(const android::String16& name, uint32_t resId) : hashedName(name), id(resId) { }
40 static uint32_t hash(const android::String16& hashableString) {
49 static inline String16 makeHashableName(const android::String16& package,
50 const android::String16& type,
51 const android::String16& name,
53 String16 hashable = String16(name);
60 uint32_t ResourceIdCache::lookup(const android::String16& package,
61 const android::String16& type,
62 const android::String16& name,
64 const String16 hashedName = makeHashableName(package, type, name, onlyPublic);
86 uint32_t ResourceIdCache::store(const android::String16& package,
87 const android::String16& type,
88 const android::String16& name,
92 const String16 hashedName = makeHashableName(package, type, name, onlyPublic);