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 78 UCalendar *caldef = 0, *caldef2 = 0, *calfr = 0, *calit = 0, *calfrclone = 0; local
251 calit=ucal_open(tzID, u_strlen(tzID), "it_IT", UCAL_TRADITIONAL, &status);
253 log_err("FAIL: error in ucal_open calit : %s\n", u_errorName(status));
280 if(caldef && caldef2 && calfr && calit) {
282 ucal_equivalentTo(caldef, calit)== TRUE || ucal_equivalentTo(calfr, calfrclone) == FALSE) {
356 count=ucal_getAttribute(calit, UCAL_LENIENT);
358 ucal_setAttribute(calit, UCAL_LENIENT, 0);
360 if( ucal_getAttribute(calit, UCAL_LENIENT) !=0 ||
367 ucal_setAttribute(calit, UCAL_LENIENT, count);
368 if(ucal_getAttribute(calit, UCAL_LENIENT)!=count
    [all...]
  /dalvik/libcore/sql/src/test/java/tests/sql/
ResultSetGetterTests.java     [all...]

Completed in 22 milliseconds