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

  /external/chromium_org/third_party/icu/source/i18n/
gregocal.cpp 831 int32_t cDayOfMonth=0; // no discontinuity: [0, cMonthLen)
845 cDayOfMonth = internalGet(UCAL_DAY_OF_MONTH) - ((t >= fGregorianCutover) ? 10 : 0);
846 cMonthStart = t - ((cDayOfMonth - 1) * kOneDay);
    [all...]
  /external/icu4c/i18n/
gregocal.cpp 831 int32_t cDayOfMonth=0; // no discontinuity: [0, cMonthLen)
845 cDayOfMonth = internalGet(UCAL_DAY_OF_MONTH) - ((t >= fGregorianCutover) ? 10 : 0);
846 cMonthStart = t - ((cDayOfMonth - 1) * kOneDay);
    [all...]

Completed in 478 milliseconds