Searched defs:CalendarFieldsSet (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/test/intltest/
H A Dfldset.h222 class CalendarFieldsSet : public FieldsSet { class in inherits:FieldsSet
224 CalendarFieldsSet();
225 virtual ~CalendarFieldsSet();
238 CalendarFieldsSet &diffSet,
H A Dfldset.cpp241 CalendarFieldsSet::CalendarFieldsSet() : function in class:CalendarFieldsSet
246 CalendarFieldsSet::~CalendarFieldsSet() {
249 void CalendarFieldsSet::handleParseValue(const FieldsSet* inheritFrom, int32_t field, const UnicodeString& substr, UErrorCode& status) {
261 void CalendarFieldsSet::setOnCalendar(Calendar *cal, UErrorCode& /*status*/) const {
273 UBool CalendarFieldsSet::matches(Calendar *cal, CalendarFieldsSet &diffSet,

Completed in 191 milliseconds