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

  /external/icu4c/i18n/unicode/
colldata.h 259 class CollDataCache;
422 friend class CollDataCache;
432 static CollDataCache *getCollDataCache();
441 static CollDataCache *collDataCache;
  /external/icu4c/i18n/
colldata.cpp 451 class CollDataCache : public UMemory
454 CollDataCache(UErrorCode &status);
455 ~CollDataCache();
486 CollDataCache::CollDataCache(UErrorCode &status)
503 CollDataCache::~CollDataCache()
513 CollData *CollDataCache::get(UCollator *collator, UErrorCode &status)
569 void CollDataCache::unref(CollData *collData)
582 char *CollDataCache::getKey(UCollator *collator, char *keyBuffer, int32_t *keyBufferLength
    [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 156 milliseconds