OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:caltype
(Results
1 - 9
of
9
) 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/
ucal.cpp
134
UCalendarType
caltype
,
147
if (
caltype
== UCAL_GREGORIAN ) {
679
char *
caltype
= (char*)uprv_malloc(len + 1);
local
680
if (
caltype
== NULL) {
684
u_UCharsToChars(type,
caltype
, len);
685
*(
caltype
+ len) = 0;
687
ulist_addItemEndList(values,
caltype
, TRUE, status);
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/icu4c/i18n/unicode/
calendar.h
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
Completed in 716 milliseconds