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 20 UCalendar *cal = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &status);
  /external/icu/icu4c/source/test/cintltst/
cdtdptst.c 81 UCalendar *cal = ucal_open(NULL, 0, uloc_getDefault(), UCAL_TRADITIONAL, &status);
257 cal=ucal_open(tzID, u_strlen(tzID), "cs", UCAL_GREGORIAN, &status);
258 if(U_FAILURE(status)){ log_err("error in ucal_open caldef : %s\n", myErrorName(status)); }
330 /* cal=ucal_open(tzID, u_strlen(tzID), NULL, UCAL_TRADITIONAL, &status); */
331 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
332 if(U_FAILURE(status)){ log_err("error in ucal_open cal : %s\n", myErrorName(status)); }
ccaltst.c 275 /*Testing the ucal_open() function*/
277 log_verbose("\nTesting the ucal_open()\n");
279 caldef=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
281 log_data_err("FAIL: error in ucal_open caldef : %s\n - (Are you missing data?)", u_errorName(status));
284 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
286 log_data_err("FAIL: error in ucal_open caldef : %s - (Are you missing data?)\n", u_errorName(status));
289 calfr=ucal_open(tzID, u_strlen(tzID), "fr_FR", UCAL_TRADITIONAL, &status);
291 log_data_err("FAIL: error in ucal_open calfr : %s - (Are you missing data?)\n", u_errorName(status));
293 calit=ucal_open(tzID, u_strlen(tzID), "it_IT", UCAL_TRADITIONAL, &status);
295 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 395 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
397 log_data_err("error in ucal_open caldef : %s - (Are you missing data?)\n", myErrorName(status) );
497 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
499 log_data_err("error in ucal_open caldef : %s - (Are you missing data?)\n", myErrorName(status) );
590 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
592 log_data_err("error in ucal_open caldef : %s - (Are you missing data?)\n", myErrorName(status) );
    [all...]
utmstest.c 456 cal = ucal_open(utc, -1, "", UCAL_GREGORIAN, &errorCode);
459 log_data_err("ucal_open(UTC/proleptic Gregorian) failed: %s - (Are you missing data?)\n", u_errorName(errorCode));
cdtrgtst.c 144 cal=ucal_open(NULL, 0, "en_US", UCAL_GREGORIAN, &status);
146 log_data_err("error in ucal_open caldef : %s - (Are you missing data?)\n", myErrorName(status));
302 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_GREGORIAN, &status);
304 log_err("FAIL: error in ucal_open caldef : %s\n", myErrorName(status));
cloctst.c     [all...]
  /external/icu/icu4c/source/tools/toolutil/
toolutil.cpp 90 cal = ucal_open(NULL, -1, NULL, UCAL_TRADITIONAL, &status);
  /external/icu/icu4c/source/samples/cal/
cal.c 239 c = ucal_open(0, -1, uloc_getDefault(), UCAL_TRADITIONAL, status);
591 right_cal = ucal_open(0, -1, uloc_getDefault(), UCAL_TRADITIONAL, status);
  /external/icu/icu4c/source/test/intltest/
itutil.cpp 386 LocalUCalendarPointer cal(ucal_open(NULL, 0, "root", UCAL_GREGORIAN, errorCode));
387 if(errorCode.logDataIfFailureAndReset("ucal_open()")) {
492 LocalUCalendarPointer cal(ucal_open(NULL, 0, "root", UCAL_GREGORIAN, errorCode));
493 if(!errorCode.logDataIfFailureAndReset("ucal_open()")) {
  /external/icu/icu4c/source/i18n/unicode/
ucal.h 38 * function, <code>ucal_open()</code>, which returns a pointer to
50 * caldef=ucal_open(tzID, u_strlen(tzID), NULL, UCAL_TRADITIONAL, &status);
680 * and then pass the locale to ucal_open with UCAL_DEFAULT as the type.
687 ucal_open(const UChar* zoneID,
    [all...]
  /external/icu/icu4c/source/i18n/
ucal.cpp 131 ucal_open( const UChar* zoneID, function
  /external/icu/icu4c/source/common/unicode/
urename.h 534 #define ucal_open macro
    [all...]

Completed in 88 milliseconds