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

  /external/icu4c/i18n/unicode/
colldata.h 33 * 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
66 class U_I18N_API CEList : public UObject
70 * Construct a <code>CEList</code> object.
82 CEList(UCollator *coll, const UnicodeString &string, UErrorCode &status);
88 ~CEList();
111 * Check if the CEs in another <code>CEList</code> match the
115 * @param other - the other <code>CEList</code>
121 UBool matchesAt(int32_t offset, const CEList *other) const;
335 * @return a <code>CEList</code> object containt the CEs. Yo
    [all...]
  /external/icu4c/i18n/
colldata.cpp 42 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(CEList)
45 int32_t CEList::_active = 0;
46 int32_t CEList::_histogram[10] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
49 CEList::CEList(UCollator *coll, const UnicodeString &string, UErrorCode &status)
114 CEList::~CEList()
125 void CEList::add(uint32_t ce, UErrorCode &status)
158 uint32_t CEList::get(int32_t index) const
167 uint32_t &CEList::operator[](int32_t index) cons
    [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 47 milliseconds