Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/time/tck/java/time/format/
DTCKZoneIdPrinterParser.java213 … String text, int expectedIndex, int expectedErrorIndex, ZoneId expected, boolean isZoneOffset) in test_ZoneId_parseSuccess_plain() argument
216 test(text, expectedIndex, expectedErrorIndex, expected, isZoneOffset); in test_ZoneId_parseSuccess_plain()
221 … String text, int expectedIndex, int expectedErrorIndex, ZoneId expected, boolean isZoneOffset) in test_ZoneId_parseSuccess_prefix() argument
228 expected, isZoneOffset); in test_ZoneId_parseSuccess_prefix()
233 … String text, int expectedIndex, int expectedErrorIndex, ZoneId expected, boolean isZoneOffset) in test_ZoneId_parseSuccess_suffix() argument
236 test(text + "XXX", expectedIndex, expectedErrorIndex, expected, isZoneOffset); in test_ZoneId_parseSuccess_suffix()
241 … String text, int expectedIndex, int expectedErrorIndex, ZoneId expected, boolean isZoneOffset) in test_ZoneId_parseSuccess_caseSensitive() argument
252 … test(text.toLowerCase(Locale.ENGLISH), expectedIndex, expectedErrorIndex, expected, isZoneOffset); in test_ZoneId_parseSuccess_caseSensitive() local
258 … String text, int expectedIndex, int expectedErrorIndex, ZoneId expected, boolean isZoneOffset) in test_ZoneId_parseSuccess_caseInsensitive() argument
261 … test(text.toLowerCase(Locale.ENGLISH), expectedIndex, expectedErrorIndex, expected, isZoneOffset); in test_ZoneId_parseSuccess_caseInsensitive() local
[all …]