HomeSort by relevance Sort by last modified time
    Searched defs:CalendarFieldsSet (Results 1 - 2 of 2) sorted by null

  /external/icu4c/test/intltest/
fldset.h 222 class CalendarFieldsSet : public FieldsSet {
224 CalendarFieldsSet();
225 virtual ~CalendarFieldsSet();
238 CalendarFieldsSet &diffSet,
fldset.cpp 241 CalendarFieldsSet::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 115 milliseconds