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

  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
StringTokenizerTest.java 615 * public int matchesAt(CharSequence text, int offset)
619 us.matchesAt((CharSequence)"dummy", 0);
622 us.matchesAt((CharSequence)"dummy", 0);
625 us.matchesAt((CharSequence)"yummy", 0); //charAt(0) >
626 us.matchesAt((CharSequence)"amy", 0); //charAt(0) <
629 us1.matchesAt((CharSequence)"dummy", 0);
    [all...]
  /external/icu/icu4c/source/test/intltest/
colldata.cpp 149 UBool CEList::matchesAt(int32_t offset, const CEList *other) const
532 if (ceList->matchesAt(offset, ceList2)) {
ssearch.cpp 345 UBool matchesAt(int32_t offset, const OrderList &other) const;
500 UBool OrderList::matchesAt(int32_t offset, const OrderList &other) const
    [all...]
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
CollectionUtilities.java 426 public static int matchesAt(CharSequence text, int offset, CharSequence other) {
447 int newOffset = testSet.matchesAt(string, offset);
461 int newOffset = testSet.matchesAt(string, offset);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeSet.java     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 433 milliseconds