Searched refs:hasEra (Results 1 – 3 of 3) sorted by relevance
156 boolean hasEra = (pat.indexOf("G") != -1); in _test()224 … if (!timeOnly && !hasEra && getField(d[0], Calendar.ERA) == GregorianCalendar.BC) { in _test()
160 boolean hasEra = (pat.indexOf("G") != -1); in _test()228 … if (!timeOnly && !hasEra && getField(d[0], Calendar.ERA) == GregorianCalendar.BC) { in _test()
305 UBool hasEra = (pat.indexOf(UnicodeString("G")) != -1); in test() local408 if( ! hasEra && getField(d[0], UCAL_ERA) == GregorianCalendar::BC) in test()