Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dusprep.cpp317 UStringPrepKey stackKey; in usprep_getProfile() local
323 stackKey.name = (char*) name; in usprep_getProfile()
324 stackKey.path = (char*) path; in usprep_getProfile()
328 profile = (UStringPrepProfile*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey)); in usprep_getProfile()
366 profile = (UStringPrepProfile*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey)); in usprep_getProfile()