Lines Matching refs:matchIdx
950 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()
2851 int32_t matchIdx = -1; in parseExemplarLocation() local
2855 matchIdx = i; in parseExemplarLocation()
2861 getTimeZoneID(exemplarMatches.getAlias(), matchIdx, tzID); in parseExemplarLocation()