OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matchesAt
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/i18n/unicode/
colldata.h
121
UBool
matchesAt
(int32_t offset, const CEList *other) const;
/external/icu4c/test/intltest/
ssearch.cpp
696
UBool
matchesAt
(int32_t offset, const OrderList &other) const;
851
UBool OrderList::
matchesAt
(int32_t offset, const OrderList &other) const
[
all
...]
/external/icu4c/i18n/
colldata.cpp
172
UBool CEList::
matchesAt
(int32_t offset, const CEList *other) const
893
if (ceList->
matchesAt
(offset, ceList2)) {
Completed in 108 milliseconds