HomeSort by relevance Sort by last modified time
    Searched full:calit (Results 1 - 2 of 2) sorted by null

  /external/icu4c/test/cintltst/
ccaltst.c 90 UCalendar *caldef = 0, *caldef2 = 0, *calfr = 0, *calit = 0, *calfrclone = 0; local
287 calit=ucal_open(tzID, u_strlen(tzID), "it_IT", UCAL_TRADITIONAL, &status);
289 log_data_err("FAIL: error in ucal_open calit : %s - (Are you missing data?)\n", u_errorName(status));
316 if(caldef && caldef2 && calfr && calit) {
318 ucal_equivalentTo(caldef, calit)== TRUE || ucal_equivalentTo(calfr, calfrclone) == FALSE) {
392 count=ucal_getAttribute(calit, UCAL_LENIENT);
394 ucal_setAttribute(calit, UCAL_LENIENT, 0);
396 if( ucal_getAttribute(calit, UCAL_LENIENT) !=0 ||
403 ucal_setAttribute(calit, UCAL_LENIENT, count);
404 if(ucal_getAttribute(calit, UCAL_LENIENT)!=count
    [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetGetterTests.java     [all...]

Completed in 1307 milliseconds