Home
last modified time | relevance | path

Searched refs:UCAL_WEEK_OF_MONTH (Results 1 – 9 of 9) sorted by relevance

/external/icu4c/i18n/
Dcalendar.cpp1296 fFields[UCAL_WEEK_OF_MONTH] = weekNumber(dayOfMonth, dayOfWeek); in computeWeekFields()
1439 case UCAL_WEEK_OF_MONTH: in roll()
1700 case UCAL_WEEK_OF_MONTH: in add()
2235 { UCAL_WEEK_OF_MONTH, UCAL_DAY_OF_WEEK, kResolveSTOP },
2238 { UCAL_WEEK_OF_MONTH, UCAL_DOW_LOCAL, kResolveSTOP },
2247 { UCAL_WEEK_OF_MONTH, kResolveSTOP },
2434 bestField == UCAL_WEEK_OF_MONTH || in handleComputeJulianDay()
2886 case UCAL_WEEK_OF_MONTH: in prepareGetActual()
Dgregocal.cpp515 } else if ( bestField == UCAL_WEEK_OF_MONTH ) { in handleComputeJulianDay()
837 case UCAL_WEEK_OF_MONTH: in roll()
925 case UCAL_WEEK_OF_MONTH: in roll()
Dsmpdtfmt.cpp573 /*wWa*/ UCAL_WEEK_OF_YEAR, UCAL_WEEK_OF_MONTH, UCAL_AM_PM,
/external/icu4c/tools/ctestfw/
Dudbgutil.cpp41 FIELD_NAME_STR( LEN_UCAL, UCAL_WEEK_OF_MONTH ),
/external/icu4c/i18n/unicode/
Ducal.h225 UCAL_WEEK_OF_MONTH, enumerator
/external/icu4c/test/cintltst/
Dccaltst.c610 …|| ucal_get(cal, UCAL_WEEK_OF_MONTH, &status)!=2 || ucal_get(cal, UCAL_WEEK_OF_YEAR, &status)!= 11) in TestFieldGetSet()
654 ucal_set(cal, UCAL_WEEK_OF_MONTH, 1); in TestFieldGetSet()
660 ucal_set(cal, UCAL_WEEK_OF_MONTH, 5); in TestFieldGetSet()
667 ucal_set(cal, UCAL_WEEK_OF_MONTH, 0); in TestFieldGetSet()
/external/icu4c/test/intltest/
Dcaltest.cpp220 FIELD_NAME_STR( UCAL_WEEK_OF_MONTH ); in fieldName()
617 c->set(UCAL_WEEK_OF_MONTH, 1); in TestDisambiguation765()
623 c->set(UCAL_WEEK_OF_MONTH, 5); in TestDisambiguation765()
631 c->set(UCAL_WEEK_OF_MONTH, 0); in TestDisambiguation765()
Dcalregts.cpp1767 UCalendarDateFields field = UCAL_WEEK_OF_MONTH; in Test4166109()
2087 { UCAL_WEEK_OF_MONTH, ADD|ROLL, PLUS|MINUS, 1, -ONE_DAY, +6*ONE_DAY }, in TestJ81()
2439 int32_t wom1 = cal.get(UCAL_WEEK_OF_MONTH, ec); in TestWeekShift()
2445 int32_t wom2 = cal.get(UCAL_WEEK_OF_MONTH, ec); in TestWeekShift()
Ddtfmrgts.cpp1362 cal->set(UCAL_WEEK_OF_MONTH, test.wom); in Test1684()