Searched refs:STRICT_ALL_SEPARATORS (Results 1 – 7 of 7) sorted by relevance
48 STRICT_ALL_SEPARATORS, enumConstant243 unicodeSets.put(Key.STRICT_ALL_SEPARATORS, in unicodeSets.put() argument262 computeUnion(Key.DIGITS, Key.STRICT_ALL_SEPARATORS)); in unicodeSets.put() argument
43 STRICT_ALL_SEPARATORS, enumConstant238 unicodeSets.put(Key.STRICT_ALL_SEPARATORS, in unicodeSets.put() argument257 computeUnion(Key.DIGITS, Key.STRICT_ALL_SEPARATORS)); in unicodeSets.put() argument
162 gUnicodeSets[STRICT_ALL_SEPARATORS] = computeUnion( in initNumberParseUniSets()180 gUnicodeSets[DIGITS_OR_STRICT_ALL_SEPARATORS] = computeUnion(DIGITS, STRICT_ALL_SEPARATORS); in initNumberParseUniSets()
40 STRICT_ALL_SEPARATORS, enumerator
35 unisets::Key groupingKey = strictSeparators ? unisets::STRICT_ALL_SEPARATORS in DecimalMatcher()
64 Key groupingKey = strictSeparators ? Key.STRICT_ALL_SEPARATORS : Key.ALL_SEPARATORS; in DecimalMatcher()
66 Key groupingKey = strictSeparators ? Key.STRICT_ALL_SEPARATORS : Key.ALL_SEPARATORS; in DecimalMatcher()