Searched refs:UCAL_DAY_OF_WEEK_IN_MONTH (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dchnsecal.cpp277 { UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_DAY_OF_WEEK, kResolveSTOP },
280 { UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_DOW_LOCAL, kResolveSTOP },
288 { UCAL_DAY_OF_WEEK_IN_MONTH, kResolveSTOP },
289 { kResolveRemap | UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_DAY_OF_WEEK, kResolveSTOP },
290 { kResolveRemap | UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_DOW_LOCAL, kResolveSTOP },
H A Dcalendar.cpp1489 fFields[UCAL_DAY_OF_WEEK_IN_MONTH] = (dayOfMonth-1) / 7 + 1;
1491 if(fFields[UCAL_DAY_OF_WEEK_IN_MONTH]==0) fprintf(stderr, "%s:%d: DOWIM %d on %g\n",
1492 __FILE__, __LINE__,fFields[UCAL_DAY_OF_WEEK_IN_MONTH], fTime);
1846 case UCAL_DAY_OF_WEEK_IN_MONTH:
1958 case UCAL_DAY_OF_WEEK_IN_MONTH:
2582 case UCAL_DAY_OF_WEEK_IN_MONTH:
2682 { UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_DAY_OF_WEEK, kResolveSTOP },
2685 { UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_DOW_LOCAL, kResolveSTOP },
2694 { UCAL_DAY_OF_WEEK_IN_MONTH, kResolveSTOP },
2695 { kResolveRemap | UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_DAY_OF_WEE
[all...]
H A Dgregocal.cpp674 if (isSet(UCAL_DAY_OF_WEEK_IN_MONTH) &&
675 0 == internalGet(UCAL_DAY_OF_WEEK_IN_MONTH)) {
H A Dudat.cpp58 UCAL_DAY_OF_WEEK_IN_MONTH, // UDAT_DAY_OF_WEEK_IN_MONTH_FIELD = 11
H A Dsmpdtfmt.cpp971 /*EDF*/ UCAL_DAY_OF_WEEK, UCAL_DAY_OF_YEAR, UCAL_DAY_OF_WEEK_IN_MONTH,
/external/icu/icu4c/source/i18n/
H A Dchnsecal.cpp277 { UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_DAY_OF_WEEK, kResolveSTOP },
280 { UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_DOW_LOCAL, kResolveSTOP },
288 { UCAL_DAY_OF_WEEK_IN_MONTH, kResolveSTOP },
289 { kResolveRemap | UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_DAY_OF_WEEK, kResolveSTOP },
290 { kResolveRemap | UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_DOW_LOCAL, kResolveSTOP },
H A Dcalendar.cpp1618 fFields[UCAL_DAY_OF_WEEK_IN_MONTH] = (dayOfMonth-1) / 7 + 1;
1620 if(fFields[UCAL_DAY_OF_WEEK_IN_MONTH]==0) fprintf(stderr, "%s:%d: DOWIM %d on %g\n",
1621 __FILE__, __LINE__,fFields[UCAL_DAY_OF_WEEK_IN_MONTH], fTime);
1975 case UCAL_DAY_OF_WEEK_IN_MONTH:
2087 case UCAL_DAY_OF_WEEK_IN_MONTH:
2731 case UCAL_DAY_OF_WEEK_IN_MONTH:
2831 { UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_DAY_OF_WEEK, kResolveSTOP },
2834 { UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_DOW_LOCAL, kResolveSTOP },
2843 { UCAL_DAY_OF_WEEK_IN_MONTH, kResolveSTOP },
2844 { kResolveRemap | UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_DAY_OF_WEE
[all...]
H A Dgregocal.cpp674 if (isSet(UCAL_DAY_OF_WEEK_IN_MONTH) &&
675 0 == internalGet(UCAL_DAY_OF_WEEK_IN_MONTH)) {
H A Dudat.cpp58 UCAL_DAY_OF_WEEK_IN_MONTH, // UDAT_DAY_OF_WEEK_IN_MONTH_FIELD = 11
H A Dsmpdtfmt.cpp996 /*EDF*/ UCAL_DAY_OF_WEEK, UCAL_DAY_OF_YEAR, UCAL_DAY_OF_WEEK_IN_MONTH,
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcallimts.cpp207 int32_t maxDOWIM = cal.getMaximum(UCAL_DAY_OF_WEEK_IN_MONTH);
208 int32_t lmaxDOWIM = cal.getLeastMaximum(UCAL_DAY_OF_WEEK_IN_MONTH);
284 UCAL_DAY_OF_WEEK_IN_MONTH,
H A Dcaltest.cpp318 FIELD_NAME_STR( UCAL_DAY_OF_WEEK_IN_MONTH );
763 c->set(UCAL_DAY_OF_WEEK_IN_MONTH, 1);
769 c->set(UCAL_DAY_OF_WEEK_IN_MONTH, - 1);
777 c->set(UCAL_DAY_OF_WEEK_IN_MONTH, 0);
1373 UCAL_DAY_OF_WEEK_IN_MONTH, 4,
H A Dcalregts.cpp2181 { UCAL_DAY_OF_WEEK_IN_MONTH, ADD|ROLL, PLUS|MINUS, 1, -ONE_DAY, +6*ONE_DAY },
2380 cal->set(UCAL_DAY_OF_WEEK_IN_MONTH, -1);
/external/icu/icu4c/source/test/intltest/
H A Dcallimts.cpp207 int32_t maxDOWIM = cal.getMaximum(UCAL_DAY_OF_WEEK_IN_MONTH);
208 int32_t lmaxDOWIM = cal.getLeastMaximum(UCAL_DAY_OF_WEEK_IN_MONTH);
284 UCAL_DAY_OF_WEEK_IN_MONTH,
H A Dcaltest.cpp339 FIELD_NAME_STR( UCAL_DAY_OF_WEEK_IN_MONTH );
784 c->set(UCAL_DAY_OF_WEEK_IN_MONTH, 1);
790 c->set(UCAL_DAY_OF_WEEK_IN_MONTH, - 1);
798 c->set(UCAL_DAY_OF_WEEK_IN_MONTH, 0);
1394 UCAL_DAY_OF_WEEK_IN_MONTH, 4,
H A Dcalregts.cpp2181 { UCAL_DAY_OF_WEEK_IN_MONTH, ADD|ROLL, PLUS|MINUS, 1, -ONE_DAY, +6*ONE_DAY },
2380 cal->set(UCAL_DAY_OF_WEEK_IN_MONTH, -1);
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ducal.h85 * UCAL_MONTH + UCAL_DAY_OF_WEEK_IN_MONTH + UCAL_DAY_OF_WEEK
301 UCAL_DAY_OF_WEEK_IN_MONTH, enumerator in enum:UCalendarDateFields
1085 * UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_AM_PM, UCAL_HOUR, UCAL_HOUR_OF_DAY, UCAL_MINUTE, UCAL_SECOND,
1115 * UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_AM_PM, UCAL_HOUR, UCAL_HOUR_OF_DAY, UCAL_MINUTE, UCAL_SECOND,
1136 * UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_AM_PM, UCAL_HOUR, UCAL_HOUR_OF_DAY, UCAL_MINUTE, UCAL_SECOND,
1157 * UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_AM_PM, UCAL_HOUR, UCAL_HOUR_OF_DAY, UCAL_MINUTE, UCAL_SECOND,
1177 * UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_AM_PM, UCAL_HOUR, UCAL_HOUR_OF_DAY, UCAL_MINUTE, UCAL_SECOND,
1196 * UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_AM_PM, UCAL_HOUR, UCAL_HOUR_OF_DAY, UCAL_MINUTE, UCAL_SECOND,
1249 * UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_AM_PM, UCAL_HOUR, UCAL_HOUR_OF_DAY, UCAL_MINUTE, UCAL_SECOND,
1436 * UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_AM_P
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Ducal.h85 * UCAL_MONTH + UCAL_DAY_OF_WEEK_IN_MONTH + UCAL_DAY_OF_WEEK
301 UCAL_DAY_OF_WEEK_IN_MONTH, enumerator in enum:UCalendarDateFields
1083 * UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_AM_PM, UCAL_HOUR, UCAL_HOUR_OF_DAY, UCAL_MINUTE, UCAL_SECOND,
1113 * UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_AM_PM, UCAL_HOUR, UCAL_HOUR_OF_DAY, UCAL_MINUTE, UCAL_SECOND,
1134 * UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_AM_PM, UCAL_HOUR, UCAL_HOUR_OF_DAY, UCAL_MINUTE, UCAL_SECOND,
1155 * UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_AM_PM, UCAL_HOUR, UCAL_HOUR_OF_DAY, UCAL_MINUTE, UCAL_SECOND,
1175 * UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_AM_PM, UCAL_HOUR, UCAL_HOUR_OF_DAY, UCAL_MINUTE, UCAL_SECOND,
1194 * UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_AM_PM, UCAL_HOUR, UCAL_HOUR_OF_DAY, UCAL_MINUTE, UCAL_SECOND,
1247 * UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_AM_PM, UCAL_HOUR, UCAL_HOUR_OF_DAY, UCAL_MINUTE, UCAL_SECOND,
1434 * UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_AM_P
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccaltst.c782 else if(ucal_get(cal, UCAL_DAY_OF_WEEK_IN_MONTH, &status)!=2 || ucal_get(cal, UCAL_DAY_OF_WEEK, &status)!=6
800 ucal_set(cal, UCAL_DAY_OF_WEEK_IN_MONTH, 1);
806 ucal_set(cal, UCAL_DAY_OF_WEEK_IN_MONTH, - 1);
814 ucal_set(cal, UCAL_DAY_OF_WEEK_IN_MONTH, 0);
1137 val = ucal_get(cal, UCAL_DAY_OF_WEEK_IN_MONTH, &status);
1138 min = ucal_getLimit(cal, UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_MINIMUM, &status);
1139 max = ucal_getLimit(cal, UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_MAXIMUM, &status);
/external/icu/icu4c/source/test/cintltst/
H A Dccaltst.c783 else if(ucal_get(cal, UCAL_DAY_OF_WEEK_IN_MONTH, &status)!=2 || ucal_get(cal, UCAL_DAY_OF_WEEK, &status)!=6
801 ucal_set(cal, UCAL_DAY_OF_WEEK_IN_MONTH, 1);
807 ucal_set(cal, UCAL_DAY_OF_WEEK_IN_MONTH, - 1);
815 ucal_set(cal, UCAL_DAY_OF_WEEK_IN_MONTH, 0);
1138 val = ucal_get(cal, UCAL_DAY_OF_WEEK_IN_MONTH, &status);
1139 min = ucal_getLimit(cal, UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_MINIMUM, &status);
1140 max = ucal_getLimit(cal, UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_MAXIMUM, &status);
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dudbgutil.cpp94 FIELD_NAME_STR( LEN_UCAL, UCAL_DAY_OF_WEEK_IN_MONTH ),
/external/icu/icu4c/source/tools/toolutil/
H A Dudbgutil.cpp94 FIELD_NAME_STR( LEN_UCAL, UCAL_DAY_OF_WEEK_IN_MONTH ),

Completed in 2405 milliseconds