Searched refs:ICAL_BEGIN (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | vtzone.cpp | 44 static const UChar ICAL_BEGIN[] = {0x42, 0x45, 0x47, 0x49, 0x4E, 0}; /* "BEGIN" */ variable 1407 if (name.compare(ICAL_BEGIN, -1) == 0 in parse() 1425 } else if (name.compare(ICAL_BEGIN, -1) == 0) { in parse() 2190 writer.write(ICAL_BEGIN); in writeHeaders() 2542 writer.write(ICAL_BEGIN); in beginZoneProps()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | vtzone.cpp | 44 static const UChar ICAL_BEGIN[] = {0x42, 0x45, 0x47, 0x49, 0x4E, 0}; /* "BEGIN" */ variable 1407 if (name.compare(ICAL_BEGIN, -1) == 0 in parse() 1425 } else if (name.compare(ICAL_BEGIN, -1) == 0) { in parse() 2190 writer.write(ICAL_BEGIN); in writeHeaders() 2542 writer.write(ICAL_BEGIN); in beginZoneProps()
|