Searched refs:ICAL_TZNAME (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | vtzone.cpp | 55 static const UChar ICAL_TZNAME[] = {0x54, 0x5A, 0x4E, 0x41, 0x4D, 0x45, 0}; /* "TZNAME" */ variable 1454 } else if (name.compare(ICAL_TZNAME, -1) == 0) { in parse() 2568 writer.write(ICAL_TZNAME); in beginZoneProps()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | vtzone.cpp | 55 static const UChar ICAL_TZNAME[] = {0x54, 0x5A, 0x4E, 0x41, 0x4D, 0x45, 0}; /* "TZNAME" */ variable 1454 } else if (name.compare(ICAL_TZNAME, -1) == 0) { in parse() 2568 writer.write(ICAL_TZNAME); in beginZoneProps()
|