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

  /external/icu/icu4c/source/test/intltest/
colldata.h 192 * CollData
198 * <code>CollData</code> objects are quite expensive to compute. Because
199 * of this, they are cached. When you call <code>CollData::open</code> it
200 * returns a reference counted cached object. When you call <code>CollData::close</code>
204 * <code>CollData::flushCollDataCache</code>. If you no longer need any <code>CollData</code>
205 * objects, you can call <code>CollData::freeCollDataCache</code>
207 class CollData
211 * Construct a <code>CollData</code> object.
216 CollData(UCollator *collator, UErrorCode &status)
    [all...]
colldata.cpp 33 #include "colldata.h"
314 CollData::CollData(UCollator *collator, UErrorCode &status)
468 CollData::~CollData()
477 UCollator *CollData::getCollator() const
482 const StringList *CollData::getStringList(int32_t ce) const
487 const CEList *CollData::getCEList(const UnicodeString *string) const
500 void CollData::freeCEList(const CEList *list)
505 int32_t CollData::minLengthInChars(const CEList *ceList, int32_t offset, int32_t *history) cons
    [all...]
  /external/chromium_org/third_party/icu/source/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/chromium_org/third_party/icu/source/i18n/
colldata.cpp 33 #include "unicode/colldata.h"
437 CollDataCacheEntry(CollData *theData);
440 CollData *data;
444 CollDataCacheEntry::CollDataCacheEntry(CollData *theData)
462 CollData *get(UCollator *collator, UErrorCode &status);
463 void unref(CollData *collData);
479 // CollData objects and don't need to
518 CollData *CollDataCache::get(UCollator *collator, UErrorCode &status)
523 CollData *result = NULL, *newData = NULL
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]

Completed in 109 milliseconds