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

  /external/icu4c/i18n/unicode/
colldata.h 262 * CollData
268 * <code>CollData</code> objects are quite expensive to compute. Because
269 * of this, they are cached. When you call <code>CollData::open</code> it
270 * returns a reference counted cached object. When you call <code>CollData::close</code>
274 * <code>CollData::flushCollDataCache</code>. If you no longer need any <code>CollData</code>
275 * objects, you can call <code>CollData::freeCollDataCache</code>
279 class U_I18N_API CollData : public UObject
283 * Construct a <code>CollData</code> object.
288 * @return the <code>CollData</code> object. You must cal
    [all...]
  /external/icu4c/i18n/
colldata.cpp 33 #include "unicode/colldata.h"
436 CollDataCacheEntry(CollData *theData);
439 CollData *data;
443 CollDataCacheEntry::CollDataCacheEntry(CollData *theData)
461 CollData *get(UCollator *collator, UErrorCode &status);
462 void unref(CollData *collData);
478 // CollData objects and don't need to
515 CollData *CollDataCache::get(UCollator *collator, UErrorCode &status)
520 CollData *result = NULL, *newData = NULL
    [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 176 milliseconds