Lines Matching refs:SimpleDateFormat
54 SimpleDateFormat def(status); in testAPI()
65 SimpleDateFormat pat(pattern, status); in testAPI()
71 SimpleDateFormat pat_fr(pattern, Locale::getFrench(), status); in testAPI()
83 SimpleDateFormat cust1(pattern, symbols, status); in testAPI()
90 SimpleDateFormat cust2(pattern, *symbols, status); in testAPI()
97 SimpleDateFormat ovr1(pattern, override, status); in testAPI()
103 SimpleDateFormat ovr2(pattern, override, Locale::getGerman(), status); in testAPI()
110 SimpleDateFormat ovr3(pattern, override_bogus, Locale::getGerman(), status); in testAPI()
116 SimpleDateFormat copy(pat); in testAPI()
250 DateFormat *test = new SimpleDateFormat(status); in testAPI()
255 if(test->getDynamicClassID() != SimpleDateFormat::getStaticClassID()) { in testAPI()
262 SimpleDateFormat object(UNICODE_STRING_SIMPLE("YYYY'W'wwe"), status); in testAPI()