Home | History | Annotate | Download | only in intltest

Lines Matching full:matchesat

345     UBool matchesAt(int32_t offset, const OrderList &other) const;
500 UBool OrderList::matchesAt(int32_t offset, const OrderList &other) const
1135 matches = ceList.matchesAt(offset, ceList2);
1149 if (ceList.matchesAt(0, &altCEs)) {
1176 matches = ceTest.matchesAt(0, &ceAlt);
1200 if (targetOrders.matchesAt(i, patternOrders)) {