Home
last modified time | relevance | path

Searched refs:hashKey (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/tools/ctestfw/
Ddatamap.cpp108 UnicodeString hashKey(key, -1, US_INV); in getItem() local
109 const ResourceBundle *r = (ResourceBundle *)fData->get(hashKey); in getItem()
/external/icu/icu4c/source/i18n/
Dnumfmt.cpp1367 int32_t hashKey = desiredLocale.hashCode(); in makeInstance() local
1370 ns = (NumberingSystem *)uhash_iget(NumberingSystem_cache, hashKey); in makeInstance()
1373 uhash_iput(NumberingSystem_cache, hashKey, (void*)ns, &status); in makeInstance()