Uses of Interface
com.ibm.icu.text.Transform
Packages that use Transform
Package
Description
-
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.dev.util
Classes in com.ibm.icu.dev.util that implement TransformModifier and TypeClassDescriptionfinal classUnicodeMap<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 TransformModifier and TypeClassDescriptionclassContains 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 TypeInterfaceDescriptioninterfaceProvide 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) classA transliterator that translates multiple input scripts to a single output script.(package private) final classInserts the specified characters at word breaks.(package private) classA transliterator that performs locale-sensitive toLower() case mapping.(package private) classA transliterator that is composed of two or more other transliterator objects linked together.(package private) classA transliterator that converts Unicode characters to an escape form.(package private) classA transliterator that performs locale-sensitive toLower() case mapping.(package private) classA transliterator that performs name to character mapping.(package private) final class(package private) static class(package private) classA transliterator that leaves text unchanged.(package private) classA transliterator that removes characters.classDeprecated.This API is ICU internal only.(package private) classA transliterator that converts all letters (as defined byUCharacter.isLetter()) to lower case, except for those letters preceded by non-letters.classTransliteratoris an abstract class that transliterates text from one format to another.(package private) classA transliterator that converts Unicode escape forms to the characters they represent.(package private) classA transliterator that performs character to name mapping.(package private) classA 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)