Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/time/test/java/time/format/
DTestSettingsParser.java82 setStrict(true); in test_print_strict()
110 setStrict(true); in test_parse_changeStyle_strict()
117 setStrict(false); in test_parse_changeStyle_lenient()
135 setStrict(true); in test_toString_strict()
140 setStrict(false); in test_toString_lenient()
DTestTextParser.java324 setStrict(true); in test_parse_full_strict_full_match()
331 setStrict(true); in test_parse_full_strict_short_noMatch()
338 setStrict(true); in test_parse_full_strict_number_noMatch()
346 setStrict(true); in test_parse_short_strict_full_match()
353 setStrict(true); in test_parse_short_strict_short_match()
360 setStrict(true); in test_parse_short_strict_number_noMatch()
368 setStrict(true); in test_parse_french_short_strict_full_noMatch()
376 setStrict(true); in test_parse_french_short_strict_short_match()
387 setStrict(false); in test_parse_full_lenient_full_match()
394 setStrict(false); in test_parse_full_lenient_short_match()
[all …]
DTestReducedParser.java188 setStrict(true); in test_parseAllStrict()
202 setStrict(false); in test_parseAllLenient()
275 setStrict(true); in test_parseStrict()
290 setStrict(true); in test_parseStrict_baseDate()
308 setStrict(false); in test_parseLenient()
323 setStrict(false); in test_parseLenient_baseDate()
370 setStrict(strict); in test_parseAdjacent()
DAbstractTestPrinterParser.java108 protected void setStrict(boolean strict) { in setStrict() method in AbstractTestPrinterParser
DTestNumberParser.java418 setStrict(false); in test_parseSignsLenient()
509 setStrict(false); in test_parseDigitsLenient()
543 setStrict(false); in test_parseDigitsAdjacentLenient()
/libcore/ojluni/src/main/java/java/time/format/
DDateTimeParseContext.java278 void setStrict(boolean strict) { in setStrict() method in DateTimeParseContext
DDateTimeFormatterBuilder.java2336 case 2: context.setStrict(true); break; in parse()
2337 case 3: context.setStrict(false); break; in parse()