Lines Matching refs:CollDataCache
455 class CollDataCache : public UMemory class
458 CollDataCache(UErrorCode &status);
459 ~CollDataCache();
490 CollDataCache::CollDataCache(UErrorCode &status) in CollDataCache() function in CollDataCache
507 CollDataCache::~CollDataCache() in ~CollDataCache()
515 CollData *CollDataCache::get(UCollator *collator, UErrorCode &status) in get()
571 void CollDataCache::unref(CollData *collData) in unref()
584 char *CollDataCache::getKey(UCollator *collator, char *keyBuffer, int32_t *keyBufferLength) in getKey()
602 void CollDataCache::flush() in flush()
618 void CollDataCache::deleteKey(char *key) in deleteKey()
1023 CollDataCache *cache = getCollDataCache(); in open()
1030 CollDataCache *cache = getCollDataCache(); in close()
1035 CollDataCache *CollData::collDataCache = NULL;
1037 CollDataCache *CollData::getCollDataCache() in getCollDataCache()
1040 CollDataCache *cache = NULL; in getCollDataCache()
1045 cache = new CollDataCache(status); in getCollDataCache()
1070 CollDataCache *cache = NULL; in freeCollDataCache()
1089 CollDataCache *cache = NULL; in flushCollDataCache()