Home
last modified time | relevance | path

Searched refs:matchedWord (Results 1 – 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
DPluralFormat.java719 String matchedWord = null; in parseType() local
751 …hIndex >= 0 && currMatchIndex >= matchedIndex && (matchedWord == null || currArg.length() > matche… in parseType()
753 matchedWord = currArg; in parseType()
759 pos.setEndIndex(matchedIndex + matchedWord.length()); in parseType()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DPluralFormat.java738 String matchedWord = null; in parseType() local
770 …hIndex >= 0 && currMatchIndex >= matchedIndex && (matchedWord == null || currArg.length() > matche… in parseType()
772 matchedWord = currArg; in parseType()
778 pos.setEndIndex(matchedIndex + matchedWord.length()); in parseType()
/external/icu/icu4c/source/i18n/
Dplurfmt.cpp519 UnicodeString matchedWord; in parseType() local
552 …if (currMatchIndex >= 0 && currMatchIndex >= matchedIndex && currArg.length() > matchedWord.length… in parseType()
554 matchedWord = currArg; in parseType()
560 pos.setEndIndex(matchedIndex + matchedWord.length()); in parseType()