Searched refs:PARSE_FLAG_MONETARY_SEPARATORS (Results 1 – 9 of 9) sorted by relevance
16 public static final int PARSE_FLAG_MONETARY_SEPARATORS = 0x0002; field in ParsingUtils
58 if (0 != (parseFlags & ParsingUtils.PARSE_FLAG_MONETARY_SEPARATORS)) { in DecimalMatcher()
177 parseFlags |= ParsingUtils.PARSE_FLAG_MONETARY_SEPARATORS; in createParserFromProperties()
14 public static final int PARSE_FLAG_MONETARY_SEPARATORS = 0x0002; field in ParsingUtils
56 if (0 != (parseFlags & ParsingUtils.PARSE_FLAG_MONETARY_SEPARATORS)) { in DecimalMatcher()
175 parseFlags |= ParsingUtils.PARSE_FLAG_MONETARY_SEPARATORS; in createParserFromProperties()
39 PARSE_FLAG_MONETARY_SEPARATORS = 0x0002, enumerator
27 if (0 != (parseFlags & PARSE_FLAG_MONETARY_SEPARATORS)) { in DecimalMatcher()
124 parseFlags |= PARSE_FLAG_MONETARY_SEPARATORS; in createParserFromProperties()