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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccaltst.c95 UCalendar *caldef = 0, *caldef2 = 0, *calfr = 0, *calit = 0, *calfrclone = 0; local
292 calit=ucal_open(tzID, u_strlen(tzID), "it_IT", UCAL_TRADITIONAL, &status);
294 log_data_err("FAIL: error in ucal_open calit : %s - (Are you missing data?)\n", u_errorName(status));
321 if(caldef && caldef2 && calfr && calit) {
323 ucal_equivalentTo(caldef, calit)== TRUE || ucal_equivalentTo(calfr, calfrclone) == FALSE) {
397 count=ucal_getAttribute(calit, UCAL_LENIENT);
399 ucal_setAttribute(calit, UCAL_LENIENT, 0);
401 if( ucal_getAttribute(calit, UCAL_LENIENT) !=0 ||
408 ucal_setAttribute(calit, UCAL_LENIENT, count);
409 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 293 milliseconds