Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dtzfmt.cpp950 int32_t matchIdx = -1; in parse() local
955 matchIdx = i; in parse()
959 if (matchIdx >= 0) { in parse()
961 *timeType = getTimeType(specificMatches->getNameTypeAt(matchIdx)); in parse()
964 getTimeZoneID(specificMatches.getAlias(), matchIdx, tzID); in parse()
983 int32_t matchIdx = -1; in parse() local
988 matchIdx = i; in parse()
992 if (matchIdx >= 0) { in parse()
994 *timeType = getTimeType(tzdbNameMatches->getNameTypeAt(matchIdx)); in parse()
997 getTimeZoneID(tzdbNameMatches.getAlias(), matchIdx, tzID); in parse()
[all …]