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

  /external/icu/icu4c/source/test/cintltst/
ccaltst.c 104 UCalendar *caldef = 0, *caldef2 = 0, *calfr = 0, *calit = 0, *calfrclone = 0; local
287 caldef=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
289 log_data_err("FAIL: error in ucal_open caldef : %s\n - (Are you missing data?)", u_errorName(status));
294 log_data_err("FAIL: error in ucal_open caldef : %s - (Are you missing data?)\n", u_errorName(status));
330 if(caldef && caldef2 && calfr && calit) {
331 if(ucal_equivalentTo(caldef, caldef2) == FALSE || ucal_equivalentTo(caldef, calfr)== TRUE ||
332 ucal_equivalentTo(caldef, calit)== TRUE || ucal_equivalentTo(calfr, calfrclone) == FALSE) {
356 resultlengthneeded=ucal_getTimeZoneDisplayName(caldef, UCAL_DST, "en_US", NULL, resultlength, &status);
363 ucal_getTimeZoneDisplayName(caldef, UCAL_DST, "en_US", result, resultlength, &status)
498 UCalendar *caldef = 0, *caldef2 = 0, *caldef3 = 0; local
    [all...]
cdtrgtst.c 148 log_data_err("error in ucal_open caldef : %s - (Are you missing data?)\n", myErrorName(status));
306 log_err("FAIL: error in ucal_open caldef : %s\n", myErrorName(status));
cmsgtst.c 400 log_data_err("error in ucal_open caldef : %s - (Are you missing data?)\n", myErrorName(status) );
502 log_data_err("error in ucal_open caldef : %s - (Are you missing data?)\n", myErrorName(status) );
595 log_data_err("error in ucal_open caldef : %s - (Are you missing data?)\n", myErrorName(status) );
    [all...]
cdtdptst.c 260 if(U_FAILURE(status)){ log_err("error in ucal_open caldef : %s\n", myErrorName(status)); }
  /external/icu/icu4c/source/i18n/unicode/
ucal.h 47 * UCalendar *caldef;
52 * caldef=ucal_open(tzID, u_strlen(tzID), NULL, UCAL_TRADITIONAL, &status);
    [all...]

Completed in 758 milliseconds