Searched refs:hashKey (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
H A DMemoryActivatedFont.mm107 WTF::String hashKey = hashKeyFromNSFont(nsFont);
108 RefPtr<MemoryActivatedFont> font(fontCacheByFontName().get(hashKey));
/external/chromium_org/third_party/icu/source/tools/ctestfw/
H A Ddatamap.cpp106 UnicodeString hashKey(key, -1, US_INV);
107 const ResourceBundle *r = (ResourceBundle *)fData->get(hashKey);
/external/icu/icu4c/source/tools/ctestfw/
H A Ddatamap.cpp106 UnicodeString hashKey(key, -1, US_INV);
107 const ResourceBundle *r = (ResourceBundle *)fData->get(hashKey);
/external/chromium_org/third_party/icu/source/i18n/
H A Dnumfmt.cpp1248 int32_t hashKey = desiredLocale.hashCode(); local
1251 ns = (NumberingSystem *)uhash_iget(NumberingSystem_cache, hashKey);
1254 uhash_iput(NumberingSystem_cache, hashKey, (void*)ns, &status);
/external/icu/icu4c/source/i18n/
H A Dnumfmt.cpp1375 int32_t hashKey = desiredLocale.hashCode(); local
1378 ns = (NumberingSystem *)uhash_iget(NumberingSystem_cache, hashKey);
1381 uhash_iput(NumberingSystem_cache, hashKey, (void*)ns, &status);

Completed in 121 milliseconds