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

  /hardware/invensense/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);
  /external/icu4c/test/intltest/
callimts.cpp 195 const char* calType = cal.getType();
217 errln((UnicodeString)"FAIL: [" + calType + "] Maximum value of DAY_OF_YEAR is too big: "
222 errln((UnicodeString)"FAIL: [" + calType + "] Least maximum value of DAY_OF_YEAR is too small: "
230 errln((UnicodeString)"FAIL: [" + calType + "] Maximum value of WEEK_OF_YEAR is too big: "
235 errln((UnicodeString)"FAIL: [" + calType + "] Least maximum value of WEEK_OF_YEAR is too small: "
242 errln((UnicodeString)"FAIL: [" + calType + "] Maximum value of DAY_OF_WEEK_IN_MONTH is incorrect: "
247 errln((UnicodeString)"FAIL: [" + calType + "] Least maximum value of DAY_OF_WEEK_IN_MONTH is incorrect: "
254 errln((UnicodeString)"FAIL: [" + calType + "] Maximum value of WEEK_OF_MONTH is incorrect: "
259 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/icu4c/i18n/
calendar.cpp 204 ECalType calType = getCalendarType(keyword);
205 return (calType != CALTYPE_UNKNOWN);
224 ECalType calType = CALTYPE_UNKNOWN;
243 calType = getCalendarType(calTypeBuf);
244 if (calType != CALTYPE_UNKNOWN) {
245 return calType;
282 calType = getCalendarType(calTypeBuf);
289 if (calType == CALTYPE_UNKNOWN) {
291 calType = CALTYPE_GREGORIAN;
293 return calType;
    [all...]
  /external/icu4c/test/cintltst/
ccaltst.c 72 UCalendarType calType;
456 caldef = ucal_open(NULL, 0, ucalGetTypeTestPtr->locale, ucalGetTypeTestPtr->calType, &status);
458 const char * calType = ucal_getType(caldef, &status);
459 if ( U_SUCCESS(status) && calType != NULL ) {
460 if ( uprv_strcmp( calType, ucalGetTypeTestPtr->expectedResult ) != 0 ) {
462 ucalGetTypeTestPtr->calType, ucalGetTypeTestPtr->expectedResult);
465 log_err("FAIL: ucal_open %s type %d, then ucal_getType fails\n", localeToDisplay, ucalGetTypeTestPtr->calType);
469 log_err("FAIL: ucal_open %s type %d fails\n", localeToDisplay, ucalGetTypeTestPtr->calType);
    [all...]
  /hardware/invensense/mlsdk/mllite/
ml_stored_data.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 232 milliseconds