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

  /external/icu4c/i18n/unicode/
colldata.h 265 * CollData
271 * <code>CollData</code> objects are quite expensive to compute. Because
272 * of this, they are cached. When you call <code>CollData::open</code> it
273 * returns a reference counted cached object. When you call <code>CollData::close</code>
277 * <code>CollData::flushCollDataCache</code>. If you no longer need any <code>CollData</code>
278 * objects, you can call <code>CollData::freeCollDataCache</code>
282 class U_I18N_API CollData : public UObject
286 * Construct a <code>CollData</code> object.
291 * @return the <code>CollData</code> object. You must cal
    [all...]
  /external/icu4c/i18n/
colldata.cpp 34 #include "unicode/colldata.h"
319 // CollData objects and don't need to
447 CollDataCacheEntry(CollData *theData);
450 CollData *data;
454 CollDataCacheEntry::CollDataCacheEntry(CollData *theData)
472 CollData *get(UCollator *collator, UErrorCode &status);
473 void unref(CollData *collData);
520 CollData *CollDataCache::get(UCollator *collator, UErrorCode &status)
525 CollData *result = NULL, *newData = NULL
    [all...]

Completed in 239 milliseconds