public class UtilityExtensions extends Object
| Constructor and Description |
|---|
UtilityExtensions() |
| Modifier and Type | Method and Description |
|---|---|
static void |
appendToRule(StringBuffer rule,
String text,
boolean isLiteral,
boolean escapeUnprintable,
StringBuffer quoteBuf)
Append the given string to the rule.
|
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.
|
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.
|
static String |
formatInput(Replaceable input,
Transliterator.Position pos)
Convenience method.
|
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.
|
static StringBuffer |
formatInput(StringBuffer appendTo,
Replaceable input,
Transliterator.Position pos)
Convenience method.
|
public static void appendToRule(StringBuffer rule, String text, boolean isLiteral, boolean escapeUnprintable, StringBuffer quoteBuf)
public static void appendToRule(StringBuffer rule, UnicodeMatcher matcher, boolean escapeUnprintable, StringBuffer quoteBuf)
public static String formatInput(ReplaceableString input, Transliterator.Position pos)
public static StringBuffer formatInput(StringBuffer appendTo, ReplaceableString input, Transliterator.Position pos)
public static String formatInput(Replaceable input, Transliterator.Position pos)
public static StringBuffer formatInput(StringBuffer appendTo, Replaceable input, Transliterator.Position pos)