Home | History | Annotate | Download | only in i18n

Lines Matching defs:ICAL_TZURL

55 static const UChar ICAL_TZURL[] = {0x54, 0x5A, 0x55, 0x52, 0x4C, 0}; /* "TZURL" */
1415 } else if (name.compare(ICAL_TZURL, -1) == 0) {
1728 if (line->startsWith(ICAL_TZURL, -1)
1729 && line->charAt(u_strlen(ICAL_TZURL)) == COLON) {
1730 writer.write(ICAL_TZURL);
2188 writer.write(ICAL_TZURL);