HomeSort by relevance Sort by last modified time
    Searched refs:collDataCache (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/
colldata.cpp 466 class CollDataCache : public UMemory
469 CollDataCache(UErrorCode &status);
470 ~CollDataCache();
495 CollDataCache::CollDataCache(UErrorCode &status)
512 CollDataCache::~CollDataCache()
520 CollData *CollDataCache::get(UCollator *collator, UErrorCode &status)
576 void CollDataCache::unref(CollData *collData)
589 char *CollDataCache::getKey(UCollator *collator, char *keyBuffer, int32_t *keyBufferLength
    [all...]
  /external/icu4c/i18n/unicode/
colldata.h 261 class CollDataCache;
425 friend class CollDataCache;
435 static CollDataCache *getCollDataCache();
444 static CollDataCache *collDataCache;

Completed in 143 milliseconds