Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dtzfmt.cpp941 int32_t matchPos = -1; in parse() local
943 matchPos = startIdx + specificMatches->getMatchLengthAt(i); in parse()
944 if (matchPos > parsedPos) { in parse()
946 parsedPos = matchPos; in parse()
953 pos.setIndex(matchPos); in parse()
1154 int32_t matchPos = -1; in parse() local
1157 if (startIdx + specificMatches->getMatchLengthAt(i) > matchPos) { in parse()
1159 matchPos = startIdx + specificMatches->getMatchLengthAt(i); in parse()
1163 if (parsedPos < matchPos) { in parse()
1165 parsedPos = matchPos; in parse()