Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dtzfmt.cpp940 int32_t matchIdx = -1; in parse() local
945 matchIdx = i; in parse()
949 if (matchIdx >= 0) { in parse()
951 *timeType = getTimeType(specificMatches->getNameTypeAt(matchIdx)); in parse()
954 getTimeZoneID(specificMatches.getAlias(), matchIdx, tzID); in parse()
2754 int32_t matchIdx = -1; in parseExemplarLocation() local
2758 matchIdx = i; in parseExemplarLocation()
2764 getTimeZoneID(exemplarMatches.getAlias(), matchIdx, tzID); in parseExemplarLocation()