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

  /external/chromium_org/third_party/icu/source/test/cintltst/
ccaltst.c 83 UCalendar *caldef = 0, *caldef2 = 0, *calfr = 0, *calit = 0, *calfrclone = 0; local
247 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
285 if(caldef && caldef2 && calfr && calit) {
286 if(ucal_equivalentTo(caldef, caldef2) == FALSE || ucal_equivalentTo(caldef, calfr)== TRUE ||
416 ucal_close(caldef2);
453 UCalendar *caldef = 0, *caldef2 = 0; local
467 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
506 ucal_setMillis(caldef2, d2, &status);
510 hour=ucal_get(caldef2, UCAL_HOUR_OF_DAY, &status);
513 ucal_setTimeZone(caldef2,tzID, 3, &status)
    [all...]
  /external/icu4c/test/cintltst/
ccaltst.c 90 UCalendar *caldef = 0, *caldef2 = 0, *calfr = 0, *calit = 0, *calfrclone = 0; local
278 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
316 if(caldef && caldef2 && calfr && calit) {
317 if(ucal_equivalentTo(caldef, caldef2) == FALSE || ucal_equivalentTo(caldef, calfr)== TRUE ||
447 ucal_close(caldef2);
484 UCalendar *caldef = 0, *caldef2 = 0, *caldef3 = 0; local
502 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
560 dateBit = ucal_get(caldef2, UCAL_MILLISECOND, &status);
588 idLen = ucal_getTimeZoneID(caldef2, id, sizeof(id)/sizeof(id[0]), &status);
597 ucal_setMillis(caldef2, d2, &status);
    [all...]

Completed in 40 milliseconds