Searched refs:DIGITS_OR_ALL_SEPARATORS (Results 1 – 7 of 7) sorted by relevance
68 DIGITS_OR_ALL_SEPARATORS, enumConstant260 unicodeSets.put(Key.DIGITS_OR_ALL_SEPARATORS, computeUnion(Key.DIGITS, Key.ALL_SEPARATORS)); in unicodeSets.put() argument
59 DIGITS_OR_ALL_SEPARATORS, enumerator
179 gUnicodeSets[DIGITS_OR_ALL_SEPARATORS] = computeUnion(DIGITS, ALL_SEPARATORS); in initNumberParseUniSets()
63 DIGITS_OR_ALL_SEPARATORS, enumConstant255 unicodeSets.put(Key.DIGITS_OR_ALL_SEPARATORS, computeUnion(Key.DIGITS, Key.ALL_SEPARATORS)); in unicodeSets.put() argument
61 strictSeparators ? unisets::DIGITS_OR_ALL_SEPARATORS in DecimalMatcher()
83 leadSet = StaticUnicodeSets.get(strictSeparators ? Key.DIGITS_OR_ALL_SEPARATORS in DecimalMatcher()
85 leadSet = StaticUnicodeSets.get(strictSeparators ? Key.DIGITS_OR_ALL_SEPARATORS in DecimalMatcher()