Searched refs:groupingKey (Results 1 – 3 of 3) sorted by relevance
35 unisets::Key groupingKey = strictSeparators ? unisets::STRICT_ALL_SEPARATORS in DecimalMatcher() local40 groupingUniSet = unisets::get(groupingKey); in DecimalMatcher()57 if (groupingKey >= 0 && decimalKey >= 0) { in DecimalMatcher()
64 Key groupingKey = strictSeparators ? Key.STRICT_ALL_SEPARATORS : Key.ALL_SEPARATORS; in DecimalMatcher() local68 groupingUniSet = StaticUnicodeSets.get(groupingKey); in DecimalMatcher()80 if (groupingKey != null && decimalKey != null) { in DecimalMatcher()
66 Key groupingKey = strictSeparators ? Key.STRICT_ALL_SEPARATORS : Key.ALL_SEPARATORS; in DecimalMatcher() local70 groupingUniSet = StaticUnicodeSets.get(groupingKey); in DecimalMatcher()82 if (groupingKey != null && decimalKey != null) { in DecimalMatcher()