Searched refs:calit (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccaltst.c83 UCalendar *caldef = 0, *caldef2 = 0, *calfr = 0, *calit = 0, *calfrclone = 0; local
256 calit=ucal_open(tzID, u_strlen(tzID), "it_IT", UCAL_TRADITIONAL, &status);
258 log_data_err("FAIL: error in ucal_open calit : %s - (Are you missing data?)\n", u_errorName(status));
285 if(caldef && caldef2 && calfr && calit) {
287 ucal_equivalentTo(caldef, calit)== TRUE || ucal_equivalentTo(calfr, calfrclone) == FALSE) {
361 count=ucal_getAttribute(calit, UCAL_LENIENT);
363 ucal_setAttribute(calit, UCAL_LENIENT, 0);
365 if( ucal_getAttribute(calit, UCAL_LENIENT) !=0 ||
372 ucal_setAttribute(calit, UCAL_LENIENT, count);
373 if(ucal_getAttribute(calit, UCAL_LENIEN
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dccaltst.c96 UCalendar *caldef = 0, *caldef2 = 0, *calfr = 0, *calit = 0, *calfrclone = 0; local
293 calit=ucal_open(tzID, u_strlen(tzID), "it_IT", UCAL_TRADITIONAL, &status);
295 log_data_err("FAIL: error in ucal_open calit : %s - (Are you missing data?)\n", u_errorName(status));
322 if(caldef && caldef2 && calfr && calit) {
324 ucal_equivalentTo(caldef, calit)== TRUE || ucal_equivalentTo(calfr, calfrclone) == FALSE) {
398 count=ucal_getAttribute(calit, UCAL_LENIENT);
400 ucal_setAttribute(calit, UCAL_LENIENT, 0);
402 if( ucal_getAttribute(calit, UCAL_LENIENT) !=0 ||
409 ucal_setAttribute(calit, UCAL_LENIENT, count);
410 if(ucal_getAttribute(calit, UCAL_LENIEN
[all...]

Completed in 215 milliseconds