Searched defs:hashKey (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dlocid.cpp638 UHashTok hashKey; local
639 hashKey.pointer = fullName;
640 return uhash_hashChars(hashKey);
/external/chromium_org/third_party/icu/source/i18n/
H A Dnumfmt.cpp1097 int32_t hashKey; local
1195 hashKey = desiredLocale.hashCode();
1198 ns = (NumberingSystem *)uhash_iget(cache, hashKey);
1201 uhash_iput(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 428 milliseconds