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

  /external/icu4c/i18n/
colldata.cpp 455 class CollDataCache : public UMemory
458 CollDataCache(UErrorCode &status);
459 ~CollDataCache();
490 CollDataCache::CollDataCache(UErrorCode &status)
507 CollDataCache::~CollDataCache()
515 CollData *CollDataCache::get(UCollator *collator, UErrorCode &status)
571 void CollDataCache::unref(CollData *collData)
584 char *CollDataCache::getKey(UCollator *collator, char *keyBuffer, int32_t *keyBufferLength
    [all...]
  /external/icu4c/i18n/unicode/
colldata.h 259 class CollDataCache;
422 friend class CollDataCache;
432 static CollDataCache *getCollDataCache();
441 static CollDataCache *collDataCache;

Completed in 88 milliseconds