/external/icu4c/samples/datecal/ |
D | cal.cpp | 28 gc->set(UCAL_MINUTE, 0); in cpp_main()
|
D | ccal.c | 30 ucal_set(cal, UCAL_MINUTE, 0); in c_main()
|
/external/icu4c/test/intltest/ |
D | calregts.cpp | 344 logln(UnicodeString("MINUTE: ") + calendar->get(UCAL_MINUTE, status)); in test4040996() 354 logln(UnicodeString("MINUTE: ") + calendar->get(UCAL_MINUTE, status)); in test4040996() 466 gc->set(UCAL_MINUTE, 0); in test4059654() 663 foo1->get(UCAL_MINUTE, status), in test4073929() 672 foo1->get(UCAL_MINUTE, status), in test4073929() 681 foo1->get(UCAL_MINUTE, status), in test4073929() 716 int32_t min = cal->get(UCAL_MINUTE, status); in test4083167() 727 min = cal->get(UCAL_MINUTE, status); in test4083167() 891 cal1->get(UCAL_MINUTE,status), in test4096231() 904 cal1->get(UCAL_MINUTE,status), in test4096231() [all …]
|
D | calcasts.cpp | 67 checkField(cal, UCAL_MINUTE, cases[i].min,status); in doTestCases() 79 cal->set(UCAL_MINUTE, cases[i].min); in doTestCases()
|
D | caltest.cpp | 303 FIELD_NAME_STR( UCAL_MINUTE ); in fieldName() 453 case UCAL_HOUR_OF_DAY: case UCAL_MINUTE: case UCAL_SECOND: in TestGenericAPI() 620 gc->set(UCAL_MINUTE, 0); in TestRog() 903 cal->get(UCAL_MINUTE, status)) * 60 + in test4064654() 941 cal->set(UCAL_MINUTE, 0); in TestAddSetOrder621() 965 cal->set(UCAL_MINUTE, 0); in TestAddSetOrder621() 1038 temp->set(UCAL_MINUTE, min); in TestAddRollExtensive() 1106 c->get(UCAL_MINUTE, status) != min || in check520() 1117 c->get(UCAL_MINUTE, status) + ":" + in check520() 1170 g2->set(UCAL_MINUTE, 0, status); in TestFieldSet4781() [all …]
|
D | caltztst.cpp | 229 min = cal->get(UCAL_MINUTE, status); in dateToFields()
|
D | astrotst.cpp | 303 cal2->set(UCAL_MINUTE, USNO[4*i+1]); in TestSunriseTimes() 306 cal2->set(UCAL_MINUTE, USNO[4*i+3]); in TestSunriseTimes()
|
D | tzregts.cpp | 362 60.0 * (testCal->get(UCAL_MINUTE, status) + in checkCalendar314() 476 (cal->get(UCAL_MINUTE, status) + in Test4126678()
|
D | tzbdtest.cpp | 215 …((gc->get(UCAL_HOUR_OF_DAY, status) * 60 + gc->get(UCAL_MINUTE, status)) * 60 + gc->get(UCAL_SECON… in verifyDST()
|
D | dtfmttst.cpp | 4086 cal->set(UCAL_MINUTE, caftItemPtr->minute); in TestNonGregoFmtParse()
|
/external/icu4c/i18n/ |
D | dtitvfmt.cpp | 314 } else if ( fromCalendar.get(UCAL_MINUTE, status) != in format() 315 toCalendar.get(UCAL_MINUTE, status) ) { in format() 316 field = UCAL_MINUTE; in format() 764 datePattern, UCAL_MINUTE, status); in initializePattern() 1004 setIntervalPattern(UCAL_MINUTE, skeleton, bestSkeleton, differenceInfo); in setSeparateDateTimePtn()
|
D | dtitvinf.cpp | 320 calendarField = UCAL_MINUTE; in initializeData() 572 case UCAL_MINUTE: in calendarFieldToIntervalIndex()
|
D | calendar.cpp | 1142 set(UCAL_MINUTE, minute); in set() 1154 set(UCAL_MINUTE, minute); in set() 1345 fFields[UCAL_MINUTE] = millisInDay % 60; in computeFields() 1547 case UCAL_MINUTE: in roll() 1972 case UCAL_MINUTE: in add() 2452 case UCAL_MINUTE: in getLimit() 2875 millisInDay += internalGet(UCAL_MINUTE); // now have minutes in computeMillisInDay() 3349 case UCAL_MINUTE: in getActualMaximum()
|
D | gregocal.cpp | 247 set(UCAL_MINUTE, minute); in GregorianCalendar() 265 set(UCAL_MINUTE, minute); in GregorianCalendar()
|
D | udat.cpp | 53 UCAL_MINUTE, // UDAT_MINUTE_FIELD = 6
|
D | smpdtfmt.cpp | 955 /*msS*/ UCAL_MINUTE, UCAL_SECOND, UCAL_MILLISECOND,
|
/external/icu4c/test/cintltst/ |
D | ccaltst.c | 1001 ucal_set(cal, UCAL_MINUTE, min); in TestAddRollExtensive() 1140 gr_min=ucal_getLimit(cal, UCAL_MINUTE, UCAL_GREATEST_MINIMUM, &status); in TestGetLimits() 1141 le_max=ucal_getLimit(cal, UCAL_MINUTE, UCAL_LEAST_MAXIMUM, &status); in TestGetLimits() 1142 ac_min=ucal_getLimit(cal, UCAL_MINUTE, UCAL_ACTUAL_MINIMUM, &status); in TestGetLimits() 1307 ucal_get(cal, UCAL_MINUTE, &status)) * 60 + in testZones() 1347 ucal_get(c, UCAL_MINUTE, &status) != min || in checkDateTime() 1356 ucal_get(c, UCAL_MINUTE, &status) + 1, in checkDateTime() 1444 ucal_get(c, UCAL_MINUTE, &status) == min && in verify2() 1855 mDf = ucal_getFieldDifference(ucal, tfdItemPtr->target, UCAL_MINUTE, &status); in TestFieldDifference() 1881 mDf = ucal_getFieldDifference(ucal, tfdItemPtr->target, UCAL_MINUTE, &status); in TestFieldDifference()
|
/external/icu4c/i18n/unicode/ |
D | ucal.h | 340 UCAL_MINUTE, enumerator
|
/external/icu4c/tools/toolutil/ |
D | udbgutil.cpp | 97 FIELD_NAME_STR( LEN_UCAL, UCAL_MINUTE ),
|