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

  /external/icu4c/i18n/
chnsecal.cpp 250 { kResolveRemap | UCAL_DAY_OF_MONTH, UCAL_IS_LEAP_MONTH, kResolveSTOP },
306 int32_t saveIsLeapMonth = internalGet(UCAL_IS_LEAP_MONTH);
321 isLeapMonth != internalGet(UCAL_IS_LEAP_MONTH)) {
327 nonConstThis->internalSet(UCAL_IS_LEAP_MONTH, saveIsLeapMonth);
386 if (get(UCAL_IS_LEAP_MONTH, status) == 1) {
650 internalSet(UCAL_IS_LEAP_MONTH, isLeapMonth?1:0);
calendar.cpp     [all...]
  /external/icu4c/i18n/unicode/
ucal.h 424 UCAL_IS_LEAP_MONTH,
    [all...]
  /external/icu4c/tools/toolutil/
udbgutil.cpp 102 FIELD_NAME_STR( LEN_UCAL, UCAL_IS_LEAP_MONTH ),
  /external/icu4c/test/intltest/
callimts.cpp 450 + (cal.get(UCAL_IS_LEAP_MONTH, status) == 1 ? "(leap)" : "")

Completed in 36 milliseconds