Home
last modified time | relevance | path

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

/external/chromium/third_party/icu/source/i18n/
Dcolldata.cpp1035 CollDataCache *CollData::collDataCache = NULL; member in CollData
1042 UMTX_CHECK(NULL, collDataCache, cache); in getCollDataCache()
1053 if (collDataCache == NULL) { in getCollDataCache()
1054 collDataCache = cache; in getCollDataCache()
1060 if (collDataCache != cache) { in getCollDataCache()
1065 return collDataCache; in getCollDataCache()
1072 UMTX_CHECK(NULL, collDataCache, cache); in freeCollDataCache()
1076 if (collDataCache != NULL) { in freeCollDataCache()
1077 collDataCache = NULL; in freeCollDataCache()
1091 UMTX_CHECK(NULL, collDataCache, cache); in flushCollDataCache()
/external/icu4c/i18n/
Dcolldata.cpp1033 CollDataCache *CollData::collDataCache = NULL; member in CollData
1040 UMTX_CHECK(NULL, collDataCache, cache); in getCollDataCache()
1051 if (collDataCache == NULL) { in getCollDataCache()
1052 collDataCache = cache; in getCollDataCache()
1058 if (collDataCache != cache) { in getCollDataCache()
1063 return collDataCache; in getCollDataCache()
1070 UMTX_CHECK(NULL, collDataCache, cache); in freeCollDataCache()
1074 if (collDataCache != NULL) { in freeCollDataCache()
1075 collDataCache = NULL; in freeCollDataCache()
1089 UMTX_CHECK(NULL, collDataCache, cache); in flushCollDataCache()
/external/chromium/third_party/icu/public/i18n/unicode/
Dcolldata.h426 static CollDataCache *collDataCache; variable
/external/icu4c/i18n/unicode/
Dcolldata.h441 static CollDataCache *collDataCache; variable