Lines Matching refs:dateStyle
72 DateFormat::EStyle timeStyle, dateStyle; in testLocale() local
90 for(dateStyle = (DateFormat::EStyle)0; in testLocale()
91 dateStyle < (DateFormat::EStyle)4; in testLocale()
92 dateStyle = (DateFormat::EStyle) (dateStyle+1)) in testLocale()
94 fTestName = (UnicodeString) "Date test " + (int32_t) dateStyle + " (" + localeName + ")"; in testLocale()
95 fFormat = DateFormat::createDateInstance(dateStyle, locale); in testLocale()
99 for(dateStyle = (DateFormat::EStyle)0; in testLocale()
100 dateStyle < (DateFormat::EStyle)4; in testLocale()
101 dateStyle = (DateFormat::EStyle) (dateStyle+1)) in testLocale()
107 …fTestName = (UnicodeString) "DateTime test " + (int32_t) dateStyle + "/" + (int32_t) timeStyle + "… in testLocale()
108 fFormat = DateFormat::createDateTimeInstance(dateStyle, timeStyle, locale); in testLocale()