Searched refs:noOffsetText (Results 1 – 2 of 2) sorted by relevance
140 protected DateTimeFormatter getFormatter(String pattern, String noOffsetText) { in getFormatter() argument141 …return builder.appendOffset(pattern, noOffsetText).toFormatter(locale).withDecimalStyle(decimalSty… in getFormatter()
89 …public void test_parse_error(String pattern, String noOffsetText, String text, int pos, Class<?> e… in test_parse_error() argument91 getFormatter(pattern, noOffsetText).parseUnresolved(text, new ParsePosition(pos)); in test_parse_error()