Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dssearch.cpp330 class OrderList class
333 OrderList();
334 OrderList(UCollator *coll, const UnicodeString &string, int32_t stringOffset = 0);
335 ~OrderList();
344 UBool compare(const OrderList &other) const;
345 UBool matchesAt(int32_t offset, const OrderList &other) const;
353 OrderList::OrderList() in OrderList() function in OrderList
359 OrderList::OrderList(UCollator *coll, const UnicodeString &string, int32_t stringOffset) in OrderList() function in OrderList
402 OrderList::~OrderList() in ~OrderList()
407 void OrderList::add(int32_t order, int32_t low, int32_t high) in add()
[all …]