Searched refs:gCache (Results 1 - 9 of 9) sorted by relevance
/third_party/icu/icu4c/source/common/ |
H A D | unifiedcache.cpp | 22 static icu::UnifiedCache *gCache = NULL; variable 35 delete gCache; in unifiedcache_cleanup() 36 gCache = nullptr; in unifiedcache_cleanup() 71 U_ASSERT(gCache == NULL); in cacheInit() 77 gCache = new UnifiedCache(status); in cacheInit() 78 if (gCache == NULL) { in cacheInit() 82 delete gCache; in cacheInit() 83 gCache = NULL; in cacheInit() 93 U_ASSERT(gCache != NULL); in getInstance() 94 return gCache; in getInstance() [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | unifiedcache.cpp | 22 static icu::UnifiedCache *gCache = nullptr; variable 35 delete gCache; in unifiedcache_cleanup() 36 gCache = nullptr; in unifiedcache_cleanup() 71 U_ASSERT(gCache == nullptr); in cacheInit() 77 gCache = new UnifiedCache(status); in cacheInit() 78 if (gCache == nullptr) { in cacheInit() 82 delete gCache; in cacheInit() 83 gCache = nullptr; in cacheInit() 93 U_ASSERT(gCache != nullptr); in getInstance() 94 return gCache; in getInstance() [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | unifiedcache.cpp | 22 static icu::UnifiedCache *gCache = NULL; variable 35 delete gCache; in unifiedcache_cleanup() 36 gCache = nullptr; in unifiedcache_cleanup() 71 U_ASSERT(gCache == NULL); in cacheInit() 77 gCache = new UnifiedCache(status); in cacheInit() 78 if (gCache == NULL) { in cacheInit() 82 delete gCache; in cacheInit() 83 gCache = NULL; in cacheInit() 93 U_ASSERT(gCache != NULL); in getInstance() 94 return gCache; in getInstance() [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | hebrwcal.cpp | 137 static icu::CalendarCache *gCache = NULL; variable 141 delete gCache; in calendar_hebrew_cleanup() 142 gCache = NULL; in calendar_hebrew_cleanup() 393 int32_t day = CalendarCache::get(&gCache, year, status); in startOfYear() 422 CalendarCache::put(&gCache, year, day, status); in startOfYear()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | hebrwcal.cpp | 137 static icu::CalendarCache *gCache = NULL; variable 141 delete gCache; in calendar_hebrew_cleanup() 142 gCache = NULL; in calendar_hebrew_cleanup() 393 int32_t day = CalendarCache::get(&gCache, year, status); in startOfYear() 422 CalendarCache::put(&gCache, year, day, status); in startOfYear()
|
/third_party/skia/src/gpu/ops/ |
H A D | AtlasTextOp.cpp | 36 static thread_local void* gCache = nullptr; member 38 if (gCache != nullptr) { in operator new() 39 return std::exchange(gCache, nullptr); in operator new() 46 if (gCache == nullptr) { 47 gCache = bytes; 54 ::operator delete(gCache); in ClearCache() 55 gCache = nullptr; in ClearCache()
|
/third_party/skia/src/core/ |
H A D | SkTypefaceCache.cpp | 56 static SkTypefaceCache gCache; in Get() local 57 return gCache; in Get()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | hebrwcal.cpp | 139 static icu::CalendarCache *gCache = nullptr; variable 143 delete gCache; in calendar_hebrew_cleanup() 144 gCache = nullptr; in calendar_hebrew_cleanup() 397 int32_t day = CalendarCache::get(&gCache, year, status); in startOfYear() 426 CalendarCache::put(&gCache, year, day, status); in startOfYear()
|
/third_party/skia/src/gpu/gradients/ |
H A D | GrGradientShader.cpp | 38 static GrGradientBitmapCache gCache(kMaxNumCachedGradientBitmaps, kGradientTextureSize); in make_textured_colorizer() 53 gCache.getGradient(colors, positions, count, colorType, alphaType, &bitmap); in make_textured_colorizer()
|
Completed in 9 milliseconds