Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dusprep.cpp318 UStringPrepKey stackKey; in usprep_getProfile() local
324 stackKey.name = (char*) name; in usprep_getProfile()
325 stackKey.path = (char*) path; in usprep_getProfile()
329 profile = (UStringPrepProfile*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey)); in usprep_getProfile()
367 profile = (UStringPrepProfile*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey)); in usprep_getProfile()