Home
last modified time | relevance | path

Searched refs:timeOnly (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatRoundTripTest.java141 public void _test(DateFormat fmt, boolean timeOnly) { in _test() argument
224 … if (!timeOnly && !hasEra && getField(d[0], Calendar.ERA) == GregorianCalendar.BC) { in _test()
233 if (timeOnly) { in _test()
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DISO8601Converter.java94 boolean timeOnly = in parse()
99 if (!timeOnly) in parse()
163 else if (!timeOnly) in parse()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateFormatRoundTripTest.java145 public void _test(DateFormat fmt, boolean timeOnly) { in _test() argument
228 … if (!timeOnly && !hasEra && getField(d[0], Calendar.ERA) == GregorianCalendar.BC) { in _test()
237 if (timeOnly) { in _test()
/external/icu/icu4c/source/test/intltest/
Ddtfmtrtts.h35 void test(DateFormat *fmt, const Locale &origLocale, UBool timeOnly = FALSE );
Ddtfmtrtts.cpp277 void DateFormatRoundTripTest::test(DateFormat *fmt, const Locale &origLocale, UBool timeOnly) in test() argument
389 if(timeOnly && hasZoneDisplayName) { in test()
439 else if (timeOnly && !isGregorian && hasZoneDisplayName && maxSmatch == 1) { in test()