Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ucal_open

427     UCalendar * ucal = ucal_open(trdfZone, -1, trdfLocale, UCAL_GREGORIAN, &status);
868 cal = ucal_open(NULL, 0, "en_US", UCAL_GREGORIAN, &ec);
870 log_err("FAIL: ucal_open(en_US) failed with %s\n",
988 tempCal = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &ec);
993 calendar = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &ec);
1039 UCalendar *cal = ucal_open(NULL, -1, NULL, UCAL_GREGORIAN, &status);
1549 UCalendar* ucal = ucal_open(zoneGMT, -1, "root", UCAL_GREGORIAN, &status);
1594 log_data_err("FAIL: ucal_open for locale root, status %s\n", u_errorName(status) );
1720 cal = ucal_open(NULL, 0, "en_US", UCAL_GREGORIAN, &status);
1721 if (!assertSuccess("ucal_open()", &status)) {
1777 UCalendar* ucal = ucal_open(zoneGMT, -1, localeForFields, UCAL_DEFAULT, &status);
1779 log_data_err("udat_open or ucal_open fails for locale %s, status %s (Are you missing data?)\n", localeForFields, u_errorName(status));