Searched refs:minuteIndex (Results 1 – 2 of 2) sorted by relevance
274 int minuteIndex = bestDateTimePattern.indexOf('m', hourIndex + 1); in setDividerText() local275 if (minuteIndex == -1) { in setDividerText()278 separatorText = bestDateTimePattern.substring(hourIndex + 1, minuteIndex); in setDividerText()
960 int minuteIndex = 0; in expand() local963 ? r.byminute[minuteIndex] in expand()1053 minuteIndex++; in expand()1054 } while (usebyminute && minuteIndex < byminuteCount); in expand()