/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cdateintervalformattest.c | 425 UCalendar* ucal1 = ucal_open(zoneGMT, -1, "de", UCAL_DEFAULT, &ec); in TestFormatCalendarToResult() 427 UCalendar* ucal2 = ucal_open(zoneGMT, -1, "de", UCAL_DEFAULT, &ec); in TestFormatCalendarToResult() 429 UCalendar* ucal3 = ucal_open(zoneGMT, -1, "de", UCAL_DEFAULT, &ec); in TestFormatCalendarToResult() 431 UCalendar* ucal4 = ucal_open(zoneGMT, -1, "de", UCAL_DEFAULT, &ec); in TestFormatCalendarToResult() 432 UCalendar* ucal5 = ucal_open(zoneGMT, -1, "de", UCAL_DEFAULT, &ec); in TestFormatCalendarToResult()
|
H A D | ccaltst.c | 305 /*Testing the ucal_open() function*/ in TestCalendar() 307 log_verbose("\nTesting the ucal_open()\n"); in TestCalendar() 309 caldef=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestCalendar() 311 log_data_err("FAIL: error in ucal_open caldef : %s\n - (Are you missing data?)", u_errorName(status)); in TestCalendar() 314 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestCalendar() 316 log_data_err("FAIL: error in ucal_open caldef : %s - (Are you missing data?)\n", u_errorName(status)); in TestCalendar() 319 calfr=ucal_open(tzID, u_strlen(tzID), "fr_FR", UCAL_TRADITIONAL, &status); in TestCalendar() 321 log_data_err("FAIL: error in ucal_open calfr : %s - (Are you missing data?)\n", u_errorName(status)); in TestCalendar() 323 calit=ucal_open(tzID, u_strlen(tzID), "it_IT", UCAL_TRADITIONAL, &status); in TestCalendar() 325 log_data_err("FAIL: error in ucal_open cali in TestCalendar() [all...] |
H A D | cdtdptst.c | 85 UCalendar *cal = ucal_open(NULL, 0, uloc_getDefault(), UCAL_TRADITIONAL, &status); in TestTwoDigitYearDSTParse() 262 cal=ucal_open(tzID, u_strlen(tzID), "cs", UCAL_GREGORIAN, &status); in TestCzechMonths459() 263 if(U_FAILURE(status)){ log_err("error in ucal_open caldef : %s\n", myErrorName(status)); } in TestCzechMonths459() 336 /* cal=ucal_open(tzID, u_strlen(tzID), NULL, UCAL_TRADITIONAL, &status); */ in TestQuotePattern161() 337 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestQuotePattern161() 338 if(U_FAILURE(status)){ log_err("error in ucal_open cal : %s\n", myErrorName(status)); } in TestQuotePattern161()
|
H A D | cdattst.c | 441 UCalendar * ucal = ucal_open(trdfZone, -1, trdfLocale, UCAL_GREGORIAN, &status); in TestRelativeDateFormat() 899 cal = ucal_open(NULL, 0, "en_US", UCAL_GREGORIAN, &ec); in TestDateFormatCalendar() 901 log_err("FAIL: ucal_open(en_US) failed with %s\n", in TestDateFormatCalendar() 1019 tempCal = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &ec); in TestCalendarDateParse() 1024 calendar = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &ec); in TestCalendarDateParse() 1070 UCalendar *cal = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &status); in getCurrentYear() 1580 UCalendar* ucal = ucal_open(zoneGMT, -1, "root", UCAL_GREGORIAN, &status); in TestContext() 1625 log_data_err("FAIL: ucal_open for locale root, status %s\n", u_errorName(status) ); in TestContext() 1760 cal = ucal_open(NULL, 0, "en_US", UCAL_GREGORIAN, &status); in TestParseErrorReturnValue() 1761 if (!assertSuccess("ucal_open()", in TestParseErrorReturnValue() [all...] |
H A D | cmsgtst.c | 402 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestNewFormatAndParseAPI() 404 log_data_err("error in ucal_open caldef : %s - (Are you missing data?)\n", myErrorName(status) ); in TestNewFormatAndParseAPI() 505 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestSampleFormatAndParseWithError() 507 log_data_err("error in ucal_open caldef : %s - (Are you missing data?)\n", myErrorName(status) ); in TestSampleFormatAndParseWithError() 603 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); in TestSampleFormatAndParse() 605 log_data_err("error in ucal_open caldef : %s - (Are you missing data?)\n", myErrorName(status) ); in TestSampleFormatAndParse()
|
H A D | cdtrgtst.c | 148 cal=ucal_open(NULL, 0, "en_US", UCAL_GREGORIAN, &status); in Test4056591() 150 log_data_err("error in ucal_open caldef : %s - (Are you missing data?)\n", myErrorName(status)); in Test4056591() 307 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_GREGORIAN, &status); in Test4060212() 309 log_err("FAIL: error in ucal_open caldef : %s\n", myErrorName(status)); in Test4060212()
|
H A D | utmstest.c | 459 cal = ucal_open(utc, -1, "", UCAL_GREGORIAN, &errorCode); in TestDotNet() 462 log_data_err("ucal_open(UTC/proleptic Gregorian) failed: %s - (Are you missing data?)\n", u_errorName(errorCode)); in TestDotNet()
|
H A D | cloctst.c | 2865 obj = ucal_open(NULL, 0, in TestGetLocale() 2870 log_err("ucal_open failed with error: %s\n", u_errorName(ec)); in TestGetLocale() 3271 c1 = ucal_open(NULL, -1, oldLoc, UCAL_GREGORIAN, &status); in TestCalendar() 3272 c2 = ucal_open(NULL, -1, newLoc, UCAL_GREGORIAN, &status); in TestCalendar()
|
/third_party/icu/icu4c/source/samples/datecal/ |
H A D | ccal.c | 26 UCalendar *cal = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &status); in c_main()
|
/third_party/skia/third_party/externals/icu/source/samples/datecal/ |
H A D | ccal.c | 26 UCalendar *cal = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &status); in c_main()
|
/third_party/icu/icu4c/source/samples/cal/ |
H A D | cal.c | 243 c = ucal_open(0, -1, uloc_getDefault(), UCAL_TRADITIONAL, status); in cal() 595 right_cal = ucal_open(0, -1, uloc_getDefault(), UCAL_TRADITIONAL, status); in print_year()
|
/third_party/skia/third_party/externals/icu/source/samples/cal/ |
H A D | cal.c | 243 c = ucal_open(0, -1, uloc_getDefault(), UCAL_TRADITIONAL, status); in cal() 595 right_cal = ucal_open(0, -1, uloc_getDefault(), UCAL_TRADITIONAL, status); in print_year()
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | ucal.h | 43 * function, <code>ucal_open()</code>, which returns a pointer to 55 * caldef=ucal_open(tzID, u_strlen(tzID), NULL, UCAL_TRADITIONAL, &status); 775 * and then pass the locale to ucal_open with UCAL_DEFAULT as the type. 782 ucal_open(const UChar* zoneID,
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | ucal.h | 43 * function, <code>ucal_open()</code>, which returns a pointer to 55 * caldef=ucal_open(tzID, u_strlen(tzID), NULL, UCAL_TRADITIONAL, &status); 742 * and then pass the locale to ucal_open with UCAL_DEFAULT as the type. 749 ucal_open(const UChar* zoneID,
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | ucal.h | 43 * function, <code>ucal_open()</code>, which returns a pointer to 55 * caldef=ucal_open(tzID, u_strlen(tzID), NULL, UCAL_TRADITIONAL, &status); 742 * and then pass the locale to ucal_open with UCAL_DEFAULT as the type. 749 ucal_open(const UChar* zoneID,
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | toolutil.cpp | 94 cal = ucal_open(NULL, -1, NULL, UCAL_TRADITIONAL, &status); in getCurrentYear()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | itutil.cpp | 606 LocalUCalendarPointer cal(ucal_open(NULL, 0, "root", UCAL_GREGORIAN, errorCode)); in TestLocalXyzPointer() 607 if(errorCode.errDataIfFailureAndReset("ucal_open()")) { in TestLocalXyzPointer() 762 LocalUCalendarPointer cal(ucal_open(NULL, 0, "root", UCAL_GREGORIAN, errorCode)); in TestLocalXyzPointerNull() 763 if(!errorCode.errDataIfFailureAndReset("ucal_open()")) { in TestLocalXyzPointerNull()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | ucal.cpp | 151 ucal_open( const UChar* zoneID, in ucal_open() function
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | ucal.cpp | 152 ucal_open( const char16_t* zoneID, in ucal_open() function
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | ucal.cpp | 151 ucal_open( const UChar* zoneID, in ucal_open() function
|
/third_party/icu/ohos_icu4c/src/ |
H A D | icu_addon.cpp | 196 #undef ucal_open macro 1135 UCalendar *ucal_open(const UChar *zoneID, int32_t len, const char *locale, UCalendarType type, UErrorCode *status) in ucal_open() function 1137 return U_ICU_ENTRY_POINT_RENAME(ucal_open)(zoneID, len, locale, type, status); in ucal_open()
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | urename.h | 552 #define ucal_open U_ICU_ENTRY_POINT_RENAME(ucal_open) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | urename.h | 551 #define ucal_open U_ICU_ENTRY_POINT_RENAME(ucal_open) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | urename.h | 546 #define ucal_open U_ICU_ENTRY_POINT_RENAME(ucal_open) macro
|