Searched refs:CEList (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dcolldata.h32 * The size of the internal CE buffer in a <code>CEList</code> object
38 * Define this to enable the <code>CEList</code> objects to collect
54 class CEList class
58 * Construct a <code>CEList</code> object.
68 CEList(UCollator *coll, const UnicodeString &string, UErrorCode &status);
73 ~CEList();
92 * Check if the CEs in another <code>CEList</code> match the
96 * @param other - the other <code>CEList</code>
100 UBool matchesAt(int32_t offset, const CEList *other) const;
247 * @return a <code>CEList</cod
[all...]
H A Dcolldata.cpp40 CEList::CEList(UCollator *coll, const UnicodeString &string, UErrorCode &status) function in class:CEList
100 CEList::~CEList()
107 void CEList::add(uint32_t ce, UErrorCode &status)
135 uint32_t CEList::get(int32_t index) const
144 uint32_t &CEList::operator[](int32_t index) const
149 UBool CEList::matchesAt(int32_t offset, const CEList *other) const
164 int32_t CEList
[all...]
H A Dssearch.cpp1099 CEList ceList(coll, testCase, status);
1118 // find random string that generates the same CEList
1119 const CEList *ceList2 = NULL;
1136 collData->freeCEList((CEList *) ceList2);
1145 const CEList altCEs(coll, alt, status);
1171 const CEList ceTest(coll, testCase, status);
1172 const CEList ceAlt(coll, alternate, status);

Completed in 292 milliseconds