Searched refs:tzidx (Results 1 – 1 of 1) sorted by relevance
154 int tzidx = recurrence.indexOf(";"); in parseRecurrenceDates() local155 if (tzidx != -1) { in parseRecurrenceDates()156 tz = recurrence.substring(0, tzidx); in parseRecurrenceDates()157 recurrence = recurrence.substring(tzidx + 1); in parseRecurrenceDates()453 int tzidx = dateStr.indexOf(";"); in addPropertyForDateStr() local454 if (tzidx != -1) { in addPropertyForDateStr()455 tz = dateStr.substring(0, tzidx); in addPropertyForDateStr()456 dateStr = dateStr.substring(tzidx + 1); in addPropertyForDateStr()