| java.lang.Object com.ibm.icu.dev.tool.localeconverter.ComplexTransition com.ibm.icu.dev.tool.localeconverter.EscapeTransition
EscapeTransition | public class EscapeTransition extends ComplexTransition (Code) | | An escape transition parses a POSIX escape sequence. An escape
sequence can be a hex, octal, or decimal constant, or an escaped
character. The resultant value is ALWAYS on byte long. Longer
escaped values (ie.\xFF63) overflow and are truncated. An escape
character followed by an EOL sequence is silently eaten.
|
DEFAULT_ESCAPE_CHAR | final public static char DEFAULT_ESCAPE_CHAR(Code) | | |
ESCAPE_CHAR | public static char ESCAPE_CHAR(Code) | | |
EscapeTransition | public EscapeTransition(int success)(Code) | | |
accepts | public boolean accepts(int c)(Code) | | |
handleSuccess | protected void handleSuccess(Lex parser, StringBuffer output) throws IOException(Code) | | Convert the accepted text into the appropriate unicode character
|
setDefaultEscapeChar | public static synchronized char setDefaultEscapeChar()(Code) | | Set the escape character to the default
|
setEscapeChar | public static synchronized char setEscapeChar(char c)(Code) | | Set the escape character
|
Fields inherited from com.ibm.icu.dev.tool.localeconverter.ComplexTransition | final protected static int SUCCESS(Code)(Java Doc)
|
|
|