Searched defs:getCache (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkGlyphCache.h262 SkGlyphCache* getCache() const { return fCache; } function in class:SkAutoGlyphCache
/external/icu4c/i18n/
H A Dnumfmt.cpp1093 UBool getCache = FALSE; local
1143 UMTX_CHECK(&nscacheMutex, (UBool)(cache != NumberingSystem_cache), getCache);
1144 if (getCache) {
1169 UMTX_CHECK(&nscacheMutex, (UBool)(h != NumberingSystem_cache), getCache);
1170 if (getCache) {

Completed in 485 milliseconds