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

  /external/icu/icu4c/source/test/intltest/
colldata.h 32 * 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
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</code> object containt the CEs. Yo
    [all...]
colldata.cpp 40 CEList::CEList(UCollator *coll, const UnicodeString &string, UErrorCode &status)
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::size() cons
    [all...]
ssearch.cpp     [all...]

Completed in 62 milliseconds