Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateFormatRoundTripTest.java144 private void _test(DateFormat fmt, boolean timeOnly) { in _test() argument
228 … if (!timeOnly && !hasEra && getField(d[0], Calendar.ERA) == GregorianCalendar.BC) { in _test()
239 if (timeOnly) { in _test()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatRoundTripTest.java143 private void _test(DateFormat fmt, boolean timeOnly) { in _test() argument
227 … if (!timeOnly && !hasEra && getField(d[0], Calendar.ERA) == GregorianCalendar.BC) { in _test()
238 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/icu4c/source/test/intltest/
Ddtfmtrtts.h37 void test(DateFormat *fmt, const Locale &origLocale, UBool timeOnly = FALSE );
Ddtfmtrtts.cpp279 void DateFormatRoundTripTest::test(DateFormat *fmt, const Locale &origLocale, UBool timeOnly) in test() argument
391 if(timeOnly && hasZoneDisplayName) { in test()
441 else if (timeOnly && !isGregorian && hasZoneDisplayName && maxSmatch == 1) { in test()