Uses of Interface
com.ibm.icu.text.Transform
Packages that use Transform
-
Uses of Transform in com.ibm.icu.dev.demo.translit
Classes in com.ibm.icu.dev.demo.translit that implement Transform -
Uses of Transform in com.ibm.icu.impl
Classes in com.ibm.icu.impl that implement TransformModifier and TypeClassDescriptionfinal 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.class
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.textModifier and TypeInterfaceDescriptioninterface
Provide a base class for Transforms that focuses just on the transformation of the text.Classes in com.ibm.icu.text that implement TransformModifier and TypeClassDescription(package private) class
A transliterator that translates multiple input scripts to a single output script.(package private) final class
Inserts the specified characters at word breaks.(package private) class
A transliterator that performs locale-sensitive toLower() case mapping.(package private) class
A transliterator that is composed of two or more other transliterator objects linked together.(package private) class
A transliterator that converts Unicode characters to an escape form.(package private) class
A transliterator that performs locale-sensitive toLower() case mapping.(package private) class
A transliterator that performs name to character mapping.(package private) final class
(package private) static class
(package private) class
A transliterator that leaves text unchanged.(package private) class
A transliterator that removes characters.class
Deprecated.This API is ICU internal only.(package private) class
A transliterator that converts all letters (as defined byUCharacter.isLetter()
) to lower case, except for those letters preceded by non-letters.class
Transliterator
is an abstract class that transliterates text from one format to another.(package private) class
A transliterator that converts Unicode escape forms to the characters they represent.(package private) class
A transliterator that performs character to name mapping.(package private) class
A transliterator that performs locale-sensitive toUpper() case mapping.Fields in com.ibm.icu.text declared as TransformConstructors in com.ibm.icu.text with parameters of type TransformModifierConstructorDescriptionSourceTargetUtility
(Transform<String, String> transform) SourceTargetUtility
(Transform<String, String> transform, Normalizer2 normalizer)