Searched refs:separatorSet (Results 1 – 4 of 4) sorted by relevance
43 private final UnicodeSet separatorSet; field in DecimalMatcher82 separatorSet = groupingUniSet; in DecimalMatcher()86 separatorSet = new UnicodeSet().addAll(groupingUniSet).addAll(decimalUniSet).freeze(); in DecimalMatcher()459 if (segment.startsWith(separatorSet) || UCharacter.isDigit(segment.getCodePoint())) { in smokeTest()
45 private final UnicodeSet separatorSet; field in DecimalMatcher84 separatorSet = groupingUniSet; in DecimalMatcher()88 separatorSet = new UnicodeSet().addAll(groupingUniSet).addAll(decimalUniSet).freeze(); in DecimalMatcher()461 if (segment.startsWith(separatorSet) || UCharacter.isDigit(segment.getCodePoint())) { in smokeTest()
59 separatorSet = groupingUniSet; in DecimalMatcher()68 separatorSet = set; in DecimalMatcher()439 if (segment.startsWith(*separatorSet) || u_isdigit(segment.getCodePoint())) { in smokeTest()
58 const UnicodeSet* separatorSet; variable