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

  /external/chromium_org/third_party/icu/source/i18n/unicode/
colldata.h 259 class CollDataCache;
422 friend class CollDataCache;
432 static CollDataCache *getCollDataCache();
441 static CollDataCache *collDataCache;
  /external/chromium_org/third_party/icu/source/i18n/
colldata.cpp 456 class CollDataCache : public UMemory
459 CollDataCache(UErrorCode &status);
460 ~CollDataCache();
491 CollDataCache::CollDataCache(UErrorCode &status)
508 CollDataCache::~CollDataCache()
518 CollData *CollDataCache::get(UCollator *collator, UErrorCode &status)
574 void CollDataCache::unref(CollData *collData)
587 char *CollDataCache::getKey(UCollator *collator, char *keyBuffer, int32_t *keyBufferLength
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]

Completed in 39 milliseconds