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

  /external/chromium/third_party/icu/source/test/cintltst/
ccaltst.c 78 UCalendar *caldef = 0, *caldef2 = 0, *calfr = 0, *calit = 0, *calfrclone = 0; local
242 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
280 if(caldef && caldef2 && calfr && calit) {
281 if(ucal_equivalentTo(caldef, caldef2) == FALSE || ucal_equivalentTo(caldef, calfr)== TRUE ||
411 ucal_close(caldef2);
447 UCalendar *caldef = 0, *caldef2 = 0; local
461 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
500 ucal_setMillis(caldef2, d2, &status);
504 hour=ucal_get(caldef2, UCAL_HOUR_OF_DAY, &status);
507 ucal_setTimeZone(caldef2,tzID, 3, &status)
    [all...]
  /external/icu4c/test/cintltst/
ccaltst.c 82 UCalendar *caldef = 0, *caldef2 = 0, *calfr = 0, *calit = 0, *calfrclone = 0; local
246 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
284 if(caldef && caldef2 && calfr && calit) {
285 if(ucal_equivalentTo(caldef, caldef2) == FALSE || ucal_equivalentTo(caldef, calfr)== TRUE ||
415 ucal_close(caldef2);
452 UCalendar *caldef = 0, *caldef2 = 0; local
466 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
505 ucal_setMillis(caldef2, d2, &status);
509 hour=ucal_get(caldef2, UCAL_HOUR_OF_DAY, &status);
512 ucal_setTimeZone(caldef2,tzID, 3, &status)
    [all...]

Completed in 2242 milliseconds