/external/icu/icu4c/source/samples/datecal/ |
cal.cpp | 28 gc->set(UCAL_MINUTE, 0);
|
ccal.c | 30 ucal_set(cal, UCAL_MINUTE, 0);
|
/external/icu/icu4c/source/test/intltest/ |
caltztst.cpp | 229 min = cal->get(UCAL_MINUTE, status);
|
calcasts.cpp | 67 checkField(cal, UCAL_MINUTE, cases[i].min,status); 79 cal->set(UCAL_MINUTE, cases[i].min);
|
calregts.cpp | 345 logln(UnicodeString("MINUTE: ") + calendar->get(UCAL_MINUTE, status)); 355 logln(UnicodeString("MINUTE: ") + calendar->get(UCAL_MINUTE, status)); 467 gc->set(UCAL_MINUTE, 0); 664 foo1->get(UCAL_MINUTE, status), 673 foo1->get(UCAL_MINUTE, status), 682 foo1->get(UCAL_MINUTE, status), 717 int32_t min = cal->get(UCAL_MINUTE, status); 728 min = cal->get(UCAL_MINUTE, status); 892 cal1->get(UCAL_MINUTE,status), 905 cal1->get(UCAL_MINUTE,status) [all...] |
astrotst.cpp | 301 cal2->set(UCAL_MINUTE, USNO[4*i+1]); 304 cal2->set(UCAL_MINUTE, USNO[4*i+3]);
|
caltest.cpp | 351 FIELD_NAME_STR( UCAL_MINUTE ); 501 case UCAL_HOUR_OF_DAY: case UCAL_MINUTE: case UCAL_SECOND: 671 gc->set(UCAL_MINUTE, 0); [all...] |
callimts.cpp | 467 + ":" + cal.get(UCAL_MINUTE, status)
|
tzregts.cpp | 362 60.0 * (testCal->get(UCAL_MINUTE, status) + 476 (cal->get(UCAL_MINUTE, status) + [all...] |
tzbdtest.cpp | 215 ((gc->get(UCAL_HOUR_OF_DAY, status) * 60 + gc->get(UCAL_MINUTE, status)) * 60 + gc->get(UCAL_SECOND, status)) * 1000 + gc->get(UCAL_MILLISECOND, status),
|
dtfmttst.cpp | [all...] |
/external/icu/icu4c/source/i18n/ |
dtitvfmt.cpp | 329 } else if ( fromCalendar.get(UCAL_MINUTE, status) != 330 toCalendar.get(UCAL_MINUTE, status) ) { 331 field = UCAL_MINUTE; 346 UBool fromToOnSameDay = (field==UCAL_AM_PM || field==UCAL_HOUR || field==UCAL_MINUTE || field==UCAL_SECOND); 784 concatSingleDate2TimeInterval(*fDateTimeFormat, datePattern, UCAL_MINUTE, status); [all...] |
calendar.cpp | [all...] |
dtitvinf.cpp | 322 calendarField = UCAL_MINUTE; 574 case UCAL_MINUTE:
|
gregocal.cpp | 247 set(UCAL_MINUTE, minute); 265 set(UCAL_MINUTE, minute); [all...] |
udat.cpp | 54 UCAL_MINUTE, // UDAT_MINUTE_FIELD = 6 [all...] |
smpdtfmt.cpp | [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
ucal.h | 337 * E.g., at 10:04:15.250 PM the <code>UCAL_MINUTE</code> is 4. 340 UCAL_MINUTE, [all...] |
/external/icu/icu4c/source/test/cintltst/ |
ccaltst.c | [all...] |
/external/icu/icu4c/source/tools/toolutil/ |
udbgutil.cpp | 100 FIELD_NAME_STR( LEN_UCAL, UCAL_MINUTE ),
|