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

  /external/icu4c/i18n/unicode/
colldata.h 250 * CollData
256 * <code>CollData</code> objects are quite expensive to compute. Because
257 * of this, they are cached. When you call <code>CollData::open</code> it
258 * returns a reference counted cached object. When you call <code>CollData::close</code>
262 * <code>CollData::flushCollDataCache</code>. If you no longer need any <code>CollData</code>
263 * objects, you can call <code>CollData::freeCollDataCache</code>
267 class U_I18N_API CollData : public UObject
271 * Construct a <code>CollData</code> object.
276 * @return the <code>CollData</code> object. You must cal
    [all...]
  /external/icu4c/i18n/
colldata.cpp 33 #include "unicode/colldata.h"
432 CollDataCacheEntry(CollData *theData);
435 CollData *data;
439 CollDataCacheEntry::CollDataCacheEntry(CollData *theData)
457 CollData *get(UCollator *collator, UErrorCode &status);
458 void unref(CollData *collData);
474 // CollData objects and don't need to
515 CollData *CollDataCache::get(UCollator *collator, UErrorCode &status)
520 CollData *result = NULL, *newData = NULL
    [all...]
  /external/icu4c/test/intltest/
ssearch.cpp 35 #include "unicode/colldata.h"
456 errln("Could not open CollData object for %s", testCases[t].locale);
    [all...]

Completed in 164 milliseconds