Searched refs:tzidx (Results 1 – 1 of 1) sorted by relevance
150 int tzidx = recurrence.indexOf(";"); in parseRecurrenceDates() local151 if (tzidx != -1) { in parseRecurrenceDates()152 tz = recurrence.substring(0, tzidx); in parseRecurrenceDates()153 recurrence = recurrence.substring(tzidx + 1); in parseRecurrenceDates()450 int tzidx = dateStr.indexOf(";"); in addPropertyForDateStr() local451 if (tzidx != -1) { in addPropertyForDateStr()452 tz = dateStr.substring(0, tzidx); in addPropertyForDateStr()453 dateStr = dateStr.substring(tzidx + 1); in addPropertyForDateStr()