Searched refs:stackKey (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dusprep.cpp313 UStringPrepKey stackKey; local
319 stackKey.name = (char*) name;
320 stackKey.path = (char*) path;
324 profile = (UStringPrepProfile*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey));
366 profile = (UStringPrepProfile*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey));
/external/icu/icu4c/source/common/
H A Dusprep.cpp313 UStringPrepKey stackKey; local
319 stackKey.name = (char*) name;
320 stackKey.path = (char*) path;
324 profile = (UStringPrepProfile*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey));
366 profile = (UStringPrepProfile*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey));

Completed in 287 milliseconds