Uses of Interface
com.ibm.icu.text.StringTransform
Packages that use StringTransform
-
Uses of StringTransform in com.ibm.icu.impl
Classes in com.ibm.icu.impl that implement StringTransformModifier 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.classContains 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) 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) 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.