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

  /external/chromium_org/third_party/icu/source/test/intltest/
fldset.h 222 class CalendarFieldsSet : public FieldsSet {
224 CalendarFieldsSet();
225 virtual ~CalendarFieldsSet();
238 CalendarFieldsSet &diffSet,
fldset.cpp 237 CalendarFieldsSet::CalendarFieldsSet() :
242 CalendarFieldsSet::~CalendarFieldsSet() {
245 void CalendarFieldsSet::handleParseValue(const FieldsSet* inheritFrom, int32_t field, const UnicodeString& substr, UErrorCode& status) {
257 void CalendarFieldsSet::setOnCalendar(Calendar *cal, UErrorCode& /*status*/) const {
269 UBool CalendarFieldsSet::matches(Calendar *cal, CalendarFieldsSet &diffSet,
  /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 52 milliseconds