Searched refs:matchesAt (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dcolldata.h100 UBool matchesAt(int32_t offset, const CEList *other) const;
H A Dssearch.cpp345 UBool matchesAt(int32_t offset, const OrderList &other) const;
500 UBool OrderList::matchesAt(int32_t offset, const OrderList &other) const function in class:OrderList
1133 matches = ceList.matchesAt(offset, ceList2);
1147 if (ceList.matchesAt(0, &altCEs)) {
1174 matches = ceTest.matchesAt(0, &ceAlt);
1198 if (targetOrders.matchesAt(i, patternOrders)) {
H A Dcolldata.cpp149 UBool CEList::matchesAt(int32_t offset, const CEList *other) const function in class:CEList
532 if (ceList->matchesAt(offset, ceList2)) {

Completed in 113 milliseconds