| java.lang.Object com.ibm.icu.impl.UtilityExtensions
UtilityExtensions | public class UtilityExtensions (Code) | | author: Ram |
Method Summary | |
public static void | appendToRule(StringBuffer rule, String text, boolean isLiteral, boolean escapeUnprintable, StringBuffer quoteBuf) Append the given string to the rule. | public static void | appendToRule(StringBuffer rule, UnicodeMatcher matcher, boolean escapeUnprintable, StringBuffer quoteBuf) Given a matcher reference, which may be null, append its
pattern as a literal to the given rule. | public static String | 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. | public static StringBuffer | 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. | public static String | formatInput(Replaceable input, Transliterator.Position pos) Convenience method. | public static StringBuffer | formatInput(StringBuffer appendTo, Replaceable input, Transliterator.Position pos) Convenience method. |
appendToRule | public static void appendToRule(StringBuffer rule, String text, boolean isLiteral, boolean escapeUnprintable, StringBuffer quoteBuf)(Code) | | Append the given string to the rule. Calls the single-character
version of appendToRule for each character.
|
appendToRule | public static void appendToRule(StringBuffer rule, UnicodeMatcher matcher, boolean escapeUnprintable, StringBuffer quoteBuf)(Code) | | Given a matcher reference, which may be null, append its
pattern as a literal to the given rule.
|
formatInput | public static String formatInput(ReplaceableString input, Transliterator.Position pos)(Code) | | 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.
|
|
|