Home
last modified time | relevance | path

Searched refs:UCAL_MINUTE (Results 1 – 19 of 19) sorted by relevance

/external/icu4c/samples/datecal/
Dcal.cpp28 gc->set(UCAL_MINUTE, 0); in cpp_main()
Dccal.c30 ucal_set(cal, UCAL_MINUTE, 0); in c_main()
/external/icu4c/test/intltest/
Dcalregts.cpp300 logln(UnicodeString("MINUTE: ") + calendar->get(UCAL_MINUTE, status)); in test4040996()
310 logln(UnicodeString("MINUTE: ") + calendar->get(UCAL_MINUTE, status)); in test4040996()
422 gc->set(UCAL_MINUTE, 0); in test4059654()
619 foo1->get(UCAL_MINUTE, status), in test4073929()
628 foo1->get(UCAL_MINUTE, status), in test4073929()
637 foo1->get(UCAL_MINUTE, status), in test4073929()
672 int32_t min = cal->get(UCAL_MINUTE, status); in test4083167()
683 min = cal->get(UCAL_MINUTE, status); in test4083167()
846 cal1->get(UCAL_MINUTE,status), in test4096231()
859 cal1->get(UCAL_MINUTE,status), in test4096231()
[all …]
Dcaltest.cpp253 FIELD_NAME_STR( UCAL_MINUTE ); in fieldName()
403 case UCAL_HOUR_OF_DAY: case UCAL_MINUTE: case UCAL_SECOND: in TestGenericAPI()
532 gc->set(UCAL_MINUTE, 0); in TestRog()
815 cal->get(UCAL_MINUTE, status)) * 60 + in test4064654()
853 cal->set(UCAL_MINUTE, 0); in TestAddSetOrder621()
877 cal->set(UCAL_MINUTE, 0); in TestAddSetOrder621()
950 temp->set(UCAL_MINUTE, min); in TestAddRollExtensive()
1018 c->get(UCAL_MINUTE, status) != min || in check520()
1029 c->get(UCAL_MINUTE, status) + ":" + in check520()
1082 g2->set(UCAL_MINUTE, 0, status); in TestFieldSet4781()
Dcalcasts.cpp67 checkField(cal, UCAL_MINUTE, cases[i].min,status); in doTestCases()
79 cal->set(UCAL_MINUTE, cases[i].min); in doTestCases()
Dcaltztst.cpp229 min = cal->get(UCAL_MINUTE, status); in dateToFields()
Dastrotst.cpp303 cal2->set(UCAL_MINUTE, USNO[4*i+1]); in TestSunriseTimes()
306 cal2->set(UCAL_MINUTE, USNO[4*i+3]); in TestSunriseTimes()
Dtzregts.cpp362 60.0 * (testCal->get(UCAL_MINUTE, status) + in checkCalendar314()
476 (cal->get(UCAL_MINUTE, status) + in Test4126678()
Dtzbdtest.cpp215 …((gc->get(UCAL_HOUR_OF_DAY, status) * 60 + gc->get(UCAL_MINUTE, status)) * 60 + gc->get(UCAL_SECON… in verifyDST()
/external/icu4c/test/cintltst/
Dccaltst.c906 ucal_set(cal, UCAL_MINUTE, min); in TestAddRollExtensive()
1017 gr_min=ucal_getLimit(cal, UCAL_MINUTE, UCAL_GREATEST_MINIMUM, &status); in TestGetLimits()
1018 le_max=ucal_getLimit(cal, UCAL_MINUTE, UCAL_LEAST_MAXIMUM, &status); in TestGetLimits()
1019 ac_min=ucal_getLimit(cal, UCAL_MINUTE, UCAL_ACTUAL_MINIMUM, &status); in TestGetLimits()
1184 ucal_get(cal, UCAL_MINUTE, &status)) * 60 + in testZones()
1224 ucal_get(c, UCAL_MINUTE, &status) != min || in checkDateTime()
1233 ucal_get(c, UCAL_MINUTE, &status) + 1, in checkDateTime()
1321 ucal_get(c, UCAL_MINUTE, &status) == min && in verify2()
/external/icu4c/i18n/
Ddtitvfmt.cpp314 } else if ( fromCalendar.get(UCAL_MINUTE, status) != in format()
315 toCalendar.get(UCAL_MINUTE, status) ) { in format()
316 field = UCAL_MINUTE; in format()
720 datePattern, UCAL_MINUTE, status); in initializePattern()
960 setIntervalPattern(UCAL_MINUTE, skeleton, bestSkeleton, differenceInfo); in setSeparateDateTimePtn()
Dcalendar.cpp1081 set(UCAL_MINUTE, minute); in set()
1093 set(UCAL_MINUTE, minute); in set()
1284 fFields[UCAL_MINUTE] = millisInDay % 60; in computeFields()
1486 case UCAL_MINUTE: in roll()
1846 case UCAL_MINUTE: in add()
2279 case UCAL_MINUTE: in getLimit()
2624 millisInDay += internalGet(UCAL_MINUTE); // now have minutes in computeMillisInDay()
3068 case UCAL_MINUTE: in getActualMaximum()
Ddtitvinf.cpp323 calendarField = UCAL_MINUTE; in initializeData()
559 case UCAL_MINUTE: in calendarFieldToIntervalIndex()
Dgregocal.cpp247 set(UCAL_MINUTE, minute); in GregorianCalendar()
265 set(UCAL_MINUTE, minute); in GregorianCalendar()
Dudat.cpp51 UCAL_MINUTE, // UDAT_MINUTE_FIELD = 6
Dsmpdtfmt.cpp876 /*msS*/ UCAL_MINUTE, UCAL_SECOND, UCAL_MILLISECOND,
/external/icu4c/i18n/unicode/
Ducal.h334 UCAL_MINUTE, enumerator
/external/icu4c/tools/ctestfw/
Dudbgutil.cpp92 FIELD_NAME_STR( LEN_UCAL, UCAL_MINUTE ),
/external/icu4c/tools/toolutil/
Dudbgutil.cpp92 FIELD_NAME_STR( LEN_UCAL, UCAL_MINUTE ),