Home
last modified time | relevance | path

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

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/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()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DPluralFormat.java738 String matchedWord = null; in parseType() local
776 …hIndex >= 0 && currMatchIndex >= matchedIndex && (matchedWord == null || currArg.length() > matche… in parseType()
778 matchedWord = currArg; in parseType()
784 pos.setEndIndex(matchedIndex + matchedWord.length()); in parseType()
/third_party/icu/icu4c/source/i18n/
Dplurfmt.cpp526 UnicodeString matchedWord; in parseType() local
565 …if (currMatchIndex >= 0 && currMatchIndex >= matchedIndex && currArg.length() > matchedWord.length… in parseType()
567 matchedWord = currArg; in parseType()
573 pos.setEndIndex(matchedIndex + matchedWord.length()); in parseType()
/third_party/node/deps/icu-small/source/i18n/
Dplurfmt.cpp526 UnicodeString matchedWord; in parseType() local
565 …if (currMatchIndex >= 0 && currMatchIndex >= matchedIndex && currArg.length() > matchedWord.length… in parseType()
567 matchedWord = currArg; in parseType()
573 pos.setEndIndex(matchedIndex + matchedWord.length()); in parseType()
/third_party/skia/third_party/externals/icu/source/i18n/
Dplurfmt.cpp526 UnicodeString matchedWord; in parseType() local
565 …if (currMatchIndex >= 0 && currMatchIndex >= matchedIndex && currArg.length() > matchedWord.length… in parseType()
567 matchedWord = currArg; in parseType()
573 pos.setEndIndex(matchedIndex + matchedWord.length()); in parseType()
/third_party/flutter/skia/third_party/externals/icu/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()