/external/icu/icu4c/source/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/icu/icu4c/source/test/intltest/ |
D | calregts.cpp | 345 logln(UnicodeString("MINUTE: ") + calendar->get(UCAL_MINUTE, status)); in test4040996() 355 logln(UnicodeString("MINUTE: ") + calendar->get(UCAL_MINUTE, status)); in test4040996() 467 gc->set(UCAL_MINUTE, 0); in test4059654() 664 foo1->get(UCAL_MINUTE, status), in test4073929() 673 foo1->get(UCAL_MINUTE, status), in test4073929() 682 foo1->get(UCAL_MINUTE, status), in test4073929() 717 int32_t min = cal->get(UCAL_MINUTE, status); in test4083167() 728 min = cal->get(UCAL_MINUTE, status); in test4083167() 892 cal1->get(UCAL_MINUTE,status), in test4096231() 905 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 | caltztst.cpp | 229 min = cal->get(UCAL_MINUTE, status); in dateToFields()
|
D | caltest.cpp | 351 FIELD_NAME_STR( UCAL_MINUTE ); in fieldName() 501 case UCAL_HOUR_OF_DAY: case UCAL_MINUTE: case UCAL_SECOND: in TestGenericAPI() 671 gc->set(UCAL_MINUTE, 0); in TestRog() 954 cal->get(UCAL_MINUTE, status)) * 60 + in test4064654() 992 cal->set(UCAL_MINUTE, 0); in TestAddSetOrder621() 1016 cal->set(UCAL_MINUTE, 0); in TestAddSetOrder621() 1089 temp->set(UCAL_MINUTE, min); in TestAddRollExtensive() 1157 c->get(UCAL_MINUTE, status) != min || in check520() 1168 c->get(UCAL_MINUTE, status) + ":" + in check520() 1221 g2->set(UCAL_MINUTE, 0, status); in TestFieldSet4781() [all …]
|
D | astrotst.cpp | 301 cal2->set(UCAL_MINUTE, USNO[4*i+1]); in TestSunriseTimes() 304 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 | callimts.cpp | 467 + ":" + cal.get(UCAL_MINUTE, status) in ymdToString()
|
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 | 4317 cal->set(UCAL_MINUTE, caftItemPtr->minute); in TestNonGregoFmtParse()
|
/external/icu/icu4c/source/i18n/ |
D | dtitvfmt.cpp | 329 } else if ( fromCalendar.get(UCAL_MINUTE, status) != in format() 330 toCalendar.get(UCAL_MINUTE, status) ) { in format() 331 field = UCAL_MINUTE; in format() 346 …UBool fromToOnSameDay = (field==UCAL_AM_PM || field==UCAL_HOUR || field==UCAL_MINUTE || field==UCA… in format() 784 concatSingleDate2TimeInterval(*fDateTimeFormat, datePattern, UCAL_MINUTE, status); in initializePattern() 1043 setIntervalPattern(UCAL_MINUTE, skeleton, bestSkeleton, differenceInfo); in setSeparateDateTimePtn()
|
D | dtitvinf.cpp | 322 calendarField = UCAL_MINUTE; in initializeData() 574 case UCAL_MINUTE: in calendarFieldToIntervalIndex()
|
D | calendar.cpp | 1213 set(UCAL_MINUTE, minute); in set() 1225 set(UCAL_MINUTE, minute); in set() 1545 fFields[UCAL_MINUTE] = millisInDay % 60; in computeFields() 1747 case UCAL_MINUTE: in roll() 2172 case UCAL_MINUTE: in add() 2683 case UCAL_MINUTE: in getLimit() 3118 millisInDay += internalGet(UCAL_MINUTE); // now have minutes in computeMillisInDay() 3594 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 | 54 UCAL_MINUTE, // UDAT_MINUTE_FIELD = 6
|
D | smpdtfmt.cpp | 1165 /*msS*/ UCAL_MINUTE, UCAL_SECOND, UCAL_MILLISECOND,
|
/external/icu/icu4c/source/test/cintltst/ |
D | ccaltst.c | 1029 ucal_set(cal, UCAL_MINUTE, min); in TestAddRollExtensive() 1168 gr_min=ucal_getLimit(cal, UCAL_MINUTE, UCAL_GREATEST_MINIMUM, &status); in TestGetLimits() 1169 le_max=ucal_getLimit(cal, UCAL_MINUTE, UCAL_LEAST_MAXIMUM, &status); in TestGetLimits() 1170 ac_min=ucal_getLimit(cal, UCAL_MINUTE, UCAL_ACTUAL_MINIMUM, &status); in TestGetLimits() 1335 ucal_get(cal, UCAL_MINUTE, &status)) * 60 + in testZones() 1375 ucal_get(c, UCAL_MINUTE, &status) != min || in checkDateTime() 1384 ucal_get(c, UCAL_MINUTE, &status) + 1, in checkDateTime() 1472 ucal_get(c, UCAL_MINUTE, &status) == min && in verify2() 1893 mDf = ucal_getFieldDifference(ucal, tfdItemPtr->target, UCAL_MINUTE, &status); in TestFieldDifference() 1919 mDf = ucal_getFieldDifference(ucal, tfdItemPtr->target, UCAL_MINUTE, &status); in TestFieldDifference()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucal.h | 340 UCAL_MINUTE, enumerator
|
/external/icu/icu4c/source/tools/toolutil/ |
D | udbgutil.cpp | 100 FIELD_NAME_STR( LEN_UCAL, UCAL_MINUTE ),
|