Home | History | Annotate | Download | only in i18n

Lines Matching defs:ICAL_TZURL

58 static const UChar ICAL_TZURL[] = {0x54, 0x5A, 0x55, 0x52, 0x4C, 0}; /* "TZURL" */
1418 } else if (name.compare(ICAL_TZURL, -1) == 0) {
1731 if (line->startsWith(ICAL_TZURL, -1)
1732 && line->charAt(u_strlen(ICAL_TZURL)) == COLON) {
1733 writer.write(ICAL_TZURL);
2191 writer.write(ICAL_TZURL);