Uses of Interface
com.ibm.icu.text.StringTransform
Packages that use StringTransform
Package
Description
-
Uses of StringTransform in com.ibm.icu.dev.demo.translit
Classes in com.ibm.icu.dev.demo.translit that implement StringTransform -
Uses of StringTransform in com.ibm.icu.dev.util
Classes in com.ibm.icu.dev.util that implement StringTransformModifier 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. -
Uses of StringTransform in com.ibm.icu.impl
Classes in com.ibm.icu.impl that implement StringTransformModifier and TypeClassDescriptionclass
Contains utilities to supplement the JDK Regex, since it doesn't handle Unicode well. -
Uses of StringTransform in com.ibm.icu.text
Classes in com.ibm.icu.text that implement StringTransformModifier 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) 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.