Home
last modified time | relevance | path

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

/external/icu4c/common/
Dusprep.cpp210 UBool makeCache; in initCache() local
211 UMTX_CHECK(&usprepMutex, (SHARED_DATA_HASHTABLE == NULL), makeCache); in initCache()
212 if(makeCache) { in initCache()
Duresbund.c271 UBool makeCache = FALSE; in initCache() local
272 UMTX_CHECK(&resbMutex, (cache == NULL), makeCache); in initCache()
273 if(makeCache) { in initCache()
/external/chromium/third_party/icu/source/common/
Dusprep.cpp213 UBool makeCache; in initCache() local
214 UMTX_CHECK(&usprepMutex, (SHARED_DATA_HASHTABLE == NULL), makeCache); in initCache()
215 if(makeCache) { in initCache()
Duresbund.c217 UBool makeCache = FALSE; in initCache() local
218 UMTX_CHECK(&resbMutex, (cache == NULL), makeCache); in initCache()
219 if(makeCache) { in initCache()