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

  /external/icu/icu4c/source/i18n/
plurfmt.cpp 530 int matchedIndex = -1;
561 if (currMatchIndex >= 0 && currMatchIndex >= matchedIndex && currArg.length() > matchedWord.length()) {
562 matchedIndex = currMatchIndex;
567 if (matchedIndex >= 0) {
568 pos.setBeginIndex(matchedIndex);
569 pos.setEndIndex(matchedIndex + matchedWord.length());
usrchimp.h 143 // depending on the iteration direction and matchedIndex is USEARCH_DONE
145 int32_t matchedIndex;
  /external/icu/android_icu4j/src/main/java/android/icu/text/
PluralFormat.java 707 int matchedIndex = -1;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
PluralFormat.java 726 int matchedIndex = -1;
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 316 milliseconds