Uses of Interface
com.ibm.icu.text.Transform
-
Packages that use Transform Package Description com.ibm.icu.dev.demo.translit Transliterator demo appliation.com.ibm.icu.dev.util com.ibm.icu.impl com.ibm.icu.text Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping. -
-
Uses of Transform in com.ibm.icu.dev.demo.translit
Classes in com.ibm.icu.dev.demo.translit that implement Transform Modifier and Type Class Description class
AnyTransliterator
-
Uses of Transform in com.ibm.icu.dev.util
Classes in com.ibm.icu.dev.util that implement Transform Modifier and Type Class Description class
UnicodeMap<T>
Class for mapping Unicode characters and strings to values, optimized for single code points, where ranges of code points have the same value. -
Uses of Transform in com.ibm.icu.impl
Classes in com.ibm.icu.impl that implement Transform Modifier and Type Class Description class
UnicodeRegex
Contains utilities to supplement the JDK Regex, since it doesn't handle Unicode well. -
Uses of Transform in com.ibm.icu.text
Subinterfaces of Transform in com.ibm.icu.text Modifier and Type Interface Description interface
StringTransform
Provide a base class for Transforms that focuses just on the transformation of the text.Classes in com.ibm.icu.text that implement Transform Modifier and Type Class Description (package private) class
AnyTransliterator
A transliterator that translates multiple input scripts to a single output script.(package private) class
BreakTransliterator
Inserts the specified characters at word breaks.(package private) class
CaseFoldTransliterator
A transliterator that performs locale-sensitive toLower() case mapping.(package private) class
CompoundTransliterator
A transliterator that is composed of two or more other transliterator objects linked together.(package private) class
EscapeTransliterator
A transliterator that converts Unicode characters to an escape form.(package private) class
LowercaseTransliterator
A transliterator that performs locale-sensitive toLower() case mapping.(package private) class
NameUnicodeTransliterator
A transliterator that performs name to character mapping.(package private) class
NormalizationTransliterator
(package private) static class
NormalizationTransliterator.NormalizingTransform
(package private) class
NullTransliterator
A transliterator that leaves text unchanged.(package private) class
RemoveTransliterator
A transliterator that removes characters.class
RuleBasedTransliterator
Deprecated.This API is ICU internal only.(package private) class
TitlecaseTransliterator
A transliterator that converts all letters (as defined byUCharacter.isLetter()
) to lower case, except for those letters preceded by non-letters.class
Transliterator
Transliterator
is an abstract class that transliterates text from one format to another.(package private) class
UnescapeTransliterator
A transliterator that converts Unicode escape forms to the characters they represent.(package private) class
UnicodeNameTransliterator
A transliterator that performs character to name mapping.(package private) class
UppercaseTransliterator
A transliterator that performs locale-sensitive toUpper() case mapping.Fields in com.ibm.icu.text declared as Transform Modifier and Type Field Description (package private) Transform<java.lang.String,java.lang.String>
SourceTargetUtility. transform
Constructors in com.ibm.icu.text with parameters of type Transform Constructor Description SourceTargetUtility(Transform<java.lang.String,java.lang.String> transform)
SourceTargetUtility(Transform<java.lang.String,java.lang.String> transform, Normalizer2 normalizer)
-