Searched refs:timeOnly (Results 1 – 5 of 5) sorted by relevance
94 boolean timeOnly = in parse()99 if (!timeOnly) in parse()163 else if (!timeOnly) in parse()
150 private void _test(DateFormat fmt, boolean timeOnly) { in _test() argument234 … if (!timeOnly && !hasEra && getField(d[0], Calendar.ERA) == GregorianCalendar.BC) { in _test()245 if (timeOnly) { in _test()
147 private void _test(DateFormat fmt, boolean timeOnly) { in _test() argument231 … if (!timeOnly && !hasEra && getField(d[0], Calendar.ERA) == GregorianCalendar.BC) { in _test()242 if (timeOnly) { in _test()
279 void DateFormatRoundTripTest::test(DateFormat *fmt, const Locale &origLocale, UBool timeOnly) in test() argument396 if(timeOnly && hasZoneDisplayName) { in test()446 else if (timeOnly && !isGregorian && hasZoneDisplayName && maxSmatch == 1) { in test()473 … } else if (timeOnly && uprv_strcmp(origLocale.getName(),"ar_JO@calendar=islamic-civil")==0 && in test()
37 void test(DateFormat *fmt, const Locale &origLocale, UBool timeOnly = FALSE );