Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ucal_open

427     UCalendar * ucal = ucal_open(trdfZone, -1, trdfLocale, UCAL_GREGORIAN, &status);
872 cal = ucal_open(NULL, 0, "en_US", UCAL_GREGORIAN, &ec);
874 log_err("FAIL: ucal_open(en_US) failed with %s\n",
992 tempCal = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &ec);
997 calendar = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &ec);
1043 UCalendar *cal = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &status);
1553 ucal_open(zoneGMT, -1, "root", UCAL_GREGORIAN, &status);
1598 log_data_err("FAIL: ucal_open for locale root, status %s\n", u_errorName(status) );
1724 cal = ucal_open(NULL, 0, "en_US", UCAL_GREGORIAN, &status);
1725 if (!assertSuccess("ucal_open()", &status)) {
1785 UCalendar* ucal = ucal_open(zoneGMT, -1, localeForFields, UCAL_DEFAULT, &status);
1787 log_data_err("udat_open or ucal_open fails for locale %s, status %s (Are you missing data?)\n", localeForFields, u_errorName(status));