Searched refs:ICAL_END (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | vtzone.cpp | 45 static const UChar ICAL_END[] = {0x45, 0x4E, 0x44, 0}; /* "END" */ variable 1447 } else if (name.compare(ICAL_END, -1) == 0) { in parse() 1494 } else if (name.compare(ICAL_END, -1) == 0) { in parse() 2221 writer.write(ICAL_END); in writeFooter() 2589 writer.write(ICAL_END); in endZoneProps()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | vtzone.cpp | 45 static const UChar ICAL_END[] = {0x45, 0x4E, 0x44, 0}; /* "END" */ variable 1447 } else if (name.compare(ICAL_END, -1) == 0) { in parse() 1494 } else if (name.compare(ICAL_END, -1) == 0) { in parse() 2221 writer.write(ICAL_END); in writeFooter() 2589 writer.write(ICAL_END); in endZoneProps()
|