Uses of Class
com.ibm.icu.text.UnicodeSet
Packages that use UnicodeSet
Package
Description
-
Uses of UnicodeSet in com.ibm.icu.charset
Fields in com.ibm.icu.charset declared as UnicodeSetModifier and TypeFieldDescriptionprivate static UnicodeSetCharsetISCII.PNJ_BINDI_TIPPI_SETprivate static UnicodeSetCharsetISCII.PNJ_CONSONANT_SETMethods in com.ibm.icu.charset with parameters of type UnicodeSetModifier and TypeMethodDescription(package private) static voidCharsetMBCS.extGetUnicodeSet(UnicodeSet setFillIn, int which, int filter, UConverterSharedData Data) (package private) static voidCharsetMBCS.extGetUnicodeSetString(ByteBuffer cx, UnicodeSet setFillIn, boolean useFallback, int minLength, int c, char[] s, int length, int sectionIndex) private voidCharsetSelector.generateSelectorData(PropsVectors pvec, UnicodeSet excludedCodePoints, int mappingTypes) (package private) static voidCharsetICU.getCompleteUnicodeSet(UnicodeSet setFillIn) (package private) static voidCharsetICU.getNonSurrogateUnicodeSet(UnicodeSet setFillIn) voidCharsetICU.getUnicodeSet(UnicodeSet setFillIn, int which) Returns the set of Unicode code points that can be converted by an ICU Converter.(package private) voidCharset88591.getUnicodeSetImpl(UnicodeSet setFillIn, int which) (package private) voidCharsetASCII.getUnicodeSetImpl(UnicodeSet setFillIn, int which) (package private) voidCharsetBOCU1.getUnicodeSetImpl(UnicodeSet setFillIn, int which) (package private) voidCharsetCESU8.getUnicodeSetImpl(UnicodeSet setFillIn, int which) (package private) voidCharsetCompoundText.getUnicodeSetImpl(UnicodeSet setFillIn, int which) (package private) voidCharsetHZ.getUnicodeSetImpl(UnicodeSet setFillIn, int which) (package private) abstract voidCharsetICU.getUnicodeSetImpl(UnicodeSet setFillIn, int which) This follows ucnv.c method ucnv_detectUnicodeSignature() to detect the start of the stream for example U+FEFF (the Unicode BOM/signature character) that can be ignored.(package private) voidCharsetISCII.getUnicodeSetImpl(UnicodeSet setFillIn, int which) (package private) voidCharsetISO2022.getUnicodeSetImpl(UnicodeSet setFillIn, int which) (package private) voidCharsetLMBCS.getUnicodeSetImpl(UnicodeSet setFillIn, int which) (package private) voidCharsetMBCS.getUnicodeSetImpl(UnicodeSet setFillIn, int which) (package private) voidCharsetSCSU.getUnicodeSetImpl(UnicodeSet setFillIn, int which) (package private) voidCharsetUTF16.getUnicodeSetImpl(UnicodeSet setFillIn, int which) (package private) voidCharsetUTF32.getUnicodeSetImpl(UnicodeSet setFillIn, int which) (package private) voidCharsetUTF7.getUnicodeSetImpl(UnicodeSet setFillIn, int which) (package private) voidCharsetUTF8.getUnicodeSetImpl(UnicodeSet setFillIn, int which) (package private) voidCharsetMBCS.MBCSGetFilteredUnicodeSetForUnicode(UConverterSharedData data, UnicodeSet setFillIn, int which, int filter) (package private) voidCharsetMBCS.MBCSGetUnicodeSetForUnicode(UConverterSharedData data, UnicodeSet setFillIn, int which) Constructors in com.ibm.icu.charset with parameters of type UnicodeSetModifierConstructorDescriptionCharsetSelector(List<String> charsetList, UnicodeSet excludedCodePoints, int mappingTypes) Construct a CharsetSelector from a list of charset names. -
Uses of UnicodeSet in com.ibm.icu.dev.demo.translit
Methods in com.ibm.icu.dev.demo.translit that return UnicodeSetModifier and TypeMethodDescription(package private) static UnicodeSetDemo.closeUnicodeSet(UnicodeSet source, int options) Methods in com.ibm.icu.dev.demo.translit with parameters of type UnicodeSetModifier and TypeMethodDescription(package private) static UnicodeSetDemo.closeUnicodeSet(UnicodeSet source, int options) (package private) static voidDemo.printNames(UnicodeSet s, String targetFile) (package private) static voidDemo.showSets(PrintWriter out, Transliterator translit, Transliterator inverse, UnicodeSet sourceSuper, UnicodeSet targetSuper, int options) (package private) static StringDemo.toPattern(UnicodeSet source, UnicodeSet superset) -
Uses of UnicodeSet in com.ibm.icu.dev.test.perf
Fields in com.ibm.icu.dev.test.perf declared as UnicodeSetModifier and TypeFieldDescription(package private) UnicodeSetUnicodeSetPerf.testChars(package private) UnicodeSetUnicodeSetPerf.us -
Uses of UnicodeSet in com.ibm.icu.dev.tool.charsetdet.sbcs
Fields in com.ibm.icu.dev.tool.charsetdet.sbcs declared as UnicodeSet -
Uses of UnicodeSet in com.ibm.icu.dev.tool.layout
Methods in com.ibm.icu.dev.tool.layout with parameters of type UnicodeSetModifier and TypeMethodDescriptionstatic ArabicCharacterDataArabicCharacterData.factory(UnicodeSet characterSet) static CanonicalCharacterDataCanonicalCharacterData.factory(UnicodeSet characterSet) -
Uses of UnicodeSet in com.ibm.icu.dev.tool.translit
Fields in com.ibm.icu.dev.tool.translit declared as UnicodeSetModifier and TypeFieldDescription(package private) static UnicodeSetWriteIndicCharts.beng(package private) static UnicodeSetWriteIndicCharts.deva(package private) static UnicodeSetUnicodeSetClosure.generatedSet(package private) static UnicodeSetWriteIndicCharts.gujr(package private) static UnicodeSetWriteIndicCharts.guru(package private) static UnicodeSetWriteIndicCharts.inter(package private) static UnicodeSetWriteIndicCharts.knda(package private) static UnicodeSetWriteIndicCharts.mlym(package private) static UnicodeSetWriteIndicCharts.orya(package private) static UnicodeSetWriteIndicCharts.taml(package private) static UnicodeSetWriteIndicCharts.teluMethods in com.ibm.icu.dev.tool.translit that return UnicodeSetModifier and TypeMethodDescription(package private) static UnicodeSetUnicodeSetCloseOver.getCaseSensitive()Create the set of case-sensitive characters.Methods in com.ibm.icu.dev.tool.translit with parameters of type UnicodeSetModifier and TypeMethodDescriptionstatic voidUnicodeSetClosure.addAll(UnicodeSet s, String str) static voidUnicodeSetClosure.close(UnicodeSet s, UnicodeSetClosure.Char32ToString f) static voidUnicodeSetClosure.close(UnicodeSet s, Normalizer.Mode m, boolean lowerFirst) static voidUnicodeSetClosure.close2(UnicodeSet s, UnicodeSetClosure.Char32ToString f, int lc, int mode) static booleanUnicodeSetClosure.containsSome(UnicodeSet s, String str) (package private) static voidUnicodeSetCloseOver.emitRangesString(PrintStream out, UnicodeSet set, String id) Given a UnicodeSet, emit it as a Java string.(package private) static voidUnicodeSetCloseOver.emitUCharRangesArray(PrintStream out, UnicodeSet set, String id) Given a UnicodeSet, emit it as an array of UChar pairs.static voidWriteIndicCharts.writeCharts(Transliterator trans, UnicodeSet target, int index) -
Uses of UnicodeSet in com.ibm.icu.dev.util
Methods in com.ibm.icu.dev.util with type parameters of type UnicodeSetModifier and TypeMethodDescription<U extends Map<T,UnicodeSet>>
UUnicodeMap.addInverseTo(U target) Gets the inverse of this map, adding to the target.Methods in com.ibm.icu.dev.util that return UnicodeSetModifier and TypeMethodDescriptionOld form for compatibilityUnicodeMap.getSet(T value, UnicodeSet result) Old form for compatibilityUnicodeMap.keySet()Returns the keyset consisting of all the keys that would produce (non-null) values.Returns the keyset consisting of all the keys that would produce the given value.UnicodeMap.keySet(T value, UnicodeSet result) Returns the keyset consisting of all the keys that would produce the given value.Methods in com.ibm.icu.dev.util that return types with arguments of type UnicodeSetModifier and TypeMethodDescriptionstatic <T> Map<T, UnicodeSet> UnicodeMap.freeze(Map<T, UnicodeSet> target) Freeze an inverse map.Methods in com.ibm.icu.dev.util with parameters of type UnicodeSetModifier and TypeMethodDescriptionUnicodeMap.composeWith(UnicodeSet set, T value, UnicodeMap.Composer<T> composer) UnicodeMap.getSet(T value, UnicodeSet result) Old form for compatibilityUnicodeMap.keySet(T value, UnicodeSet result) Returns the keyset consisting of all the keys that would produce the given value.UnicodeMap.putAll(UnicodeSet codepoints, T value) Adds bunch o' codepoints; otherwise like put.UnicodeMap.putAllFiltered(UnicodeMap<T> prop, UnicodeSet filter) Add all the (main) values from a Unicode propertyfinal UnicodeMap<T> UnicodeMap.removeAll(UnicodeSet set) final UnicodeMap<T> UnicodeMap.retainAll(UnicodeSet set) Method parameters in com.ibm.icu.dev.util with type arguments of type UnicodeSetModifier and TypeMethodDescriptionstatic <T> Map<T, UnicodeSet> UnicodeMap.freeze(Map<T, UnicodeSet> target) Freeze an inverse map.UnicodeMap.putAllInverse(Map<T, UnicodeSet> source) -
Uses of UnicodeSet in com.ibm.icu.impl
Fields in com.ibm.icu.impl declared as UnicodeSetModifier and TypeFieldDescriptionprivate UnicodeSetPatternTokenizer.escapeCharactersprivate UnicodeSetPatternTokenizer.extraQuotingCharactersprivate UnicodeSetPatternTokenizer.ignorableCharactersprivate static final UnicodeSet[]CharacterPropertiesImpl.inclusionsA set of all characters _except_ the second through last characters of certain ranges.private UnicodeSetPatternTokenizer.needingQuoteCharactersprivate UnicodeSetUnicodeSetStringSpan.spanNotSetSet for span(not contained).private UnicodeSetUnicodeSetStringSpan.spanSetSet for span().private UnicodeSetPatternTokenizer.syntaxCharactersFields in com.ibm.icu.impl with type parameters of type UnicodeSetModifier and TypeFieldDescriptionprivate ArrayList<UnicodeSet> Normalizer2Impl.canonStartSetsprivate static final Map<StaticUnicodeSets.Key, UnicodeSet> StaticUnicodeSets.unicodeSetsMethods in com.ibm.icu.impl that return UnicodeSetModifier and TypeMethodDescriptionEmojiProps.addPropertyStarts(UnicodeSet set) UCharacterProperty.addPropertyStarts(UnicodeSet set) UCharacterProperty.LayoutProps.addPropertyStarts(int src, UnicodeSet set) private static UnicodeSetStaticUnicodeSets.computeUnion(StaticUnicodeSets.Key k1, StaticUnicodeSets.Key k2) private static UnicodeSetStaticUnicodeSets.computeUnion(StaticUnicodeSets.Key k1, StaticUnicodeSets.Key k2, StaticUnicodeSets.Key k3) static UnicodeSetStaticUnicodeSets.get(StaticUnicodeSets.Key key) Gets the static-allocated UnicodeSet according to the provided key.PatternTokenizer.getEscapeCharacters()PatternTokenizer.getExtraQuotingCharacters()PatternTokenizer.getIgnorableCharacters()static UnicodeSetCharacterPropertiesImpl.getInclusionsForProperty(int prop) Returns a mutable UnicodeSet -- do not modify!private static UnicodeSetCharacterPropertiesImpl.getInclusionsForSource(int src) private static UnicodeSetCharacterPropertiesImpl.getIntPropInclusions(int prop) PatternTokenizer.getSyntaxCharacters()(package private) static UnicodeSetUCharacterProperty.ulayout_addPropertyStarts(int src, UnicodeSet set) Methods in com.ibm.icu.impl with parameters of type UnicodeSetModifier and TypeMethodDescriptionvoidNormalizer2Impl.addCanonIterPropertyStarts(UnicodeSet set) final voidUCaseProps.addCaseClosure(int c, UnicodeSet set) Adds all simple case mappings and the full case folding for c to sa, and also adds special case closure mappings.private voidNormalizer2Impl.addComposites(int list, UnicodeSet set) voidNormalizer2Impl.addLcccChars(UnicodeSet set) EmojiProps.addPropertyStarts(UnicodeSet set) voidNormalizer2Impl.addPropertyStarts(UnicodeSet set) final voidUBiDiProps.addPropertyStarts(UnicodeSet set) final voidUCaseProps.addPropertyStarts(UnicodeSet set) UCharacterProperty.addPropertyStarts(UnicodeSet set) UCharacterProperty.LayoutProps.addPropertyStarts(int src, UnicodeSet set) final voidUCaseProps.addSimpleCaseClosure(int c, UnicodeSet set) final booleanUCaseProps.addStringCaseClosure(String s, UnicodeSet set) Maps the string to single code points and adds the associated case closure mappings.voidEmojiProps.addStrings(int which, UnicodeSet set) private voidUCharacterName.convert(int[] set, UnicodeSet uset) Converts the char set cset into a Unicode set uset.booleanNormalizer2Impl.getCanonStartSet(int c, UnicodeSet set) Returns true if there are characters whose decomposition starts with c.voidUCharacterName.getCharNameCharacters(UnicodeSet set) Fills set with characters that are used in Unicode character names.voidUCharacterName.getISOCommentCharacters(UnicodeSet set) Fills set with characters that are used in Unicode character names.(package private) static voidUCharacterProperty.mathCompat_addPropertyStarts(UnicodeSet set) private intUnicodeRegex.processSet(String regex, int i, StringBuilder result, UnicodeSet temp, ParsePosition pos) voidTextTrieMap.Node.putLeadCodePoints(UnicodeSet output) voidTextTrieMap.putLeadCodePoints(UnicodeSet output) PatternTokenizer.setEscapeCharacters(UnicodeSet escapeCharacters) Set characters to be escaped in literals, in quoteLiteral and normalize, eg new UnicodeSet("[^\\u0020-\\u007E]");PatternTokenizer.setExtraQuotingCharacters(UnicodeSet syntaxCharacters) Sets the extra characters to be quoted in literalsPatternTokenizer.setIgnorableCharacters(UnicodeSet ignorableCharacters) Sets the characters to be ignored in parsing, eg new UnicodeSet("[:pattern_whitespace:]");PatternTokenizer.setSyntaxCharacters(UnicodeSet syntaxCharacters) Sets the characters to be interpreted as syntax characters in parsing, eg new UnicodeSet("[:pattern_syntax:]")(package private) static intUnicodeSetStringSpan.spanOne(UnicodeSet set, CharSequence s, int start, int length) Does the set contain the next code point? If so, return its length; otherwise return its negative length.(package private) static intUnicodeSetStringSpan.spanOneBack(UnicodeSet set, CharSequence s, int length) booleanStringSegment.startsWith(UnicodeSet uniset) Returns true if the first code point of this StringSegment is in the given UnicodeSet.(package private) static UnicodeSetUCharacterProperty.ulayout_addPropertyStarts(int src, UnicodeSet set) voidUCharacterProperty.upropsvec_addPropertyStarts(UnicodeSet set) Constructors in com.ibm.icu.impl with parameters of type UnicodeSetModifierConstructorDescriptionUnicodeSetStringSpan(UnicodeSet set, ArrayList<String> setStrings, int which) Constructs for all variants of span(), or only for any one variant. -
Uses of UnicodeSet in com.ibm.icu.impl.breakiter
Fields in com.ibm.icu.impl.breakiter declared as UnicodeSetModifier and TypeFieldDescriptionprivate UnicodeSetBurmeseBreakEngine.fBeginWordSetprivate UnicodeSetKhmerBreakEngine.fBeginWordSetprivate UnicodeSetLaoBreakEngine.fBeginWordSetprivate UnicodeSetThaiBreakEngine.fBeginWordSetprivate UnicodeSetCjkBreakEngine.fClosePunctuationSetprivate UnicodeSetMlBreakEngine.fClosePunctuationSetprivate UnicodeSetCjkBreakEngine.fDigitOrOpenPunctuationOrAlphabetSetprivate UnicodeSetMlBreakEngine.fDigitOrOpenPunctuationOrAlphabetSetprivate UnicodeSetBurmeseBreakEngine.fEndWordSetprivate UnicodeSetKhmerBreakEngine.fEndWordSetprivate UnicodeSetLaoBreakEngine.fEndWordSetprivate UnicodeSetThaiBreakEngine.fEndWordSet(package private) UnicodeSetUnhandledBreakEngine.fHandledprivate UnicodeSetCjkBreakEngine.fHangulWordSetprivate UnicodeSetBurmeseBreakEngine.fMarkSetprivate UnicodeSetKhmerBreakEngine.fMarkSetprivate UnicodeSetLaoBreakEngine.fMarkSetprivate UnicodeSetThaiBreakEngine.fMarkSet(package private) UnicodeSetDictionaryBreakEngine.fSetprivate UnicodeSetThaiBreakEngine.fSuffixSetMethods in com.ibm.icu.impl.breakiter with parameters of type UnicodeSetModifier and TypeMethodDescription(package private) voidDictionaryBreakEngine.setCharacters(UnicodeSet set) Constructors in com.ibm.icu.impl.breakiter with parameters of type UnicodeSetModifierConstructorDescriptionLSTMBreakEngine(int script, UnicodeSet set, LSTMBreakEngine.LSTMData data) MlBreakEngine(UnicodeSet digitOrOpenPunctuationOrAlphabetSet, UnicodeSet closePunctuationSet) Constructor for Chinese and Japanese phrase breaking. -
Uses of UnicodeSet in com.ibm.icu.impl.coll
Fields in com.ibm.icu.impl.coll declared as UnicodeSetModifier and TypeFieldDescriptionprivate static final UnicodeSetCollationBuilder.COMPOSITESprotected UnicodeSetCollationDataBuilder.contextCharsprivate UnicodeSetContractionsAndExpansions.contractionsprivate UnicodeSetContractionsAndExpansions.expansionsprivate UnicodeSetCollationBuilder.optimizeSetprivate UnicodeSetContractionsAndExpansions.rangesprivate UnicodeSetContractionsAndExpansions.tailoredprivate UnicodeSetTailoredSet.tailored(package private) UnicodeSetCollationData.unsafeBackwardSetSet of code points that are unsafe for starting string comparison after an identical prefix, or in backwards CE iteration.protected UnicodeSetCollationDataBuilder.unsafeBackwardSet(package private) UnicodeSetCollationTailoring.unsafeBackwardSetMethods in com.ibm.icu.impl.coll with parameters of type UnicodeSetModifier and TypeMethodDescription(package private) voidContractionsAndExpansions.addStrings(int start, int end, UnicodeSet set) (package private) voidCollationBuilder.optimize(UnicodeSet set) Implements CollationRuleParser.Sink.(package private) voidCollationDataBuilder.optimize(UnicodeSet set) (package private) voidCollationRuleParser.Sink.optimize(UnicodeSet set) private intCollationRuleParser.parseUnicodeSet(int i, UnicodeSet set) (package private) voidCollationBuilder.suppressContractions(UnicodeSet set) Implements CollationRuleParser.Sink.(package private) voidCollationDataBuilder.suppressContractions(UnicodeSet set) (package private) voidCollationRuleParser.Sink.suppressContractions(UnicodeSet set) Constructors in com.ibm.icu.impl.coll with parameters of type UnicodeSetModifierConstructorDescriptionContractionsAndExpansions(UnicodeSet con, UnicodeSet exp, ContractionsAndExpansions.CESink s, boolean prefixes) -
Uses of UnicodeSet in com.ibm.icu.impl.number
Fields in com.ibm.icu.impl.number declared as UnicodeSetModifier and TypeFieldDescriptionprivate final UnicodeSetCurrencySpacingEnabledModifier.afterPrefixUnicodeSetprivate final UnicodeSetCurrencySpacingEnabledModifier.beforeSuffixUnicodeSetprivate static final UnicodeSetCurrencySpacingEnabledModifier.UNISET_DIGITprivate static final UnicodeSetCurrencySpacingEnabledModifier.UNISET_NOTSZMethods in com.ibm.icu.impl.number that return UnicodeSetModifier and TypeMethodDescriptionprivate static UnicodeSetCurrencySpacingEnabledModifier.getUnicodeSet(DecimalFormatSymbols symbols, short position, byte affix) Methods in com.ibm.icu.impl.number with parameters of type UnicodeSetModifier and TypeMethodDescriptionstatic booleanAffixUtils.containsOnlySymbolsAndIgnorables(CharSequence affixPattern, UnicodeSet ignorables) Returns whether the given affix pattern contains only symbols and ignorables as defined by the given ignorables set. -
Uses of UnicodeSet in com.ibm.icu.impl.number.parse
Fields in com.ibm.icu.impl.number.parse declared as UnicodeSetModifier and TypeFieldDescriptionprivate final UnicodeSetDecimalMatcher.decimalUniSetprivate final UnicodeSetDecimalMatcher.groupingUniSetprivate final UnicodeSetDecimalMatcher.leadSetprivate final UnicodeSetDecimalMatcher.separatorSetprotected final UnicodeSetSymbolMatcher.uniSetMethods in com.ibm.icu.impl.number.parse that return UnicodeSetModifier and TypeMethodDescriptionSymbolMatcher.getSet()private static UnicodeSetScientificMatcher.minusSignSet()private static UnicodeSetScientificMatcher.plusSignSet()Methods in com.ibm.icu.impl.number.parse with parameters of type UnicodeSetModifier and TypeMethodDescriptionstatic voidParsingUtils.putLeadCodePoint(String input, UnicodeSet output) static voidParsingUtils.putLeadCodePoints(UnicodeSet input, UnicodeSet output) Constructors in com.ibm.icu.impl.number.parse with parameters of type UnicodeSetModifierConstructorDescriptionprivateIgnorablesMatcher(UnicodeSet ignorables) protectedSymbolMatcher(String symbolString, UnicodeSet symbolUniSet) -
Uses of UnicodeSet in com.ibm.icu.lang
Fields in com.ibm.icu.lang declared as UnicodeSetMethods in com.ibm.icu.lang that return UnicodeSetModifier and TypeMethodDescriptionstatic final UnicodeSetCharacterProperties.getBinaryPropertySet(int property) Returns a frozen UnicodeSet for a binary property.private static UnicodeSetCharacterProperties.makeSet(int property) -
Uses of UnicodeSet in com.ibm.icu.text
Fields in com.ibm.icu.text declared as UnicodeSetModifier and TypeFieldDescriptionstatic final UnicodeSetUnicodeSet.ALL_CODE_POINTSConstant for the set of all code points.(package private) static final UnicodeSetPluralRules.ALLOWED_ID(package private) static final UnicodeSetSpoofChecker.ASCII(package private) static final UnicodeSetPluralRules.SimpleTokenizer.BREAK_AND_IGNORE(package private) static final UnicodeSetPluralRules.SimpleTokenizer.BREAK_AND_KEEPTransliteratorParser.compoundFilterPUBLIC data member containing the parsed compound filter, if any.private UnicodeSetTransliteratorRegistry.CompoundRBTEntry.compoundFilter(package private) static final UnicodeSetSimpleDateFormat.DATE_PATTERN_TYPEstatic final UnicodeSetUnicodeSet.EMPTYConstant for the empty set.(package private) final UnicodeSetSpoofChecker.Builder.fAllowedCharsSetprivate UnicodeSetSpoofChecker.fAllowedCharsSet(package private) UnicodeSetRBBISymbolTable.fCachedSetLookupprivate UnicodeSetTransliterator.filterThis transliterator's filter.(package private) UnicodeSetRBBINode.fInputSetprivate UnicodeSetSpoofChecker.Builder.ConfusabledataBuilder.fKeySet(package private) UnicodeSet[]RBBIRuleScanner.fRuleSetsprivate static UnicodeSetTransliteratorParser.ILLEGAL_FUNCprivate static UnicodeSetTransliteratorParser.ILLEGAL_SEGprivate static UnicodeSetTransliteratorParser.ILLEGAL_TOPstatic final UnicodeSetSpoofChecker.INCLUSIONSecurity Profile constant from UTS 39 for use inSpoofChecker.Builder.setAllowedChars(com.ibm.icu.text.UnicodeSet).private final UnicodeSetAlphabeticIndex.initialLabelsprivate static final UnicodeSetNormalizer.Unicode32.INSTANCE(package private) static final UnicodeSetSourceTargetUtility.NON_STARTERSSpoofChecker.CheckResult.numericsThe numerics found in the string, if MIXED_NUMBERS was set; otherwise null.private static final UnicodeSetDateTimePatternGenerator.FormatParser.QUOTING_CHARSDeprecated.static final UnicodeSetSpoofChecker.RECOMMENDEDSecurity Profile constant from UTS 39 for use inSpoofChecker.Builder.setAllowedChars(com.ibm.icu.text.UnicodeSet).private UnicodeSetFilteredNormalizer2.setprivate UnicodeSetUnicodeSetIterator.set(package private) final UnicodeSetSourceTargetUtility.sourceCacheprivate static final UnicodeSetDateTimePatternGenerator.FormatParser.SYNTAX_CHARSDeprecated.private final UnicodeSetUnicodeSetSpanner.unicodeSetMethods in com.ibm.icu.text that return UnicodeSetModifier and TypeMethodDescriptionfinal UnicodeSetUnicodeSet.add(int c) Adds the specified character to this set if it is not already present.private UnicodeSetUnicodeSet.add(int[] other, int otherLen, int polarity) UnicodeSet.add(int start, int end) Adds the specified range to this set if it is not already present.final UnicodeSetUnicodeSet.add(CharSequence s) Adds the specified multicharacter to this set if it is not already present.Add the contents of the collection (as strings) into this UnicodeSet.private final UnicodeSetUnicodeSet.add_unchecked(int c) private UnicodeSetUnicodeSet.add_unchecked(int start, int end) UnicodeSet.addAll(int start, int end) Adds all characters in range (uses preferred naming convention).UnicodeSet.addAll(UnicodeSet c) Adds all of the elements in the specified set to this set if they're not already present.final UnicodeSetUnicodeSet.addAll(CharSequence s) Adds each of the characters in this string to the set.Add a collection (as strings) into this UnicodeSet.<T extends CharSequence>
UnicodeSetUnicodeSet.addAll(T... collection) UnicodeSet.addBridges(UnicodeSet dontCare) Deprecated.This API is ICU internal only.UnicodeSet.applyIntPropertyValue(int prop, int value) Modifies this set to contain those code points which have the given value for the given binary or enumerated property, as returned by UCharacter.getIntPropertyValue.final UnicodeSetUnicodeSet.applyPattern(String pattern) Modifies this set to represent the set specified by the given pattern.UnicodeSet.applyPattern(String pattern, boolean ignoreWhitespace) Modifies this set to represent the set specified by the given pattern, optionally ignoring whitespace.UnicodeSet.applyPattern(String pattern, int options) Modifies this set to represent the set specified by the given pattern, optionally ignoring whitespace.UnicodeSet.applyPattern(String pattern, ParsePosition pos, SymbolTable symbols, int options) Deprecated.This API is ICU internal only.UnicodeSet.applyPropertyAlias(String propertyAlias, String valueAlias) Modifies this set to contain those code points which have the given value for the given property.UnicodeSet.applyPropertyAlias(String propertyAlias, String valueAlias, SymbolTable symbols) Modifies this set to contain those code points which have the given value for the given property.private UnicodeSetUnicodeSet.applyPropertyPattern(String pattern, ParsePosition ppos, SymbolTable symbols) Parse the given property pattern at the given parse position.UnicodeSet.clear()Removes all of the elements from this set.UnicodeSet.cloneAsThawed()Clone a thawed version of this class, according to the Freezable interface.UnicodeSet.closeOver(int attribute) Close this set over the given attribute.UnicodeSet.compact()Reallocate this objects internal structures to take up the least possible space, without changing this object's value.UnicodeSet.complement()This is equivalent tocomplement(MIN_VALUE, MAX_VALUE).final UnicodeSetUnicodeSet.complement(int c) Complements the specified character in this set.UnicodeSet.complement(int start, int end) Complements the specified range in this set.final UnicodeSetUnicodeSet.complement(CharSequence s) Complement the specified string in this set.UnicodeSet.complementAll(UnicodeSet c) Complements in this set all elements contained in the specified set.final UnicodeSetUnicodeSet.complementAll(CharSequence s) Complement EACH of the characters in this string.UnicodeSet.freeze()Freeze this class, according to the Freezable interface.static UnicodeSetUnicodeSet.from(CharSequence s) Makes a set from a multicharacter string.static UnicodeSetUnicodeSet.fromAll(CharSequence s) Makes a set from each of the characters in the string.SpoofChecker.getAllowedChars()Get a UnicodeSet for the characters permitted in an identifier.Transliterator.getFilterAsUnicodeSet(UnicodeSet externalFilter) Deprecated.This API is ICU internal only.final UnicodeSetTransliterator.getSourceSet()Returns the set of all characters that may be modified in the input text by this Transliterator.Collator.getTailoredSet()Returns a UnicodeSet that contains all the characters and sequences tailored in this collator.RuleBasedCollator.getTailoredSet()Get a UnicodeSet that contains all the characters and sequences tailored in this collator.Transliterator.getTargetSet()Returns the set of all characters that may be generated as replacement text by this transliterator.UnicodeSetSpanner.getUnicodeSet()Returns the UnicodeSet used for processing.protected UnicodeSetTransliterator.handleGetSourceSet()Framework method that returns the set of all characters that may be modified in the input text by this Transliterator, ignoring the effect of this object's filter.(package private) UnicodeSetUnicodeSet.maybeOnlyCaseSensitive(UnicodeSet src) For case closure on a large set, look only at code points with relevant properties.static UnicodeSetTransliteratorIDParser.parseGlobalFilter(String id, int[] pos, int dir, int[] withParens, StringBuffer canonID) Parse a global filter of the form "[f]" or "([f])", depending on 'withParens'.final UnicodeSetUnicodeSet.remove(int c) Removes the specified character from this set if it is present.UnicodeSet.remove(int start, int end) Removes the specified range from this set if it is present.final UnicodeSetUnicodeSet.remove(CharSequence s) Removes the specified string from this set if it is present.UnicodeSet.removeAll(UnicodeSet c) Removes from this set all of its elements that are contained in the specified set.final UnicodeSetUnicodeSet.removeAll(CharSequence s) Remove EACH of the characters in this string.<T extends CharSequence>
UnicodeSetfinal UnicodeSetUnicodeSet.removeAllStrings()Remove all strings from this UnicodeSetfinal UnicodeSetUnicodeSet.retain(int c) Retain the specified character from this set if it is present.private UnicodeSetUnicodeSet.retain(int[] other, int otherLen, int polarity) UnicodeSet.retain(int start, int end) Retain only the elements in this set that are contained in the specified range.final UnicodeSetUnicodeSet.retain(CharSequence cs) Retain the specified string in this set if it is present.UnicodeSet.retainAll(UnicodeSet c) Retains only the elements in this set that are contained in the specified set.final UnicodeSetUnicodeSet.retainAll(CharSequence s) Retains EACH of the characters in this string.<T extends CharSequence>
UnicodeSetUnicodeSet.set(int start, int end) Make this object represent the rangestart - end.UnicodeSet.set(UnicodeSet other) Make this object represent the same set asother.private UnicodeSetUnicodeSet.xor(int[] other, int otherLen, int polarity) Methods in com.ibm.icu.text with parameters of type UnicodeSetModifier and TypeMethodDescriptionUnicodeSet.addAll(UnicodeSet c) Adds all of the elements in the specified set to this set if they're not already present.UnicodeSet.addBridges(UnicodeSet dontCare) Deprecated.This API is ICU internal only.private static final voidUnicodeSet.addCaseMapping(UnicodeSet set, int result, StringBuilder full) AlphabeticIndex.addLabels(UnicodeSet additions) Add more index characters (aside from what are in the locale)voidQuantifier.addMatchSetTo(UnicodeSet toUnionTo) Implementation of UnicodeMatcher API.voidStringMatcher.addMatchSetTo(UnicodeSet toUnionTo) Implementation of UnicodeMatcher API.voidUnicodeMatcher.addMatchSetTo(UnicodeSet toUnionTo) Union the set of all characters that may be matched by this object into the given set.voidUnicodeSet.addMatchSetTo(UnicodeSet toUnionTo) Implementation of UnicodeMatcher API.voidFunctionReplacer.addReplacementSetTo(UnicodeSet toUnionTo) Union the set of all characters that may output by this object into the given set.voidStringMatcher.addReplacementSetTo(UnicodeSet toUnionTo) Union the set of all characters that may output by this object into the given set.voidStringReplacer.addReplacementSetTo(UnicodeSet toUnionTo) Union the set of all characters that may output by this object into the given set.voidUnicodeReplacer.addReplacementSetTo(UnicodeSet toUnionTo) Union the set of all characters that may output by this object into the given set.private voidSpoofChecker.Builder.addScriptChars(ULocale locale, UnicodeSet allowedChars) voidAnyTransliterator.addSourceTargetSet(UnicodeSet inputFilter, UnicodeSet sourceSet, UnicodeSet targetSet) voidBreakTransliterator.addSourceTargetSet(UnicodeSet inputFilter, UnicodeSet sourceSet, UnicodeSet targetSet) voidCaseFoldTransliterator.addSourceTargetSet(UnicodeSet inputFilter, UnicodeSet sourceSet, UnicodeSet targetSet) voidCompoundTransliterator.addSourceTargetSet(UnicodeSet filter, UnicodeSet sourceSet, UnicodeSet targetSet) voidEscapeTransliterator.addSourceTargetSet(UnicodeSet inputFilter, UnicodeSet sourceSet, UnicodeSet targetSet) voidLowercaseTransliterator.addSourceTargetSet(UnicodeSet inputFilter, UnicodeSet sourceSet, UnicodeSet targetSet) voidNameUnicodeTransliterator.addSourceTargetSet(UnicodeSet inputFilter, UnicodeSet sourceSet, UnicodeSet targetSet) voidNormalizationTransliterator.addSourceTargetSet(UnicodeSet inputFilter, UnicodeSet sourceSet, UnicodeSet targetSet) voidNullTransliterator.addSourceTargetSet(UnicodeSet inputFilter, UnicodeSet sourceSet, UnicodeSet targetSet) voidRemoveTransliterator.addSourceTargetSet(UnicodeSet inputFilter, UnicodeSet sourceSet, UnicodeSet targetSet) voidRuleBasedTransliterator.addSourceTargetSet(UnicodeSet filter, UnicodeSet sourceSet, UnicodeSet targetSet) Deprecated.This API is ICU internal only.voidSourceTargetUtility.addSourceTargetSet(Transliterator transliterator, UnicodeSet inputFilter, UnicodeSet sourceSet, UnicodeSet targetSet) voidTitlecaseTransliterator.addSourceTargetSet(UnicodeSet inputFilter, UnicodeSet sourceSet, UnicodeSet targetSet) (package private) voidTransliterationRule.addSourceTargetSet(UnicodeSet filter, UnicodeSet sourceSet, UnicodeSet targetSet, UnicodeSet revisiting) Find the source and target sets, subject to the input filter.(package private) voidTransliterationRuleSet.addSourceTargetSet(UnicodeSet filter, UnicodeSet sourceSet, UnicodeSet targetSet) voidTransliterator.addSourceTargetSet(UnicodeSet inputFilter, UnicodeSet sourceSet, UnicodeSet targetSet) Deprecated.This API is ICU internal only.voidUnescapeTransliterator.addSourceTargetSet(UnicodeSet inputFilter, UnicodeSet sourceSet, UnicodeSet targetSet) voidUnicodeNameTransliterator.addSourceTargetSet(UnicodeSet inputFilter, UnicodeSet sourceSet, UnicodeSet targetSet) voidUppercaseTransliterator.addSourceTargetSet(UnicodeSet inputFilter, UnicodeSet sourceSet, UnicodeSet targetSet) private voidUnicodeSet.applyFilter(UnicodeSet.Filter filter, UnicodeSet inclusions) Generic filter-based scanning code for UCD property UnicodeSets.booleanUnicodeSet.XSymbolTable.applyPropertyAlias(String propertyName, String propertyValue, UnicodeSet result) Override the interpretation of the sequence [:propertyName=propertyValue:] (and its negated and Perl-style variant).intUnicodeSet.compareTo(UnicodeSet o) Compares UnicodeSets, where shorter come first, and otherwise lexicographically (according to the comparison of the first characters that differ).intUnicodeSet.compareTo(UnicodeSet o, UnicodeSet.ComparisonStyle style) Compares UnicodeSets, in three different ways.UnicodeSet.complementAll(UnicodeSet c) Complements in this set all elements contained in the specified set.booleanUnicodeSet.containsAll(UnicodeSet b) Returns true if this set contains all the characters and strings of the given set.booleanUnicodeSet.containsNone(UnicodeSet b) Returns true if none of the characters or strings in this UnicodeSet appears in the string.final booleanUnicodeSet.containsSome(UnicodeSet s) Returns true if this set contains one or more of the characters and strings of the given set.(package private) voidRBBIRuleScanner.findSetFor(String s, RBBINode node, UnicodeSet setToAdopt) voidRuleBasedCollator.getContractionsAndExpansions(UnicodeSet contractions, UnicodeSet expansions, boolean addPrefixes) Gets unicode sets containing contractions and/or expansions of a collatorTransliterator.getFilterAsUnicodeSet(UnicodeSet externalFilter) Deprecated.This API is ICU internal only.private voidSpoofChecker.getNumerics(String input, UnicodeSet result) Computes the set of numerics for a string, according to UTS 39 section 5.3.(package private) voidRuleBasedCollator.internalAddContractions(int c, UnicodeSet set) Deprecated.This API is ICU internal only.(package private) UnicodeSetUnicodeSet.maybeOnlyCaseSensitive(UnicodeSet src) For case closure on a large set, look only at code points with relevant properties.static booleanTransliteratorIDParser.parseCompoundID(String id, int dir, StringBuffer canonID, List<TransliteratorIDParser.SingleID> list, UnicodeSet[] globalFilter) Parse a compound ID, consisting of an optional forward global filter, a separator, one or more single IDs delimited by separators, an an optional reverse global filter.private intTransliteratorParser.RuleHalf.parseSection(String rule, int pos, int limit, TransliteratorParser parser, StringBuffer buf, UnicodeSet illegal, boolean isSegment) Parse a section of one side of a rule, stopping at either the limit, the END_OF_RULE character, an operator, or a segment close character.UnicodeSet.removeAll(UnicodeSet c) Removes from this set all of its elements that are contained in the specified set.voidUnicodeSetIterator.reset(UnicodeSet uset) Sets this iterator to visit the elements of the given set and resets it to the start of that set.UnicodeSet.retainAll(UnicodeSet c) Retains only the elements in this set that are contained in the specified set.UnicodeSet.set(UnicodeSet other) Make this object represent the same set asother.SpoofChecker.Builder.setAllowedChars(UnicodeSet chars) Limit the acceptable characters to those specified by a Unicode Set.static String[]UnicodeSet.toArray(UnicodeSet set) Add the contents of the UnicodeSet (as strings) into an array.Constructors in com.ibm.icu.text with parameters of type UnicodeSetModifierConstructorDescriptionCompoundRBTEntry(String theID, List<String> theIDBlockVector, List<RuleBasedTransliterator.Data> theDataVector, UnicodeSet theCompoundFilter) FilteredNormalizer2(Normalizer2 n2, UnicodeSet filterSet) Constructs a filtered normalizer wrapping any Normalizer2 instance and a filter set.UnicodeSet(UnicodeSet other) Constructs a copy of an existing set.Create an iterator over the given set.(package private)UnicodeSetIterator2(UnicodeSet source) UnicodeSetSpanner(UnicodeSet source) Create a spanner from a UnicodeSet. -
Uses of UnicodeSet in com.ibm.icu.util
Fields in com.ibm.icu.util declared as UnicodeSetModifier and TypeFieldDescription(package private) static final UnicodeSetMeasureUnit.ASCII(package private) static final UnicodeSetMeasureUnit.ASCII_HYPHEN_DIGITSprivate static final UnicodeSetStringTokenizer.DEFAULT_DELIMITERS_Default set of delimiters \t\n\r\fprivate static final UnicodeSetStringTokenizer.EMPTY_DELIMITER_A empty delimiter UnicodeSet, used when user specified null delimitersprivate UnicodeSetStringTokenizer.m_delimiters_UnicodeSet containing delimitersMethods in com.ibm.icu.util that return UnicodeSetModifier and TypeMethodDescriptionLocaleData.getExemplarSet(int options, int extype) Returns the set of exemplar characters for a locale.static UnicodeSetLocaleData.getExemplarSet(ULocale locale, int options) Returns the set of exemplar characters for a locale.static UnicodeSetLocaleData.getExemplarSet(ULocale locale, int options, int extype) Returns the set of exemplar characters for a locale.Methods in com.ibm.icu.util with parameters of type UnicodeSetModifier and TypeMethodDescriptionStringTokenizer.nextToken(UnicodeSet delim) Returns the next token in this string tokenizer's string.Constructors in com.ibm.icu.util with parameters of type UnicodeSetModifierConstructorDescriptionStringTokenizer(String str, UnicodeSet delim) Constructs a string tokenizer for the specified string.StringTokenizer(String str, UnicodeSet delim, boolean returndelims) Constructs a string tokenizer for the specified string.StringTokenizer(String str, UnicodeSet delim, boolean returndelims, boolean coalescedelims) Deprecated.This API is ICU internal only.