/external/icu4c/samples/datecal/ |
ccal.c | 20 UCalendar *cal = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &status);
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
ccaltst.c | 238 /*Testing the ucal_open() function*/ 240 log_verbose("\nTesting the ucal_open()\n"); 242 caldef=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); 244 log_data_err("FAIL: error in ucal_open caldef : %s\n - (Are you missing data?)", u_errorName(status)); 247 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); 249 log_data_err("FAIL: error in ucal_open caldef : %s - (Are you missing data?)\n", u_errorName(status)); 252 calfr=ucal_open(tzID, u_strlen(tzID), "fr_FR", UCAL_TRADITIONAL, &status); 254 log_data_err("FAIL: error in ucal_open calfr : %s - (Are you missing data?)\n", u_errorName(status)); 256 calit=ucal_open(tzID, u_strlen(tzID), "it_IT", UCAL_TRADITIONAL, &status); 258 log_data_err("FAIL: error in ucal_open calit : %s - (Are you missing data?)\n", u_errorName(status)) [all...] |
cdtdptst.c | 79 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)); }
|
cmsgtst.c | 390 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); 392 log_data_err("error in ucal_open caldef : %s - (Are you missing data?)\n", myErrorName(status) ); 492 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); 494 log_data_err("error in ucal_open caldef : %s - (Are you missing data?)\n", myErrorName(status) ); 585 cal=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); 587 log_data_err("error in ucal_open caldef : %s - (Are you missing data?)\n", myErrorName(status) ); [all...] |
utmstest.c | 455 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));
|
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)); 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));
|
cdattst.c | 402 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", [all...] |
cloctst.c | [all...] |
/external/icu4c/test/cintltst/ |
ccaltst.c | 269 /*Testing the ucal_open() function*/ 271 log_verbose("\nTesting the ucal_open()\n"); 273 caldef=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); 275 log_data_err("FAIL: error in ucal_open caldef : %s\n - (Are you missing data?)", u_errorName(status)); 278 caldef2=ucal_open(tzID, u_strlen(tzID), "en_US", UCAL_TRADITIONAL, &status); 280 log_data_err("FAIL: error in ucal_open caldef : %s - (Are you missing data?)\n", u_errorName(status)); 283 calfr=ucal_open(tzID, u_strlen(tzID), "fr_FR", UCAL_TRADITIONAL, &status); 285 log_data_err("FAIL: error in ucal_open calfr : %s - (Are you missing data?)\n", u_errorName(status)); 287 calit=ucal_open(tzID, u_strlen(tzID), "it_IT", UCAL_TRADITIONAL, &status); 289 log_data_err("FAIL: error in ucal_open calit : %s - (Are you missing data?)\n", u_errorName(status)) [all...] |
cdtdptst.c | 79 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)); }
|
cdattst.c | 410 UCalendar * ucal = ucal_open(trdfZone, -1, trdfLocale, UCAL_GREGORIAN, &status); [all...] |
cmsgtst.c | 396 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) ); [all...] |
utmstest.c | 455 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));
|
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)); 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));
|
cloctst.c | [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
itutil.cpp | 297 LocalUCalendarPointer cal(ucal_open(NULL, 0, "root", UCAL_GREGORIAN, errorCode)); 298 if(errorCode.logDataIfFailureAndReset("ucal_open()")) { 403 LocalUCalendarPointer cal(ucal_open(NULL, 0, "root", UCAL_GREGORIAN, errorCode)); 404 if(!errorCode.logDataIfFailureAndReset("ucal_open()")) {
|
/external/chromium_org/third_party/icu/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); 627 * and then pass the locale to ucal_open with UCAL_DEFAULT as the type. 633 ucal_open(const UChar* zoneID, [all...] |
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
toolutil.cpp | 75 cal = ucal_open(NULL, -1, NULL, UCAL_TRADITIONAL, &status);
|
/external/icu4c/tools/toolutil/ |
toolutil.cpp | 79 cal = ucal_open(NULL, -1, NULL, UCAL_TRADITIONAL, &status);
|
/external/icu4c/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/icu4c/test/intltest/ |
itutil.cpp | 324 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/icu4c/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/chromium_org/third_party/icu/source/i18n/ |
ucal.cpp | 123 ucal_open( const UChar* zoneID, function
|
/external/icu4c/i18n/ |
ucal.cpp | 131 ucal_open( const UChar* zoneID, function
|
/external/icu4c/common/unicode/ |
urename.h | 523 #define ucal_open macro [all...] |