HomeSort by relevance Sort by last modified time
    Searched refs:defaultCenturyStart (Results 1 - 25 of 27) sorted by null

1 2

  /external/icu4c/i18n/
buddhcal.h 185 virtual UDate defaultCenturyStart() const;
coptccal.h 177 virtual UDate defaultCenturyStart() const;
japancal.h 162 virtual UDate defaultCenturyStart() const;
taiwncal.h 167 virtual UDate defaultCenturyStart() const;
ethpccal.h 193 virtual UDate defaultCenturyStart() const;
indiancal.h 314 virtual UDate defaultCenturyStart() const;
persncal.h 306 virtual UDate defaultCenturyStart() const;
chnsecal.h 234 virtual UDate defaultCenturyStart() const;
hebrwcal.h 390 virtual UDate defaultCenturyStart() const;
islamcal.h 405 virtual UDate defaultCenturyStart() const;
coptccal.cpp 104 CopticCalendar::defaultCenturyStart() const
108 // use defaultCenturyStart unless it's the flag value;
118 // use defaultCenturyStart unless it's the flag value;
buddhcal.cpp 140 UDate BuddhistCalendar::defaultCenturyStart() const
161 // use defaultCenturyStart unless it's the flag value;
178 // use defaultCenturyStart unless it's the flag value;
ethpccal.cpp 144 EthiopicCalendar::defaultCenturyStart() const
persncal.cpp 259 UDate PersianCalendar::defaultCenturyStart() const
280 // use defaultCenturyStart unless it's the flag value;
297 // use defaultCenturyStart unless it's the flag value;
taiwncal.cpp 147 UDate TaiwanCalendar::defaultCenturyStart() const
168 // use defaultCenturyStart unless it's the flag value;
185 // use defaultCenturyStart unless it's the flag value;
indiancal.cpp 362 UDate IndianCalendar::defaultCenturyStart() const
386 // use defaultCenturyStart unless it's the flag value;
407 // use defaultCenturyStart unless it's the flag value;
japancal.cpp 466 UDate JapaneseCalendar::defaultCenturyStart() const
hebrwcal.cpp 684 UDate HebrewCalendar::defaultCenturyStart() const
705 // use defaultCenturyStart unless it's the flag value;
722 // use defaultCenturyStart unless it's the flag value;
islamcal.cpp 473 UDate IslamicCalendar::defaultCenturyStart() const
494 // use defaultCenturyStart unless it's the flag value;
511 // use defaultCenturyStart unless it's the flag value;
chnsecal.cpp 789 UDate ChineseCalendar::defaultCenturyStart() const
810 // use defaultCenturyStart unless it's the flag value;
827 // use defaultCenturyStart unless it's the flag value;
gregocal.cpp     [all...]
smpdtfmt.cpp 783 fDefaultCenturyStart = fCalendar->defaultCenturyStart();
    [all...]
  /libcore/luni/src/main/java/java/text/
SimpleDateFormat.java 221 private Date defaultCenturyStart;
377 defaultCenturyStart = calendar.getTime();
415 clone.defaultCenturyStart = new Date(defaultCenturyStart.getTime());
    [all...]
  /external/icu4c/i18n/unicode/
gregocal.h 764 virtual UDate defaultCenturyStart() const;
    [all...]
calendar.h     [all...]

Completed in 438 milliseconds

1 2