Searched refs:leadSet (Results 1 – 4 of 4) sorted by relevance
44 private final UnicodeSet leadSet; field in DecimalMatcher83 leadSet = StaticUnicodeSets.get(strictSeparators ? Key.DIGITS_OR_ALL_SEPARATORS in DecimalMatcher()87 leadSet = null; in DecimalMatcher()456 if (digitStrings == null && leadSet != null) { in smokeTest()457 return segment.startsWith(leadSet); in smokeTest()
46 private final UnicodeSet leadSet; field in DecimalMatcher85 leadSet = StaticUnicodeSets.get(strictSeparators ? Key.DIGITS_OR_ALL_SEPARATORS in DecimalMatcher()89 leadSet = null; in DecimalMatcher()458 if (digitStrings == null && leadSet != null) { in smokeTest()459 return segment.startsWith(leadSet); in smokeTest()
60 leadSet = unisets::get( in DecimalMatcher()70 leadSet = nullptr; in DecimalMatcher()436 if (fLocalDigitStrings.isNull() && leadSet != nullptr) { in smokeTest()437 return segment.startsWith(*leadSet); in smokeTest()
59 const UnicodeSet* leadSet; variable