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

1 2

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
CalendarUtil.java 43 String calType = loc.getKeywordValue(CALKEY);
44 if (calType != null) {
45 return calType;
50 calType = canonical.getKeywordValue(CALKEY);
51 if (calType != null) {
52 return calType;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CalendarUtil.java 41 String calType = loc.getKeywordValue(CALKEY);
42 if (calType != null) {
43 return calType;
48 calType = canonical.getKeywordValue(CALKEY);
49 if (calType != null) {
50 return calType;
  /system/chre/platform/slpi/include/chre/target_platform/
platform_sensor_base.h 53 uint8_t calType;
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
ml_stored_data.c 196 int calType = 0;
218 calType = ((int)calData[4]) * 256 + ((int)calData[5]);
219 if (calType > 5) {
221 "Valid types 0..5\n", calType);
226 //return loaders[calType] (calData, len);
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
ml_stored_data.c 196 int calType = 0;
218 calType = ((int)calData[4]) * 256 + ((int)calData[5]);
219 if (calType > 5) {
221 "Valid types 0..5\n", calType);
226 //return loaders[calType] (calData, len);
  /system/chre/platform/slpi/
platform_sensor.cc 128 * Converts a sensorId, dataType and calType as provided by SMGR to a
135 * @param calType The calibration type (CAL_SEL) as defined in the SMGR API.
140 uint8_t calType) {
149 if (calType == SNS_SMGR_CAL_SEL_FULL_CAL_V01) {
151 } else if (calType == SNS_SMGR_CAL_SEL_FACTORY_CAL_V01) {
156 if (calType == SNS_SMGR_CAL_SEL_FULL_CAL_V01) {
158 } else if (calType == SNS_SMGR_CAL_SEL_FACTORY_CAL_V01) {
163 if (calType == SNS_SMGR_CAL_SEL_FULL_CAL_V01) {
165 } else if (calType == SNS_SMGR_CAL_SEL_FACTORY_CAL_V01) {
220 * @param calType The calibration type (CAL_SEL) as defined in the SMGR API
    [all...]
  /external/icu/icu4c/source/test/intltest/
windttst.cpp 114 int32_t calType = 0;
123 GetLocaleInfoW(lcidRecords[i].lcid, LOCALE_RETURN_NUMBER|LOCALE_ICALENDARTYPE, (LPWSTR) calType, sizeof(int32_t));
128 uprv_strcat(localeID, getCalendarType(calType));
callimts.cpp 232 const char* calType = cal.getType();
254 errln((UnicodeString)"FAIL: [" + calType + "] Maximum value of DAY_OF_YEAR is too big: "
259 errln((UnicodeString)"FAIL: [" + calType + "] Least maximum value of DAY_OF_YEAR is too small: "
267 errln((UnicodeString)"FAIL: [" + calType + "] Maximum value of WEEK_OF_YEAR is too big: "
272 errln((UnicodeString)"FAIL: [" + calType + "] Least maximum value of WEEK_OF_YEAR is too small: "
279 errln((UnicodeString)"FAIL: [" + calType + "] Maximum value of DAY_OF_WEEK_IN_MONTH is incorrect: "
284 errln((UnicodeString)"FAIL: [" + calType + "] Least maximum value of DAY_OF_WEEK_IN_MONTH is incorrect: "
291 errln((UnicodeString)"FAIL: [" + calType + "] Maximum value of WEEK_OF_MONTH is incorrect: "
296 errln((UnicodeString)"FAIL: [" + calType + "] Least maximum value of WEEK_OF_MONTH is incorrect: "
  /external/icu/android_icu4j/src/main/java/android/icu/util/
Calendar.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Calendar.java     [all...]
  /external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
DateFormatSymbolsTest.java 196 String calType = uloc.getKeywordValue("calendar");
197 if (calType == null) {
DateFormatTest.java 209 String calType = uloc.getKeywordValue("calendar");
210 if (calType == null) {
  /external/icu/icu4c/source/i18n/
calendar.cpp 241 ECalType calType = getCalendarType(keyword);
242 return (calType != CALTYPE_UNKNOWN);
261 ECalType calType = CALTYPE_UNKNOWN;
280 calType = getCalendarType(calTypeBuf);
281 if (calType != CALTYPE_UNKNOWN) {
282 return calType;
312 calType = getCalendarType(calTypeBuf);
319 if (calType == CALTYPE_UNKNOWN) {
321 calType = CALTYPE_GREGORIAN;
323 return calType;
    [all...]
dtitvinf.cpp 458 const char *calType = calTypeBuffer.data();
464 ures_getAllItemsWithFallback(calBundle, calType, sink, status);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
GlobalizationPreferencesTest.java 622 String calType = cal.getType();
623 if (!calType.equals("gregorian")) {
624 errln("FAIL: Calendar type is " + calType + " Expected: gregorian");
646 calType = cal.getType();
647 if (!calType.equals("japanese")) {
648 errln("FAIL: Calendar type is " + calType + " Expected: japanese");
680 calType = cal.getType();
681 if (!calType.equals("japanese")) {
682 errln("FAIL: Calendar type afte clone is " + calType + " Expected: japanese");
688 calType = cal.getType()
    [all...]
DateFormatRegressionTest.java     [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/
GlobalizationPreferencesTest.java 621 String calType = cal.getType();
622 if (!calType.equals("gregorian")) {
623 errln("FAIL: Calendar type is " + calType + " Expected: gregorian");
645 calType = cal.getType();
646 if (!calType.equals("japanese")) {
647 errln("FAIL: Calendar type is " + calType + " Expected: japanese");
679 calType = cal.getType();
680 if (!calType.equals("japanese")) {
681 errln("FAIL: Calendar type afte clone is " + calType + " Expected: japanese");
687 calType = cal.getType()
    [all...]
  /libcore/ojluni/src/main/java/java/time/chrono/
HijrahChronology.java 364 String calType = calendarProperties.getProperty(propName);
365 if (calType == null || calType.isEmpty()) {
369 this.calendarType = calType;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RelativeDateTimeFormatter.java     [all...]
DateFormatSymbols.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RelativeDateTimeFormatter.java     [all...]
DateFormatSymbols.java     [all...]
  /external/icu/icu4c/source/test/cintltst/
ccaltst.c 80 UCalendarType calType;
470 caldef = ucal_open(NULL, 0, ucalGetTypeTestPtr->locale, ucalGetTypeTestPtr->calType, &status);
472 const char * calType = ucal_getType(caldef, &status);
473 if ( U_SUCCESS(status) && calType != NULL ) {
474 if ( uprv_strcmp( calType, ucalGetTypeTestPtr->expectedResult ) != 0 ) {
476 ucalGetTypeTestPtr->calType, ucalGetTypeTestPtr->expectedResult);
479 log_err("FAIL: ucal_open %s type %d, then ucal_getType fails\n", localeToDisplay, ucalGetTypeTestPtr->calType);
483 log_err("FAIL: ucal_open %s type %d fails\n", localeToDisplay, ucalGetTypeTestPtr->calType);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
IBMCalendarTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
IBMCalendarTest.java     [all...]

Completed in 1636 milliseconds

1 2