Lines Matching refs:SimpleDateFormat
56 SimpleDateFormat def(status); in testAPI()
67 SimpleDateFormat pat(pattern, status); in testAPI()
73 SimpleDateFormat pat_fr(pattern, Locale::getFrench(), status); in testAPI()
85 SimpleDateFormat cust1(pattern, symbols, status); in testAPI()
92 SimpleDateFormat cust2(pattern, *symbols, status); in testAPI()
99 SimpleDateFormat ovr1(pattern, override, status); in testAPI()
105 SimpleDateFormat ovr2(pattern, override, Locale::getGerman(), status); in testAPI()
112 SimpleDateFormat ovr3(pattern, override_bogus, Locale::getGerman(), status); in testAPI()
118 SimpleDateFormat copy(pat); in testAPI()
252 DateFormat *test = new SimpleDateFormat(status); in testAPI()
257 if(test->getDynamicClassID() != SimpleDateFormat::getStaticClassID()) { in testAPI()
264 SimpleDateFormat object(UNICODE_STRING_SIMPLE("YYYY'W'wwe"), status); in testAPI()