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

  /external/icu4c/i18n/
hebrwcal.cpp 352 static const int32_t HOUR_PARTS = 1080;
353 static const int32_t DAY_PARTS = 24*HOUR_PARTS;
359 static const int32_t MONTH_FRACT = 12*HOUR_PARTS + 793;
365 static const int32_t BAHARAD = 11*HOUR_PARTS + 204;
406 if (wd == 1 && frac > 15*HOUR_PARTS+204 && !isLeapYear(year) ) {
412 else if (wd == 0 && frac > 21*HOUR_PARTS+589 && isLeapYear(year-1) ) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 19 milliseconds