Home | History | Annotate | Download | only in i18n

Lines Matching defs:ICAL_TZURL

56 static const UChar ICAL_TZURL[] = {0x54, 0x5A, 0x55, 0x52, 0x4C, 0}; /* "TZURL" */
1410 } else if (name.compare(ICAL_TZURL) == 0) {
1723 if (line->startsWith(ICAL_TZURL)
1724 && line->charAt(u_strlen(ICAL_TZURL)) == COLON) {
1725 writer.write(ICAL_TZURL);
2183 writer.write(ICAL_TZURL);