HomeSort by relevance Sort by last modified time
    Searched refs:UCAL_MINUTE (Results 1 - 19 of 19) sorted by null

  /external/icu4c/samples/datecal/
cal.cpp 28 gc->set(UCAL_MINUTE, 0);
ccal.c 30 ucal_set(cal, UCAL_MINUTE, 0);
  /external/icu4c/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 344 logln(UnicodeString("MINUTE: ") + calendar->get(UCAL_MINUTE, status));
354 logln(UnicodeString("MINUTE: ") + calendar->get(UCAL_MINUTE, status));
466 gc->set(UCAL_MINUTE, 0);
663 foo1->get(UCAL_MINUTE, status),
672 foo1->get(UCAL_MINUTE, status),
681 foo1->get(UCAL_MINUTE, status),
716 int32_t min = cal->get(UCAL_MINUTE, status);
727 min = cal->get(UCAL_MINUTE, status);
891 cal1->get(UCAL_MINUTE,status),
904 cal1->get(UCAL_MINUTE,status)
    [all...]
astrotst.cpp 303 cal2->set(UCAL_MINUTE, USNO[4*i+1]);
306 cal2->set(UCAL_MINUTE, USNO[4*i+3]);
caltest.cpp 303 FIELD_NAME_STR( UCAL_MINUTE );
453 case UCAL_HOUR_OF_DAY: case UCAL_MINUTE: case UCAL_SECOND:
620 gc->set(UCAL_MINUTE, 0);
903 cal->get(UCAL_MINUTE, status)) * 60 +
    [all...]
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/icu4c/i18n/
dtitvfmt.cpp 314 } else if ( fromCalendar.get(UCAL_MINUTE, status) !=
315 toCalendar.get(UCAL_MINUTE, status) ) {
316 field = UCAL_MINUTE;
764 datePattern, UCAL_MINUTE, status);
    [all...]
calendar.cpp     [all...]
dtitvinf.cpp 320 calendarField = UCAL_MINUTE;
572 case UCAL_MINUTE:
gregocal.cpp 247 set(UCAL_MINUTE, minute);
265 set(UCAL_MINUTE, minute);
    [all...]
udat.cpp 53 UCAL_MINUTE, // UDAT_MINUTE_FIELD = 6
    [all...]
smpdtfmt.cpp 955 /*msS*/ UCAL_MINUTE, UCAL_SECOND, UCAL_MILLISECOND,
    [all...]
  /external/icu4c/test/cintltst/
ccaltst.c     [all...]
  /external/icu4c/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/icu4c/tools/toolutil/
udbgutil.cpp 97 FIELD_NAME_STR( LEN_UCAL, UCAL_MINUTE ),

Completed in 352 milliseconds