Home | History | Annotate | Download | only in i18n

Lines Matching defs:hashKey

1347         int32_t hashKey = desiredLocale.hashCode();
1350 ns = (NumberingSystem *)uhash_iget(NumberingSystem_cache, hashKey);
1353 uhash_iput(NumberingSystem_cache, hashKey, (void*)ns, &status);