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

1 2

  /external/icu4c/samples/datecal/
cal.cpp 28 gc->set(UCAL_MINUTE, 0);
ccal.c 30 ucal_set(cal, UCAL_MINUTE, 0);
  /external/chromium/third_party/icu/source/test/intltest/
caltztst.cpp 229 min = cal->get(UCAL_MINUTE, status);
calregts.cpp 293 logln(UnicodeString("MINUTE: ") + calendar->get(UCAL_MINUTE, status));
303 logln(UnicodeString("MINUTE: ") + calendar->get(UCAL_MINUTE, status));
415 gc->set(UCAL_MINUTE, 0);
612 foo1->get(UCAL_MINUTE, status),
621 foo1->get(UCAL_MINUTE, status),
630 foo1->get(UCAL_MINUTE, status),
665 int32_t min = cal->get(UCAL_MINUTE, status);
676 min = cal->get(UCAL_MINUTE, status);
822 cal1->get(UCAL_MINUTE,status),
835 cal1->get(UCAL_MINUTE,status)
    [all...]
calcasts.cpp 67 checkField(cal, UCAL_MINUTE, cases[i].min,status);
79 cal->set(UCAL_MINUTE, cases[i].min);
caltest.cpp 245 FIELD_NAME_STR( UCAL_MINUTE );
393 case UCAL_HOUR_OF_DAY: case UCAL_MINUTE: case UCAL_SECOND:
484 gc->set(UCAL_MINUTE, 0);
767 cal->get(UCAL_MINUTE, status)) * 60 +
808 cal->set(UCAL_MINUTE, 0);
832 cal->set(UCAL_MINUTE, 0);
905 temp->set(UCAL_MINUTE, min);
    [all...]
astrotst.cpp 303 cal2->set(UCAL_MINUTE, USNO[4*i+1]);
306 cal2->set(UCAL_MINUTE, USNO[4*i+3]);
  /external/icu4c/test/intltest/
caltztst.cpp 229 min = cal->get(UCAL_MINUTE, status);
calregts.cpp 300 logln(UnicodeString("MINUTE: ") + calendar->get(UCAL_MINUTE, status));
310 logln(UnicodeString("MINUTE: ") + calendar->get(UCAL_MINUTE, status));
422 gc->set(UCAL_MINUTE, 0);
619 foo1->get(UCAL_MINUTE, status),
628 foo1->get(UCAL_MINUTE, status),
637 foo1->get(UCAL_MINUTE, status),
672 int32_t min = cal->get(UCAL_MINUTE, status);
683 min = cal->get(UCAL_MINUTE, status);
846 cal1->get(UCAL_MINUTE,status),
859 cal1->get(UCAL_MINUTE,status)
    [all...]
calcasts.cpp 67 checkField(cal, UCAL_MINUTE, cases[i].min,status);
79 cal->set(UCAL_MINUTE, cases[i].min);
caltest.cpp 253 FIELD_NAME_STR( UCAL_MINUTE );
403 case UCAL_HOUR_OF_DAY: case UCAL_MINUTE: case UCAL_SECOND:
532 gc->set(UCAL_MINUTE, 0);
815 cal->get(UCAL_MINUTE, status)) * 60 +
853 cal->set(UCAL_MINUTE, 0);
877 cal->set(UCAL_MINUTE, 0);
    [all...]
astrotst.cpp 303 cal2->set(UCAL_MINUTE, USNO[4*i+1]);
306 cal2->set(UCAL_MINUTE, USNO[4*i+3]);
  /external/chromium/third_party/icu/source/i18n/
dtitvfmt.cpp 312 } else if ( fromCalendar.get(UCAL_MINUTE, status) !=
313 toCalendar.get(UCAL_MINUTE, status) ) {
314 field = UCAL_MINUTE;
718 datePattern, UCAL_MINUTE, status);
951 setIntervalPattern(UCAL_MINUTE, skeleton, bestSkeleton, differenceInfo);
    [all...]
calendar.cpp     [all...]
dtitvinf.cpp 304 calendarField = UCAL_MINUTE;
540 case UCAL_MINUTE:
gregocal.cpp 247 set(UCAL_MINUTE, minute);
265 set(UCAL_MINUTE, minute);
    [all...]
  /external/icu4c/i18n/
dtitvfmt.cpp 311 } else if ( fromCalendar.get(UCAL_MINUTE, status) !=
312 toCalendar.get(UCAL_MINUTE, status) ) {
313 field = UCAL_MINUTE;
717 datePattern, UCAL_MINUTE, status);
957 setIntervalPattern(UCAL_MINUTE, skeleton, bestSkeleton, differenceInfo);
    [all...]
calendar.cpp     [all...]
dtitvinf.cpp 323 calendarField = UCAL_MINUTE;
559 case UCAL_MINUTE:
  /external/chromium/third_party/icu/source/test/cintltst/
ccaltst.c     [all...]
  /external/icu4c/test/cintltst/
ccaltst.c     [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
ucal.h 330 * E.g., at 10:04:15.250 PM the <code>UCAL_MINUTE</code> is 4.
333 UCAL_MINUTE,
939 * UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_AM_PM, UCAL_HOUR, UCAL_HOUR_OF_DAY, UCAL_MINUTE, UCAL_SECOND,
960 * UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_AM_PM, UCAL_HOUR, UCAL_HOUR_OF_DAY, UCAL_MINUTE, UCAL_SECOND,
981 * UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_AM_PM, UCAL_HOUR, UCAL_HOUR_OF_DAY, UCAL_MINUTE, UCAL_SECOND,
    [all...]
  /external/chromium/third_party/icu/source/tools/ctestfw/
udbgutil.cpp 92 FIELD_NAME_STR( LEN_UCAL, UCAL_MINUTE ),
  /external/icu4c/i18n/unicode/
ucal.h 331 * E.g., at 10:04:15.250 PM the <code>UCAL_MINUTE</code> is 4.
334 UCAL_MINUTE,
959 * UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_AM_PM, UCAL_HOUR, UCAL_HOUR_OF_DAY, UCAL_MINUTE, UCAL_SECOND,
980 * UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_AM_PM, UCAL_HOUR, UCAL_HOUR_OF_DAY, UCAL_MINUTE, UCAL_SECOND,
    [all...]
  /external/icu4c/tools/ctestfw/
udbgutil.cpp 92 FIELD_NAME_STR( LEN_UCAL, UCAL_MINUTE ),

Completed in 404 milliseconds

1 2