Searched refs:isDST (Results 1 – 3 of 3) sorted by relevance
579 boolean isDST = value.equals(ICAL_DAYLIGHT); in parse()580 if (value.equals(ICAL_STANDARD) || isDST) { in parse()592 dst = isDST; in parse()822 private static String getDefaultTZName(String tzid, boolean isDST) { in getDefaultTZName() argument823 if (isDST) { in getDefaultTZName()
610 boolean isDST = value.equals(ICAL_DAYLIGHT); in parse()611 if (value.equals(ICAL_STANDARD) || isDST) { in parse()623 dst = isDST; in parse()853 private static String getDefaultTZName(String tzid, boolean isDST) { in getDefaultTZName() argument854 if (isDST) { in getDefaultTZName()
361 static void getDefaultTZName(const UnicodeString &tzid, UBool isDST, UnicodeString& zonename) { in getDefaultTZName() argument363 if (isDST) { in getDefaultTZName()1428 UBool isDST = (value.compare(ICAL_DAYLIGHT, -1) == 0); in parse() local1429 if (value.compare(ICAL_STANDARD, -1) == 0 || isDST) { in parse()1442 dst = isDST; in parse()