Home
last modified time | relevance | path

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

/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.java150 private void _test(DateFormat fmt, boolean timeOnly) { in _test() argument
234 … if (!timeOnly && !hasEra && getField(d[0], Calendar.ERA) == GregorianCalendar.BC) { in _test()
245 if (timeOnly) { in _test()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatRoundTripTest.java147 private void _test(DateFormat fmt, boolean timeOnly) { in _test() argument
231 … if (!timeOnly && !hasEra && getField(d[0], Calendar.ERA) == GregorianCalendar.BC) { in _test()
242 if (timeOnly) { in _test()
/external/icu/icu4c/source/test/intltest/
Ddtfmtrtts.cpp279 void DateFormatRoundTripTest::test(DateFormat *fmt, const Locale &origLocale, UBool timeOnly) in test() argument
396 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()
Ddtfmtrtts.h37 void test(DateFormat *fmt, const Locale &origLocale, UBool timeOnly = FALSE );