Searched refs:CollData (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dcolldata.h192 * 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 class
211 * Construct a <code>CollData</code> object.
216 CollData(UCollato
[all...]
H A Dcolldata.cpp314 CollData::CollData(UCollator *collator, UErrorCode &status) function in class:CollData
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) const
636 int32_t CollData
[all...]
H A Dssearch.cpp1042 StringSetMonkey(const USet *theSet, UCollator *theCollator, CollData *theCollData);
1052 CollData *collData;
1055 StringSetMonkey::StringSetMonkey(const USet *theSet, UCollator *theCollator, CollData *theCollData)
1367 CollData *monkeyData = new CollData(coll, status);
/macosx-10.10/JavaScriptCore-7600.1.17/icu/unicode/
H A Durename.h1865 #define CollData U_ICU_ENTRY_POINT_RENAME(CollData) macro
/macosx-10.10/WTF-7600.1.24/icu/unicode/
H A Durename.h1865 #define CollData U_ICU_ENTRY_POINT_RENAME(CollData) macro
/macosx-10.10/WebCore-7600.1.25/icu/unicode/
H A Durename.h1865 #define CollData U_ICU_ENTRY_POINT_RENAME(CollData) macro
/macosx-10.10/WebKit-7600.1.25/mac/icu/unicode/
H A Durename.h1865 #define CollData U_ICU_ENTRY_POINT_RENAME(CollData) macro

Completed in 294 milliseconds