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

  /external/chromium/third_party/icu/source/i18n/
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
japancal.cpp 466 UDate JapaneseCalendar::defaultCenturyStart() const
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;
islamcal.cpp 470 UDate IslamicCalendar::defaultCenturyStart() const
491 // use defaultCenturyStart unless it's the flag value;
508 // use defaultCenturyStart unless it's the flag value;
persncal.cpp 390 UDate PersianCalendar::defaultCenturyStart() const
411 // use defaultCenturyStart unless it's the flag value;
428 // use defaultCenturyStart unless it's the flag value;
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;
chnsecal.cpp 790 UDate ChineseCalendar::defaultCenturyStart() const
811 // use defaultCenturyStart unless it's the flag value;
828 // use defaultCenturyStart unless it's the flag value;
gregocal.cpp     [all...]
  /external/icu4c/i18n/
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
japancal.cpp 466 UDate JapaneseCalendar::defaultCenturyStart() const
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;
islamcal.cpp 470 UDate IslamicCalendar::defaultCenturyStart() const
491 // use defaultCenturyStart unless it's the flag value;
508 // use defaultCenturyStart unless it's the flag value;
persncal.cpp 390 UDate PersianCalendar::defaultCenturyStart() const
411 // use defaultCenturyStart unless it's the flag value;
428 // use defaultCenturyStart unless it's the flag value;
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;
chnsecal.cpp 790 UDate ChineseCalendar::defaultCenturyStart() const
811 // use defaultCenturyStart unless it's the flag value;
828 // use defaultCenturyStart unless it's the flag value;
gregocal.cpp     [all...]
  /libcore/luni/src/main/java/java/text/
SimpleDateFormat.java 224 private Date defaultCenturyStart;
380 defaultCenturyStart = calendar.getTime();
421 clone.defaultCenturyStart = new Date(defaultCenturyStart.getTime());
    [all...]

Completed in 428 milliseconds