Home | History | Annotate | Download | only in intltest

Lines Matching refs:DateFormatSymbols

154      *                                    const DateFormatSymbols & formatData, UErrorCode & status )
155 * The DateFormatSymbols object is NOT adopted; Modifying the original DateFormatSymbols
161 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status);
163 dataerrln("Unable to create DateFormatSymbols - %s", u_errorName(status));
191 * Test void SimpleDateFormat::setDateFormatSymbols ( const DateFormatSymbols & newFormatSymbols )
192 * Modifying the original DateFormatSymbols should not change the SimpleDateFormat's behavior.
196 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status);
197 if(failure(status, "new DateFormatSymbols")) return;
227 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status);
228 if(failure(status, "new DateFormatSymbols")) return;
256 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status);
257 failure(status, "new DateFormatSymbols");
328 DateFormatSymbols *symbols = new DateFormatSymbols(Locale::getJapan(), status);
330 dataerrln("Failure creating DateFormatSymbols, %s", u_errorName(status));
334 failure(status, "new DateFormatSymbols");