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

  /external/icu/android_icu4j/src/main/java/android/icu/text/
PluralFormat.java 719 String matchedWord = null;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
PluralFormat.java 738 String matchedWord = null;
    [all...]
  /external/icu/icu4c/source/i18n/
plurfmt.cpp 519 UnicodeString matchedWord;
552 if (currMatchIndex >= 0 && currMatchIndex >= matchedIndex && currArg.length() > matchedWord.length()) {
554 matchedWord = currArg;
560 pos.setEndIndex(matchedIndex + matchedWord.length());
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 734 milliseconds