Searched refs:setStrict (Results 1 – 8 of 8) sorted by relevance
82 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()
286 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 …]
188 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()
160 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()
108 protected void setStrict(boolean strict) { in setStrict() method in AbstractTestPrinterParser
418 setStrict(false); in test_parseSignsLenient()509 setStrict(false); in test_parseDigitsLenient()543 setStrict(false); in test_parseDigitsAdjacentLenient()
278 void setStrict(boolean strict) { in setStrict() method in DateTimeParseContext
2586 case 2: context.setStrict(true); break; in parse()2587 case 3: context.setStrict(false); break; in parse()