Home | History | Annotate | Download | only in common

Lines Matching defs:gCache

18 static icu::UnifiedCache *gCache = NULL;
32 if (gCache) {
33 delete gCache;
34 gCache = NULL;
70 U_ASSERT(gCache == NULL);
77 gCache = new UnifiedCache(status);
78 if (gCache == NULL) {
82 delete gCache;
84 gCache = NULL;
98 U_ASSERT(gCache != NULL);
99 return gCache;