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

  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/linux/
ml_stored_data.c 195 int calType = 0;
217 calType = ((int)calData[4]) * 256 + ((int)calData[5]);
218 if (calType > 5) {
220 "Valid types 0..5\n", calType);
225 //return loaders[calType] (calData, len);
  /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);
  /external/chromium_org/third_party/icu/source/test/intltest/
callimts.cpp 196 const char* calType = cal.getType();
218 errln((UnicodeString)"FAIL: [" + calType + "] Maximum value of DAY_OF_YEAR is too big: "
223 errln((UnicodeString)"FAIL: [" + calType + "] Least maximum value of DAY_OF_YEAR is too small: "
231 errln((UnicodeString)"FAIL: [" + calType + "] Maximum value of WEEK_OF_YEAR is too big: "
236 errln((UnicodeString)"FAIL: [" + calType + "] Least maximum value of WEEK_OF_YEAR is too small: "
243 errln((UnicodeString)"FAIL: [" + calType + "] Maximum value of DAY_OF_WEEK_IN_MONTH is incorrect: "
248 errln((UnicodeString)"FAIL: [" + calType + "] Least maximum value of DAY_OF_WEEK_IN_MONTH is incorrect: "
255 errln((UnicodeString)"FAIL: [" + calType + "] Maximum value of WEEK_OF_MONTH is incorrect: "
260 errln((UnicodeString)"FAIL: [" + calType + "] Least maximum value of WEEK_OF_MONTH is incorrect: "
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));
  /external/icu/icu4c/source/test/intltest/
callimts.cpp 196 const char* calType = cal.getType();
218 errln((UnicodeString)"FAIL: [" + calType + "] Maximum value of DAY_OF_YEAR is too big: "
223 errln((UnicodeString)"FAIL: [" + calType + "] Least maximum value of DAY_OF_YEAR is too small: "
231 errln((UnicodeString)"FAIL: [" + calType + "] Maximum value of WEEK_OF_YEAR is too big: "
236 errln((UnicodeString)"FAIL: [" + calType + "] Least maximum value of WEEK_OF_YEAR is too small: "
243 errln((UnicodeString)"FAIL: [" + calType + "] Maximum value of DAY_OF_WEEK_IN_MONTH is incorrect: "
248 errln((UnicodeString)"FAIL: [" + calType + "] Least maximum value of DAY_OF_WEEK_IN_MONTH is incorrect: "
255 errln((UnicodeString)"FAIL: [" + calType + "] Maximum value of WEEK_OF_MONTH is incorrect: "
260 errln((UnicodeString)"FAIL: [" + calType + "] Least maximum value of WEEK_OF_MONTH is incorrect: "
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));
  /external/chromium_org/third_party/icu/source/i18n/
calendar.cpp 215 ECalType calType = getCalendarType(keyword);
216 return (calType != CALTYPE_UNKNOWN);
235 ECalType calType = CALTYPE_UNKNOWN;
254 calType = getCalendarType(calTypeBuf);
255 if (calType != CALTYPE_UNKNOWN) {
256 return calType;
293 calType = getCalendarType(calTypeBuf);
300 if (calType == CALTYPE_UNKNOWN) {
302 calType = CALTYPE_GREGORIAN;
304 return calType;
    [all...]
  /external/icu/icu4c/source/i18n/
calendar.cpp 215 ECalType calType = getCalendarType(keyword);
216 return (calType != CALTYPE_UNKNOWN);
235 ECalType calType = CALTYPE_UNKNOWN;
254 calType = getCalendarType(calTypeBuf);
255 if (calType != CALTYPE_UNKNOWN) {
256 return calType;
293 calType = getCalendarType(calTypeBuf);
300 if (calType == CALTYPE_UNKNOWN) {
302 calType = CALTYPE_GREGORIAN;
304 return calType;
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
ccaltst.c 77 UCalendarType calType;
461 caldef = ucal_open(NULL, 0, ucalGetTypeTestPtr->locale, ucalGetTypeTestPtr->calType, &status);
463 const char * calType = ucal_getType(caldef, &status);
464 if ( U_SUCCESS(status) && calType != NULL ) {
465 if ( uprv_strcmp( calType, ucalGetTypeTestPtr->expectedResult ) != 0 ) {
467 ucalGetTypeTestPtr->calType, ucalGetTypeTestPtr->expectedResult);
470 log_err("FAIL: ucal_open %s type %d, then ucal_getType fails\n", localeToDisplay, ucalGetTypeTestPtr->calType);
474 log_err("FAIL: ucal_open %s type %d fails\n", localeToDisplay, ucalGetTypeTestPtr->calType);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccaltst.c 77 UCalendarType calType;
462 caldef = ucal_open(NULL, 0, ucalGetTypeTestPtr->locale, ucalGetTypeTestPtr->calType, &status);
464 const char * calType = ucal_getType(caldef, &status);
465 if ( U_SUCCESS(status) && calType != NULL ) {
466 if ( uprv_strcmp( calType, ucalGetTypeTestPtr->expectedResult ) != 0 ) {
468 ucalGetTypeTestPtr->calType, ucalGetTypeTestPtr->expectedResult);
471 log_err("FAIL: ucal_open %s type %d, then ucal_getType fails\n", localeToDisplay, ucalGetTypeTestPtr->calType);
475 log_err("FAIL: ucal_open %s type %d fails\n", localeToDisplay, ucalGetTypeTestPtr->calType);
    [all...]
  /hardware/invensense/60xx/mlsdk/mllite/
ml_stored_data.c     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 480 milliseconds