Searched refs:offsetSeconds (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/test/java/time/tck/java/time/format/ |
D | TCKDateTimeFormatterBuilder.java | 1454 public void test_lenient_offset_parse_1(String pattern, String offset, int offsetSeconds) { in test_lenient_offset_parse_1() argument 1456 offsetSeconds); in test_lenient_offset_parse_1() 1466 … void test_strictDoubleDigitHour_offset_parse_1(String pattern, String offset, int offsetSeconds) { in test_strictDoubleDigitHour_offset_parse_1() argument 1468 .parse(offset).get(OFFSET_SECONDS), offsetSeconds); in test_strictDoubleDigitHour_offset_parse_1() 1472 … void test_strictDoubleDigitHour_offset_parse_2(String pattern, String offset, int offsetSeconds) { in test_strictDoubleDigitHour_offset_parse_2() argument 1474 … .appendLiteral("text").toFormatter().parse(offset + "text").get(OFFSET_SECONDS), offsetSeconds); in test_strictDoubleDigitHour_offset_parse_2() 1478 … void test_strictSingleDigitHour_offset_parse_1(String pattern, String offset, int offsetSeconds) { in test_strictSingleDigitHour_offset_parse_1() argument 1480 .parse(offset).get(OFFSET_SECONDS), offsetSeconds); in test_strictSingleDigitHour_offset_parse_1() 1484 … void test_strictSingleDigitHour_offset_parse_2(String pattern, String offset, int offsetSeconds) { in test_strictSingleDigitHour_offset_parse_2() argument 1486 … .appendLiteral("text").toFormatter().parse(offset + "text").get(OFFSET_SECONDS), offsetSeconds); in test_strictSingleDigitHour_offset_parse_2() [all …]
|