Home | History | Annotate | Download | only in intltest

Lines Matching refs:SimpleDateFormat

114     SimpleDateFormat *formatter;
115 SimpleDateFormat *resultFormatter = new SimpleDateFormat((UnicodeString)"yyyy", status);
117 dataerrln("Fail new SimpleDateFormat: %s", u_errorName(status));
126 formatter = new SimpleDateFormat(dformat[i], status);
127 if(failure(status, "new SimpleDateFormat")) return;
153 * Test Constructor SimpleDateFormat::SimpleDateFormat (const UnicodeString & pattern,
156 * should not change the SimpleDateFormat's behavior.
163 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), *symbols, status);
164 if(failure(status, "new SimpleDateFormat")) return;
188 * Test void SimpleDateFormat::setDateFormatSymbols ( const DateFormatSymbols & newFormatSymbols )
189 * Modifying the original DateFormatSymbols should not change the SimpleDateFormat's behavior.
195 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), status);
196 if(failure(status, "new SimpleDateFormat")) return;
226 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), symbols, status);
227 if(failure(status, "new SimpleDateFormat")) return;
255 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), status);
256 if(failure(status, "new SimpleDateFormat")) return;