Home | History | Annotate | Download | only in i18n

Lines Matching refs:ICAL_LASTMOD

56 static const UChar ICAL_LASTMOD[] = {0x4C, 0x41, 0x53, 0x54, 0x2D, 0x4D, 0x4F, 0x44, 0x49, 0x46, 0x49, 0x45, 0x44, 0}; /* "LAST-MODIFIED" */
1417 } else if (name.compare(ICAL_LASTMOD, -1) == 0) {
1734 } else if (line->startsWith(ICAL_LASTMOD, -1)
1735 && line->charAt(u_strlen(ICAL_LASTMOD)) == COLON) {
1737 writer.write(ICAL_LASTMOD);
2195 writer.write(ICAL_LASTMOD);