Searched defs:matchedIndex (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dplurfmt.cpp507 int matchedIndex = -1; local
538 if (currMatchIndex >= 0 && currMatchIndex >= matchedIndex && currArg.length() > matchedWord.length()) {
539 matchedIndex = currMatchIndex;
544 if (matchedIndex >= 0) {
545 pos.setBeginIndex(matchedIndex);
546 pos.setEndIndex(matchedIndex + matchedWord.length());
H A Dusrchimp.h141 // depending on the iteration direction and matchedIndex is USEARCH_DONE
143 int32_t matchedIndex; member in struct:USearch

Completed in 76 milliseconds