Searched refs:hasEra (Results 1 – 3 of 3) sorted by relevance
165 boolean hasEra = (pat.indexOf("G") != -1); in _test()234 … if (!timeOnly && !hasEra && getField(d[0], Calendar.ERA) == GregorianCalendar.BC) { in _test()
162 boolean hasEra = (pat.indexOf("G") != -1); in _test()231 … if (!timeOnly && !hasEra && getField(d[0], Calendar.ERA) == GregorianCalendar.BC) { in _test()
307 UBool hasEra = (pat.indexOf(UnicodeString("G")) != -1); in test() local415 if( ! hasEra && getField(d[0], UCAL_ERA) == GregorianCalendar::BC) in test()