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

12

/external/chromium_org/third_party/icu/source/samples/datecal/
H A Dccal.c20 UCalendar *cal = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &status);
/external/icu/icu4c/source/samples/datecal/
H A Dccal.c20 UCalendar *cal = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &status);
/external/chromium_org/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.c274 /*Testing the ucal_open() function*/
276 log_verbose("\nTesting the ucal_open()\n");
278 caldef=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
280 log_data_err("FAIL: error in ucal_open caldef : %s\n - (Are you missing data?)", u_errorName(status));
283 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
285 log_data_err("FAIL: error in ucal_open caldef : %s - (Are you missing data?)\n", u_errorName(status));
288 calfr=ucal_open(tzID, u_strlen(tzID), "fr_FR", UCAL_TRADITIONAL, &status);
290 log_data_err("FAIL: error in ucal_open calfr : %s - (Are you missing data?)\n", u_errorName(status));
292 calit=ucal_open(tzID, u_strlen(tzID), "it_IT", UCAL_TRADITIONAL, &status);
294 log_data_err("FAIL: error in ucal_open cali
[all...]
H A Dcdattst.c410 UCalendar * ucal = ucal_open(trdfZone, -1, trdfLocale, UCAL_GREGORIAN, &status);
830 cal = ucal_open(NULL, 0, "en_US", UCAL_GREGORIAN, &ec);
832 log_err("FAIL: ucal_open(en_US) failed with %s\n",
924 tempCal = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &ec);
929 calendar = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &ec);
975 UCalendar *cal = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &status);
H A Dcmsgtst.c396 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
398 log_data_err("error in ucal_open caldef : %s - (Are you missing data?)\n", myErrorName(status) );
498 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
500 log_data_err("error in ucal_open caldef : %s - (Are you missing data?)\n", myErrorName(status) );
591 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
593 log_data_err("error in ucal_open caldef : %s - (Are you missing data?)\n", myErrorName(status) );
H A Dutmstest.c457 cal = ucal_open(utc, -1, "", UCAL_GREGORIAN, &errorCode);
460 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));
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));
/external/icu/icu4c/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.c275 /*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 cali
[all...]
H A Dcdattst.c410 UCalendar * ucal = ucal_open(trdfZone, -1, trdfLocale, UCAL_GREGORIAN, &status);
830 cal = ucal_open(NULL, 0, "en_US", UCAL_GREGORIAN, &ec);
832 log_err("FAIL: ucal_open(en_US) failed with %s\n",
924 tempCal = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &ec);
929 calendar = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &ec);
975 UCalendar *cal = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &status);
1484 UCalendar* ucal = ucal_open(zoneGMT, -1, "root", UCAL_GREGORIAN, &status);
1529 log_data_err("FAIL: ucal_open for locale root, status %s\n", u_errorName(status) );
H A Dcmsgtst.c396 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
398 log_data_err("error in ucal_open caldef : %s - (Are you missing data?)\n", myErrorName(status) );
498 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
500 log_data_err("error in ucal_open caldef : %s - (Are you missing data?)\n", myErrorName(status) );
591 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status);
593 log_data_err("error in ucal_open caldef : %s - (Are you missing data?)\n", myErrorName(status) );
H A Dutmstest.c457 cal = ucal_open(utc, -1, "", UCAL_GREGORIAN, &errorCode);
460 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));
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));
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dtoolutil.cpp89 cal = ucal_open(NULL, -1, NULL, UCAL_TRADITIONAL, &status);
/external/icu/icu4c/source/tools/toolutil/
H A Dtoolutil.cpp90 cal = ucal_open(NULL, -1, NULL, UCAL_TRADITIONAL, &status);
/external/chromium_org/third_party/icu/source/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_org/third_party/icu/source/test/intltest/
H A Ditutil.cpp324 LocalUCalendarPointer cal(ucal_open(NULL, 0, "root", UCAL_GREGORIAN, errorCode));
325 if(errorCode.logDataIfFailureAndReset("ucal_open()")) {
430 LocalUCalendarPointer cal(ucal_open(NULL, 0, "root", UCAL_GREGORIAN, errorCode));
431 if(!errorCode.logDataIfFailureAndReset("ucal_open()")) {
/external/icu/icu4c/source/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/icu/icu4c/source/test/intltest/
H A Ditutil.cpp342 LocalUCalendarPointer cal(ucal_open(NULL, 0, "root", UCAL_GREGORIAN, errorCode));
343 if(errorCode.logDataIfFailureAndReset("ucal_open()")) {
448 LocalUCalendarPointer cal(ucal_open(NULL, 0, "root", UCAL_GREGORIAN, errorCode));
449 if(!errorCode.logDataIfFailureAndReset("ucal_open()")) {
/external/chromium_org/third_party/icu/source/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);
680 * and then pass the locale to ucal_open with UCAL_DEFAULT as the type.
687 ucal_open(const UChar* zoneID,
/external/icu/icu4c/source/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);
680 * and then pass the locale to ucal_open with UCAL_DEFAULT as the type.
687 ucal_open(const UChar* zoneID,
/external/chromium_org/third_party/icu/source/i18n/
H A Ducal.cpp131 ucal_open( const UChar* zoneID, function
/external/icu/icu4c/source/i18n/
H A Ducal.cpp131 ucal_open( const UChar* zoneID, function
/external/icu/icu4c/source/common/unicode/
H A Durename.h527 #define ucal_open U_ICU_ENTRY_POINT_RENAME(ucal_open) macro

Completed in 588 milliseconds

12