Lines Matching refs:dateStyle
69 DateFormat::EStyle timeStyle, dateStyle; in testLocale() local
87 for(dateStyle = (DateFormat::EStyle)0; in testLocale()
88 dateStyle < (DateFormat::EStyle)4; in testLocale()
89 dateStyle = (DateFormat::EStyle) (dateStyle+1)) in testLocale()
91 fTestName = (UnicodeString) "Date test " + (int32_t) dateStyle + " (" + localeName + ")"; in testLocale()
92 fFormat = DateFormat::createDateInstance(dateStyle, locale); in testLocale()
96 for(dateStyle = (DateFormat::EStyle)0; in testLocale()
97 dateStyle < (DateFormat::EStyle)4; in testLocale()
98 dateStyle = (DateFormat::EStyle) (dateStyle+1)) in testLocale()
104 …fTestName = (UnicodeString) "DateTime test " + (int32_t) dateStyle + "/" + (int32_t) timeStyle + "… in testLocale()
105 fFormat = DateFormat::createDateTimeInstance(dateStyle, timeStyle, locale); in testLocale()