Searched refs:currMatchIndex (Results 1 – 6 of 6) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | PluralFormat.java | 726 int currMatchIndex; in parseType() local 766 currMatchIndex = tempPos; in parseType() 770 currMatchIndex = scannerMatchResult[0]; in parseType() 774 currMatchIndex = source.indexOf(currArg, startingAt); in parseType() 776 …if (currMatchIndex >= 0 && currMatchIndex >= matchedIndex && (matchedWord == null || currArg.lengt… in parseType() 777 matchedIndex = currMatchIndex; in parseType()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | plurfmt.cpp | 514 int currMatchIndex; in parseType() local 555 currMatchIndex = tempIndex; in parseType() 559 … currMatchIndex = rbnfLenientScanner->findTextLenient(source, currArg, startingAt, &length); in parseType() 563 currMatchIndex = source.indexOf(currArg, startingAt); in parseType() 565 …if (currMatchIndex >= 0 && currMatchIndex >= matchedIndex && currArg.length() > matchedWord.length… in parseType() 566 matchedIndex = currMatchIndex; in parseType()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | plurfmt.cpp | 514 int currMatchIndex; in parseType() local 555 currMatchIndex = tempIndex; in parseType() 559 … currMatchIndex = rbnfLenientScanner->findTextLenient(source, currArg, startingAt, &length); in parseType() 563 currMatchIndex = source.indexOf(currArg, startingAt); in parseType() 565 …if (currMatchIndex >= 0 && currMatchIndex >= matchedIndex && currArg.length() > matchedWord.length… in parseType() 566 matchedIndex = currMatchIndex; in parseType()
|
/third_party/icu/icu4c/source/i18n/ |
D | plurfmt.cpp | 514 int currMatchIndex; in parseType() local 555 currMatchIndex = tempIndex; in parseType() 559 … currMatchIndex = rbnfLenientScanner->findTextLenient(source, currArg, startingAt, &length); in parseType() 563 currMatchIndex = source.indexOf(currArg, startingAt); in parseType() 565 …if (currMatchIndex >= 0 && currMatchIndex >= matchedIndex && currArg.length() > matchedWord.length… in parseType() 566 matchedIndex = currMatchIndex; in parseType()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | PluralFormat.java | 707 int currMatchIndex; in parseType() local 746 currMatchIndex = scannerMatchResult[0]; in parseType() 749 currMatchIndex = source.indexOf(currArg, startingAt); in parseType() 751 …if (currMatchIndex >= 0 && currMatchIndex >= matchedIndex && (matchedWord == null || currArg.lengt… in parseType() 752 matchedIndex = currMatchIndex; in parseType()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | plurfmt.cpp | 507 int currMatchIndex; in parseType() local 547 … currMatchIndex = rbnfLenientScanner->findTextLenient(source, currArg, startingAt, &length); in parseType() 550 currMatchIndex = source.indexOf(currArg, startingAt); in parseType() 552 …if (currMatchIndex >= 0 && currMatchIndex >= matchedIndex && currArg.length() > matchedWord.length… in parseType() 553 matchedIndex = currMatchIndex; in parseType()
|