Searched refs:matchIdx (Results 1 – 1 of 1) sorted by relevance
950 int32_t matchIdx = -1; in parse() local955 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() local988 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 …]