Home | History | Annotate | Download | only in format

Lines Matching defs:setBooleanAttribute

4722             sdfmt.setBooleanAttribute(BooleanAttribute.PARSE_ALLOW_WHITESPACE, item.leniency)
4723 .setBooleanAttribute(BooleanAttribute.PARSE_ALLOW_NUMERIC, item.leniency)
4724 .setBooleanAttribute(BooleanAttribute.PARSE_PARTIAL_LITERAL_MATCH, item.leniency);
4857 sdfmt.setBooleanAttribute(BooleanAttribute.PARSE_MULTIPLE_PATTERNS_FOR_MATCH, item.leniency);
4914 fmt.setBooleanAttribute(BooleanAttribute.PARSE_ALLOW_WHITESPACE, true);