Lines Matching refs:String16
18 static const android::String16 TRUE16("1");
19 static const android::String16 FALSE16("0");
23 android::String16 hashedName;
27 CacheEntry(const android::String16& name, uint32_t resId) : hashedName(name), id(resId) { } in CacheEntry()
38 static uint32_t hash(const android::String16& hashableString) { in hash()
47 static inline String16 makeHashableName(const android::String16& package, in makeHashableName()
48 const android::String16& type, in makeHashableName()
49 const android::String16& name, in makeHashableName()
51 String16 hashable = String16(name); in makeHashableName()
58 uint32_t ResourceIdCache::lookup(const android::String16& package, in lookup()
59 const android::String16& type, in lookup()
60 const android::String16& name, in lookup()
62 const String16 hashedName = makeHashableName(package, type, name, onlyPublic); in lookup()
84 uint32_t ResourceIdCache::store(const android::String16& package, in store()
85 const android::String16& type, in store()
86 const android::String16& name, in store()
90 const String16 hashedName = makeHashableName(package, type, name, onlyPublic); in store()