Home
last modified time | relevance | path

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

/external/icu4c/common/
Dusprep.cpp322 UStringPrepKey stackKey; in usprep_getProfile() local
328 stackKey.name = (char*) name; in usprep_getProfile()
329 stackKey.path = (char*) path; in usprep_getProfile()
333 profile = (UStringPrepProfile*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey)); in usprep_getProfile()
/external/chromium/third_party/icu/source/common/
Dusprep.cpp325 UStringPrepKey stackKey; in usprep_getProfile() local
331 stackKey.name = (char*) name; in usprep_getProfile()
332 stackKey.path = (char*) path; in usprep_getProfile()
336 profile = (UStringPrepProfile*) (uhash_get(SHARED_DATA_HASHTABLE,&stackKey)); in usprep_getProfile()