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

  /external/icu/icu4c/source/test/intltest/
colldata.h 34 * The size of the internal CE buffer in a <code>CEList</code> object
40 * Define this to enable the <code>CEList</code> objects to collect
56 class CEList
60 * Construct a <code>CEList</code> object.
70 CEList(UCollator *coll, const UnicodeString &string, UErrorCode &status);
75 ~CEList();
94 * Check if the CEs in another <code>CEList</code> match the
98 * @param other - the other <code>CEList</code>
102 UBool matchesAt(int32_t offset, const CEList *other) const;
249 * @return a <code>CEList</code> object containt the CEs. Yo
    [all...]
colldata.cpp 41 CEList::CEList(UCollator *coll, const UnicodeString &string, UErrorCode &status)
99 CEList::~CEList()
106 void CEList::add(uint32_t ce, UErrorCode &status)
134 uint32_t CEList::get(int32_t index) const
143 uint32_t &CEList::operator[](int32_t index) const
148 UBool CEList::matchesAt(int32_t offset, const CEList *other) const
163 int32_t CEList::size() cons
    [all...]

Completed in 477 milliseconds