Home
last modified time | relevance | path

Searched refs:noOffsetText (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/test/java/time/test/java/time/format/
DAbstractTestPrinterParser.java140 protected DateTimeFormatter getFormatter(String pattern, String noOffsetText) { in getFormatter() argument
141 …return builder.appendOffset(pattern, noOffsetText).toFormatter(locale).withDecimalStyle(decimalSty… in getFormatter()
DTestZoneOffsetParser.java89 …public void test_parse_error(String pattern, String noOffsetText, String text, int pos, Class<?> e… in test_parse_error() argument
91 getFormatter(pattern, noOffsetText).parseUnresolved(text, new ParsePosition(pos)); in test_parse_error()