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.java706 String matchedWord = null; in parseType() local
738 …hIndex >= 0 && currMatchIndex >= matchedIndex && (matchedWord == null || currArg.length() > matche… in parseType()
740 matchedWord = currArg; in parseType()
746 pos.setEndIndex(matchedIndex + matchedWord.length()); in parseType()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DPluralFormat.java725 String matchedWord = null; in parseType() local
757 …hIndex >= 0 && currMatchIndex >= matchedIndex && (matchedWord == null || currArg.length() > matche… in parseType()
759 matchedWord = currArg; in parseType()
765 pos.setEndIndex(matchedIndex + matchedWord.length()); in parseType()
/external/icu/icu4c/source/i18n/
Dplurfmt.cpp528 UnicodeString matchedWord; in parseType() local
561 …if (currMatchIndex >= 0 && currMatchIndex >= matchedIndex && currArg.length() > matchedWord.length… in parseType()
563 matchedWord = currArg; in parseType()
569 pos.setEndIndex(matchedIndex + matchedWord.length()); in parseType()