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

/external/icu4c/i18n/
H A Dcolldata.cpp1035 CollDataCache *CollData::collDataCache = NULL; member in class:CollData
1042 UMTX_CHECK(NULL, collDataCache, cache);
1053 if (collDataCache == NULL) {
1054 collDataCache = cache;
1060 if (collDataCache != cache) {
1065 return collDataCache;
1072 UMTX_CHECK(NULL, collDataCache, cache);
1076 if (collDataCache != NULL) {
1077 collDataCache = NULL;
1091 UMTX_CHECK(NULL, collDataCache, cach
[all...]
/external/icu4c/i18n/unicode/
H A Dcolldata.h441 static CollDataCache *collDataCache; member in class:CollData

Completed in 71 milliseconds