Searched refs:tzidx (Results 1 – 1 of 1) sorted by relevance
152 int tzidx = recurrence.indexOf(";"); in parseRecurrenceDates() local153 if (tzidx != -1) { in parseRecurrenceDates()154 tz = recurrence.substring(0, tzidx); in parseRecurrenceDates()155 recurrence = recurrence.substring(tzidx + 1); in parseRecurrenceDates()451 int tzidx = dateStr.indexOf(";"); in addPropertyForDateStr() local452 if (tzidx != -1) { in addPropertyForDateStr()453 tz = dateStr.substring(0, tzidx); in addPropertyForDateStr()454 dateStr = dateStr.substring(tzidx + 1); in addPropertyForDateStr()