HomeSort by relevance Sort by last modified time
    Searched refs:matchesAt (Results 1 - 6 of 6) sorted by null

  /external/chromium/third_party/icu/public/i18n/unicode/
colldata.h 113 UBool matchesAt(int32_t offset, const CEList *other) const;
  /external/icu4c/i18n/unicode/
colldata.h 121 UBool matchesAt(int32_t offset, const CEList *other) const;
  /external/chromium/third_party/icu/source/test/intltest/
ssearch.cpp 703 UBool matchesAt(int32_t offset, const OrderList &other) const;
858 UBool OrderList::matchesAt(int32_t offset, const OrderList &other) const
    [all...]
  /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/chromium/third_party/icu/source/i18n/
colldata.cpp 172 UBool CEList::matchesAt(int32_t offset, const CEList *other) const
895 if (ceList->matchesAt(offset, ceList2)) {
  /external/icu4c/i18n/
colldata.cpp 172 UBool CEList::matchesAt(int32_t offset, const CEList *other) const
893 if (ceList->matchesAt(offset, ceList2)) {

Completed in 87 milliseconds