Searched refs:matchesAt (Results 1 – 3 of 3) sorted by relevance
/external/icu4c/i18n/unicode/ |
D | colldata.h | 122 UBool matchesAt(int32_t offset, const CEList *other) const;
|
/external/icu4c/test/intltest/ |
D | ssearch.cpp | 696 UBool matchesAt(int32_t offset, const OrderList &other) const; 851 UBool OrderList::matchesAt(int32_t offset, const OrderList &other) const in matchesAt() function in OrderList 1099 UBool matchesAt(int32_t offset, const PCEList &other) const; 1201 UBool PCEList::matchesAt(int32_t offset, const PCEList &other) const in matchesAt() function in PCEList 1836 matches = ceList.matchesAt(offset, ceList2); in generateAlternative() 1850 if (ceList.matchesAt(0, &altCEs)) { in generateAlternative() 1877 matches = ceTest.matchesAt(0, &ceAlt); in generateTestCase() 1978 if (targetOrders.matchesAt(i, patternOrders)) { in simpleSearch()
|
/external/icu4c/i18n/ |
D | colldata.cpp | 173 UBool CEList::matchesAt(int32_t offset, const CEList *other) const in matchesAt() function in CEList 900 if (ceList->matchesAt(offset, ceList2)) { in minLengthInChars()
|