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

  /external/icu/icu4c/source/samples/datecal/
ccal.c 26 UCalendar *cal = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &status);
  /external/icu/icu4c/source/test/cintltst/
cdtdptst.c 83 UCalendar *cal = ucal_open(NULL, 0, uloc_getDefault(), UCAL_TRADITIONAL, &status);
259 cal=ucal_open(tzID, u_strlen(tzID), "cs", UCAL_GREGORIAN, &status);
260 if(U_FAILURE(status)){ log_err("error in ucal_open caldef : %s\n", myErrorName(status)); }
332 /* cal=ucal_open(tzID, u_strlen(tzID), NULL, UCAL_TRADITIONAL, &status); */
333 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
334 if(U_FAILURE(status)){ log_err("error in ucal_open cal : %s\n", myErrorName(status)); }
ccaltst.c 283 /*Testing the ucal_open() function*/
285 log_verbose("\nTesting the ucal_open()\n");
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));
292 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
294 log_data_err("FAIL: error in ucal_open caldef : %s - (Are you missing data?)\n", u_errorName(status));
297 calfr=ucal_open(tzID, u_strlen(tzID), "fr_FR", UCAL_TRADITIONAL, &status);
299 log_data_err("FAIL: error in ucal_open calfr : %s - (Are you missing data?)\n", u_errorName(status));
301 calit=ucal_open(tzID, u_strlen(tzID), "it_IT", UCAL_TRADITIONAL, &status);
303 log_data_err("FAIL: error in ucal_open calit : %s - (Are you missing data?)\n", u_errorName(status))
    [all...]
cdattst.c 427 UCalendar * ucal = ucal_open(trdfZone, -1, trdfLocale, UCAL_GREGORIAN, &status);
    [all...]
cmsgtst.c 398 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
400 log_data_err("error in ucal_open caldef : %s - (Are you missing data?)\n", myErrorName(status) );
500 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
502 log_data_err("error in ucal_open caldef : %s - (Are you missing data?)\n", myErrorName(status) );
593 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
595 log_data_err("error in ucal_open caldef : %s - (Are you missing data?)\n", myErrorName(status) );
    [all...]
utmstest.c 458 cal = ucal_open(utc, -1, "", UCAL_GREGORIAN, &errorCode);
461 log_data_err("ucal_open(UTC/proleptic Gregorian) failed: %s - (Are you missing data?)\n", u_errorName(errorCode));
cdtrgtst.c 146 cal=ucal_open(NULL, 0, "en_US", UCAL_GREGORIAN, &status);
148 log_data_err("error in ucal_open caldef : %s - (Are you missing data?)\n", myErrorName(status));
304 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_GREGORIAN, &status);
306 log_err("FAIL: error in ucal_open caldef : %s\n", myErrorName(status));
cloctst.c     [all...]
  /external/icu/icu4c/source/tools/toolutil/
toolutil.cpp 92 cal = ucal_open(NULL, -1, NULL, UCAL_TRADITIONAL, &status);
  /external/icu/icu4c/source/samples/cal/
cal.c 243 c = ucal_open(0, -1, uloc_getDefault(), UCAL_TRADITIONAL, status);
595 right_cal = ucal_open(0, -1, uloc_getDefault(), UCAL_TRADITIONAL, status);
  /external/icu/icu4c/source/i18n/unicode/
ucal.h 40 * function, <code>ucal_open()</code>, which returns a pointer to
52 * caldef=ucal_open(tzID, u_strlen(tzID), NULL, UCAL_TRADITIONAL, &status);
684 * and then pass the locale to ucal_open with UCAL_DEFAULT as the type.
691 ucal_open(const UChar* zoneID,
    [all...]
  /external/icu/icu4c/source/test/intltest/
itutil.cpp 514 LocalUCalendarPointer cal(ucal_open(NULL, 0, "root", UCAL_GREGORIAN, errorCode));
515 if(errorCode.logDataIfFailureAndReset("ucal_open()")) {
670 LocalUCalendarPointer cal(ucal_open(NULL, 0, "root", UCAL_GREGORIAN, errorCode));
671 if(!errorCode.logDataIfFailureAndReset("ucal_open()")) {
  /external/icu/icu4c/source/i18n/
ucal.cpp 134 ucal_open( const UChar* zoneID, function
  /external/icu/icu4c/source/common/unicode/
urename.h 536 #define ucal_open macro
    [all...]

Completed in 175 milliseconds