/external/icu/icu4c/source/samples/datecal/ |
cal.cpp | 28 gc->set(UCAL_MINUTE, 0);
|
ccal.c | 30 ucal_set(cal, UCAL_MINUTE, 0);
|
/external/chromium_org/third_party/icu/source/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/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 | 343 FIELD_NAME_STR( UCAL_MINUTE ); 493 case UCAL_HOUR_OF_DAY: case UCAL_MINUTE: case UCAL_SECOND: 660 gc->set(UCAL_MINUTE, 0); [all...] |
callimts.cpp | 467 + ":" + cal.get(UCAL_MINUTE, status)
|
/external/chromium_org/third_party/icu/source/i18n/ |
dtitvfmt.cpp | 314 } else if ( fromCalendar.get(UCAL_MINUTE, status) != 315 toCalendar.get(UCAL_MINUTE, status) ) { 316 field = UCAL_MINUTE; 720 datePattern, UCAL_MINUTE, status); 960 setIntervalPattern(UCAL_MINUTE, skeleton, bestSkeleton, differenceInfo); [all...] |
calendar.cpp | [all...] |
dtitvinf.cpp | 323 calendarField = UCAL_MINUTE; 559 case UCAL_MINUTE:
|
gregocal.cpp | 247 set(UCAL_MINUTE, minute); 265 set(UCAL_MINUTE, minute); [all...] |
/external/icu/icu4c/source/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:
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
ccaltst.c | [all...] |
/external/chromium_org/third_party/icu/source/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/chromium_org/third_party/icu/source/tools/toolutil/ |
udbgutil.cpp | 92 FIELD_NAME_STR( LEN_UCAL, UCAL_MINUTE ),
|
/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...] |