Uses of Class
com.ibm.icu.text.ReplaceableString
Packages that use ReplaceableString
-
Uses of ReplaceableString in com.ibm.icu.dev.tool.ime.translit
Fields in com.ibm.icu.dev.tool.ime.translit declared as ReplaceableStringModifier and TypeFieldDescriptionprivate ReplaceableString
TransliteratorInputMethod.replaceableText
-
Uses of ReplaceableString in com.ibm.icu.impl
Methods in com.ibm.icu.impl with parameters of type ReplaceableStringModifier and TypeMethodDescriptionstatic String
UtilityExtensions.formatInput
(ReplaceableString input, Transliterator.Position pos) For debugging purposes; format the given text in the form aaa{bbb|ccc|ddd}eee, where the {} indicate the context start and limit, and the || indicate the start and limit.static StringBuffer
UtilityExtensions.formatInput
(StringBuffer appendTo, ReplaceableString input, Transliterator.Position pos) For debugging purposes; format the given text in the form aaa{bbb|ccc|ddd}eee, where the {} indicate the context start and limit, and the || indicate the start and limit.