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.java154 int tzidx = recurrence.indexOf(";"); in parseRecurrenceDates() local
155 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() local
454 if (tzidx != -1) { in addPropertyForDateStr()
455 tz = dateStr.substring(0, tzidx); in addPropertyForDateStr()
456 dateStr = dateStr.substring(tzidx + 1); in addPropertyForDateStr()