Home
last modified time | relevance | path

Searched refs:hasEra (Results 1 – 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateFormatRoundTripTest.java159 boolean hasEra = (pat.indexOf("G") != -1); in _test()
228 … if (!timeOnly && !hasEra && getField(d[0], Calendar.ERA) == GregorianCalendar.BC) { in _test()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatRoundTripTest.java158 boolean hasEra = (pat.indexOf("G") != -1); in _test()
227 … if (!timeOnly && !hasEra && getField(d[0], Calendar.ERA) == GregorianCalendar.BC) { in _test()
/external/icu/icu4c/source/test/intltest/
Ddtfmtrtts.cpp307 UBool hasEra = (pat.indexOf(UnicodeString("G")) != -1); in test() local
410 if( ! hasEra && getField(d[0], UCAL_ERA) == GregorianCalendar::BC) in test()