Searched refs:ucal_open (Results 1 - 25 of 29) sorted by relevance

12

/external/icu4c/samples/datecal/
H A Dccal.c20 UCalendar *cal = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &status);
/external/icu4c/test/cintltst/
H A Dccaltst.c237 /*Testing the ucal_open() function*/
239 log_verbose("\nTesting the ucal_open()\n");
241 caldef=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
243 log_data_err("FAIL: error in ucal_open caldef : %s\n - (Are you missing data?)", u_errorName(status));
246 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
248 log_data_err("FAIL: error in ucal_open caldef : %s - (Are you missing data?)\n", u_errorName(status));
251 calfr=ucal_open(tzID, u_strlen(tzID), "fr_FR", UCAL_TRADITIONAL, &status);
253 log_data_err("FAIL: error in ucal_open calfr : %s - (Are you missing data?)\n", u_errorName(status));
255 calit=ucal_open(tzID, u_strlen(tzID), "it_IT", UCAL_TRADITIONAL, &status);
257 log_data_err("FAIL: error in ucal_open cali
[all...]
H A Dcdtdptst.c79 UCalendar *cal = ucal_open(NULL, 0, uloc_getDefault(), UCAL_TRADITIONAL, &status);
255 cal=ucal_open(tzID, u_strlen(tzID), "cs", UCAL_GREGORIAN, &status);
256 if(U_FAILURE(status)){ log_err("error in ucal_open caldef : %s\n", myErrorName(status)); }
328 /* cal=ucal_open(tzID, u_strlen(tzID), NULL, UCAL_TRADITIONAL, &status); */
329 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
330 if(U_FAILURE(status)){ log_err("error in ucal_open cal : %s\n", myErrorName(status)); }
H A Dcmsgtst.c382 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
384 log_data_err("error in ucal_open caldef : %s - (Are you missing data?)\n", myErrorName(status) );
484 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
486 log_data_err("error in ucal_open caldef : %s - (Are you missing data?)\n", myErrorName(status) );
577 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
579 log_data_err("error in ucal_open caldef : %s - (Are you missing data?)\n", myErrorName(status) );
H A Dutmstest.c455 cal = ucal_open(utc, -1, "", UCAL_GREGORIAN, &errorCode);
458 log_data_err("ucal_open(UTC/proleptic Gregorian) failed: %s - (Are you missing data?)\n", u_errorName(errorCode));
H A Dcdtrgtst.c144 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));
301 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_GREGORIAN, &status);
303 log_err("FAIL: error in ucal_open caldef : %s\n", myErrorName(status));
H A Dcdattst.c402 UCalendar * ucal = ucal_open(trdfZone, -1, trdfLocale, UCAL_GREGORIAN, &status);
803 cal = ucal_open(NULL, 0, "en_US", UCAL_GREGORIAN, &ec);
805 log_err("FAIL: ucal_open(en_US) failed with %s\n",
H A Dcloctst.c2229 obj = ucal_open(NULL, 0,
2234 log_err("ucal_open failed with error: %s\n", u_errorName(ec));
2526 c1 = ucal_open(NULL, -1, oldLoc, UCAL_GREGORIAN, &status);
2527 c2 = ucal_open(NULL, -1, newLoc, UCAL_GREGORIAN, &status);
/external/chromium/third_party/icu/source/test/cintltst/
H A Dcdtdptst.c79 UCalendar *cal = ucal_open(NULL, 0, uloc_getDefault(), UCAL_TRADITIONAL, &status);
255 cal=ucal_open(tzID, u_strlen(tzID), "cs", UCAL_GREGORIAN, &status);
256 if(U_FAILURE(status)){ log_err("error in ucal_open caldef : %s\n", myErrorName(status)); }
328 /* cal=ucal_open(tzID, u_strlen(tzID), NULL, UCAL_TRADITIONAL, &status); */
329 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
330 if(U_FAILURE(status)){ log_err("error in ucal_open cal : %s\n", myErrorName(status)); }
H A Dccaltst.c233 /*Testing the ucal_open() function*/
235 log_verbose("\nTesting the ucal_open()\n");
237 caldef=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
239 log_err("FAIL: error in ucal_open caldef : %s\n", u_errorName(status));
242 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
244 log_err("FAIL: error in ucal_open caldef : %s\n", u_errorName(status));
247 calfr=ucal_open(tzID, u_strlen(tzID), "fr_FR", UCAL_TRADITIONAL, &status);
249 log_err("FAIL: error in ucal_open calfr : %s\n", u_errorName(status));
251 calit=ucal_open(tzID, u_strlen(tzID), "it_IT", UCAL_TRADITIONAL, &status);
253 log_err("FAIL: error in ucal_open cali
[all...]
H A Dcmsgtst.c384 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
386 log_err("error in ucal_open caldef : %s\n", myErrorName(status) );
486 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
488 log_err("error in ucal_open caldef : %s\n", myErrorName(status) );
579 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
581 log_err("error in ucal_open caldef : %s\n", myErrorName(status) );
H A Dutmstest.c455 cal = ucal_open(utc, -1, "", UCAL_GREGORIAN, &errorCode);
458 log_err("ucal_open(UTC/proleptic Gregorian) failed: %s\n", u_errorName(errorCode));
H A Dcdtrgtst.c144 cal=ucal_open(NULL, 0, "en_US", UCAL_GREGORIAN, &status);
146 log_err("error in ucal_open caldef : %s\n", myErrorName(status));
300 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_GREGORIAN, &status);
302 log_err("FAIL: error in ucal_open caldef : %s\n", myErrorName(status));
H A Dcdattst.c402 UCalendar * ucal = ucal_open(trdfZone, -1, trdfLocale, UCAL_GREGORIAN, &status);
803 cal = ucal_open(NULL, 0, "en_US", UCAL_GREGORIAN, &ec);
805 log_err("FAIL: ucal_open(en_US) failed with %s\n",
H A Dcloctst.c2205 obj = ucal_open(NULL, 0,
2210 log_err("ucal_open failed with error: %s\n", u_errorName(ec));
2502 c1 = ucal_open(NULL, -1, oldLoc, UCAL_GREGORIAN, &status);
2503 c2 = ucal_open(NULL, -1, newLoc, UCAL_GREGORIAN, &status);
/external/icu4c/test/intltest/
H A Ditutil.cpp296 LocalUCalendarPointer cal(ucal_open(NULL, 0, "root", UCAL_GREGORIAN, errorCode));
297 if(errorCode.logDataIfFailureAndReset("ucal_open()")) {
391 LocalUCalendarPointer cal(ucal_open(NULL, 0, "root", UCAL_GREGORIAN, errorCode));
392 if(!errorCode.logDataIfFailureAndReset("ucal_open()")) {
/external/chromium/third_party/icu/public/i18n/unicode/
H A Ducal.h37 * function, <code>ucal_open()</code>, which returns a pointer to
49 * caldef=ucal_open(tzID, u_strlen(tzID), NULL, UCAL_TRADITIONAL, &status);
626 * and then pass the locale to ucal_open with UCAL_DEFAULT as the type.
632 ucal_open(const UChar* zoneID,
/external/chromium/third_party/icu/source/tools/toolutil/
H A Dtoolutil.c53 cal = ucal_open(NULL, -1, NULL, UCAL_TRADITIONAL, &status);
/external/icu4c/i18n/unicode/
H A Ducal.h38 * function, <code>ucal_open()</code>, which returns a pointer to
50 * caldef=ucal_open(tzID, u_strlen(tzID), NULL, UCAL_TRADITIONAL, &status);
627 * and then pass the locale to ucal_open with UCAL_DEFAULT as the type.
633 ucal_open(const UChar* zoneID,
/external/icu4c/tools/toolutil/
H A Dtoolutil.cpp69 cal = ucal_open(NULL, -1, NULL, UCAL_TRADITIONAL, &status);
/external/icu4c/samples/cal/
H A Dcal.c239 c = ucal_open(0, -1, uloc_getDefault(), UCAL_TRADITIONAL, status);
591 right_cal = ucal_open(0, -1, uloc_getDefault(), UCAL_TRADITIONAL, status);
/external/chromium/third_party/icu/source/i18n/
H A Ducal.cpp120 ucal_open( const UChar* zoneID, function
/external/icu4c/i18n/
H A Ducal.cpp120 ucal_open( const UChar* zoneID, function
/external/webkit/JavaScriptCore/icu/unicode/
H A Durename.h383 #define ucal_open ucal_open_3_2 macro
/external/webkit/JavaScriptGlue/icu/unicode/
H A Durename.h383 #define ucal_open ucal_open_3_2 macro

Completed in 185 milliseconds

12