Searched refs:setStrict (Results 1 – 7 of 7) 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()
324 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 …]
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()
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
2336 case 2: context.setStrict(true); break; in parse()2337 case 3: context.setStrict(false); break; in parse()