Searched refs:PARSE_FLAG_STRICT_SEPARATORS (Results 1 – 9 of 9) sorted by relevance
17 public static final int PARSE_FLAG_STRICT_SEPARATORS = 0x0004; field in ParsingUtils
65 boolean strictSeparators = 0 != (parseFlags & ParsingUtils.PARSE_FLAG_STRICT_SEPARATORS); in DecimalMatcher()
167 parseFlags |= ParsingUtils.PARSE_FLAG_STRICT_SEPARATORS; in createParserFromProperties()
15 public static final int PARSE_FLAG_STRICT_SEPARATORS = 0x0004; field in ParsingUtils
63 boolean strictSeparators = 0 != (parseFlags & ParsingUtils.PARSE_FLAG_STRICT_SEPARATORS); in DecimalMatcher()
165 parseFlags |= ParsingUtils.PARSE_FLAG_STRICT_SEPARATORS; in createParserFromProperties()
40 PARSE_FLAG_STRICT_SEPARATORS = 0x0004, enumerator
34 bool strictSeparators = 0 != (parseFlags & PARSE_FLAG_STRICT_SEPARATORS); in DecimalMatcher()
114 parseFlags |= PARSE_FLAG_STRICT_SEPARATORS; in createParserFromProperties()