Home
last modified time | relevance | path

Searched refs:OrderList (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dssearch.cpp341 class OrderList class
344 OrderList();
345 OrderList(UCollator *coll, const UnicodeString &string, int32_t stringOffset = 0);
346 ~OrderList();
355 UBool compare(const OrderList &other) const;
356 UBool matchesAt(int32_t offset, const OrderList &other) const;
364 OrderList::OrderList() in OrderList() function in OrderList
370 OrderList::OrderList(UCollator *coll, const UnicodeString &string, int32_t stringOffset) in OrderList() function in OrderList
411 OrderList::~OrderList() in ~OrderList()
416 void OrderList::add(int32_t order, int32_t low, int32_t high) in add()
[all …]