Home | History | Annotate | Download | only in i18n

Lines Matching full:hashkey

1238         int32_t hashKey = desiredLocale.hashCode();
1241 ns = (NumberingSystem *)uhash_iget(cache, hashKey);
1244 uhash_iput(cache, hashKey, (void*)ns, &status);