Home
last modified time | relevance | path

Searched refs:setStrict (Results 1 – 8 of 8) 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.java286 setStrict(true); in test_parse_full_strict_full_match()
293 setStrict(true); in test_parse_full_strict_short_noMatch()
300 setStrict(true); in test_parse_full_strict_number_noMatch()
308 setStrict(true); in test_parse_short_strict_full_match()
315 setStrict(true); in test_parse_short_strict_short_match()
322 setStrict(true); in test_parse_short_strict_number_noMatch()
330 setStrict(false); in test_parse_full_lenient_full_match()
337 setStrict(false); in test_parse_full_lenient_short_match()
344 setStrict(false); in test_parse_full_lenient_number_match()
352 setStrict(false); in test_parse_short_lenient_full_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()
DTestTextParserWithLocale.java160 setStrict(true); in test_parse_french_short_strict_full_noMatch()
168 setStrict(true); in test_parse_french_short_strict_short_match()
181 setStrict(false); in test_parseLenientText()
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.java2586 case 2: context.setStrict(true); break; in parse()
2587 case 3: context.setStrict(false); break; in parse()