Home
last modified time | relevance | path

Searched refs:tzidx (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/calendar/src/com/android/calendarcommon2/
DRecurrenceSet.java152 int tzidx = recurrence.indexOf(";"); in parseRecurrenceDates() local
153 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() local
452 if (tzidx != -1) { in addPropertyForDateStr()
453 tz = dateStr.substring(0, tzidx); in addPropertyForDateStr()
454 dateStr = dateStr.substring(tzidx + 1); in addPropertyForDateStr()