Home | History | Annotate | Download | only in cintltst

Lines Matching refs:UCAL_DEFAULT

83     { "ja_JP@calendar=japanese", UCAL_DEFAULT,   "japanese"  },
85 { "th_TH", UCAL_DEFAULT, "gregorian" }, // android-changed
86 // { "th_TH", UCAL_DEFAULT, "buddhist" },
87 { "th-TH-u-ca-gregory", UCAL_DEFAULT, "gregorian" },
1882 UCalendar* ucal = ucal_open(tfdItemPtr->timezone, -1, tfdItemPtr->locale, UCAL_DEFAULT, &status);
1960 ucal = ucal_open(tzID, -1, NULL, UCAL_DEFAULT, &status);
2088 UCalendar *ucalTest = ucal_open(zoneGMT, -1, eraTestItemPtr->locale, UCAL_DEFAULT, &status);
2275 log_data_err("FAIL: ucal_open fails for zone GMT, locale %s, UCAL_DEFAULT\n", eraTestItemPtr->locale);