Home | History | Annotate | Download | only in intltest

Lines Matching refs:matchesAt

703     UBool matchesAt(int32_t offset, const OrderList &other) const;
858 UBool OrderList::matchesAt(int32_t offset, const OrderList &other) const
1097 UBool matchesAt(int32_t offset, const PCEList &other) const;
1199 UBool PCEList::matchesAt(int32_t offset, const PCEList &other) const
1736 matches = ceList.matchesAt(offset, ceList2);
1750 if (ceList.matchesAt(0, &altCEs)) {
1777 matches = ceTest.matchesAt(0, &ceAlt);
1874 if (targetOrders.matchesAt(i, patternOrders)) {