Searched refs:fMatchLen (Results 1 – 2 of 2) sorted by relevance
412 if (matchLength > fMatchLen[lenidx]) { in handleMatch()415 fMatchLen[lenidx] = matchLength; in handleMatch()424 fMatchLen[getTimeZoneTranslationTypeIndex(zsinfo->fType)] = matchLength; in handleMatch()441 matchLength = fMatchLen[getTimeZoneTranslationTypeIndex(zsinfo->fType)]; in getMatch()449 for (int32_t i = 0; i < (int32_t)(sizeof(fMatchLen)/sizeof(fMatchLen[0])); i++) { in clear()450 fMatchLen[i] = 0; in clear()
406 int32_t fMatchLen[ZSIDX_COUNT]; variable