Home | History | Annotate | Download | only in intltest

Lines Matching refs:matchesAt

696     UBool matchesAt(int32_t offset, const OrderList &other) const;
851 UBool OrderList::matchesAt(int32_t offset, const OrderList &other) const
1100 UBool matchesAt(int32_t offset, const PCEList &other) const;
1202 UBool PCEList::matchesAt(int32_t offset, const PCEList &other) const
1837 matches = ceList.matchesAt(offset, ceList2);
1851 if (ceList.matchesAt(0, &altCEs)) {
1878 matches = ceTest.matchesAt(0, &ceAlt);
1979 if (targetOrders.matchesAt(i, patternOrders)) {