Uses of Class
com.ibm.icu.text.ReplaceableString
-
Packages that use ReplaceableString Package Description com.ibm.icu.dev.tool.ime.translit com.ibm.icu.impl -
-
Uses of ReplaceableString in com.ibm.icu.dev.tool.ime.translit
Fields in com.ibm.icu.dev.tool.ime.translit declared as ReplaceableString Modifier and Type Field Description private ReplaceableString
TransliteratorInputMethod. replaceableText
-
Uses of ReplaceableString in com.ibm.icu.impl
Methods in com.ibm.icu.impl with parameters of type ReplaceableString Modifier and Type Method Description static java.lang.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 java.lang.StringBuffer
UtilityExtensions. formatInput(java.lang.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.
-