Home | History | Annotate | Download | only in i18n

Lines Matching refs:ICAL_LASTMOD

57 static const UChar ICAL_LASTMOD[] = {0x4C, 0x41, 0x53, 0x54, 0x2D, 0x4D, 0x4F, 0x44, 0x49, 0x46, 0x49, 0x45, 0x44, 0}; /* "LAST-MODIFIED" */
1412 } else if (name.compare(ICAL_LASTMOD) == 0) {
1729 } else if (line->startsWith(ICAL_LASTMOD)
1730 && line->charAt(u_strlen(ICAL_LASTMOD)) == COLON) {
1732 writer.write(ICAL_LASTMOD);
2190 writer.write(ICAL_LASTMOD);