| java.lang.Object com.ibm.icu.dev.tool.localeconverter.LocaleWriter
All known Subclasses: com.ibm.icu.dev.tool.localeconverter.ICU3LocaleWriter, com.ibm.icu.dev.tool.localeconverter.Java1LocaleWriter, com.ibm.icu.dev.tool.localeconverter.JavaLocaleWriter, com.ibm.icu.dev.tool.localeconverter.ICULocaleWriter, com.ibm.icu.dev.tool.localeconverter.ICU2LocaleWriter,
LocaleWriter | abstract public class LocaleWriter (Code) | | A LocaleWriter takes locale data in standard form and
writes it to standard output in a form suitable for
loading programatically.
|
Method Summary | |
protected boolean | append(char c) | protected void | appendEscapedChar(char c, StringBuffer buffer) | abstract protected void | close() | protected String | getEscapeChar() | abstract protected String | getStringJoiningCharacter() | final protected void | indent() | protected void | indent(int amount) | protected boolean | isEscapeChar(char c) | public Locale | localeFromString(String localeName) | abstract protected void | open(Locale locale) | final protected void | outdent() | protected void | outdent(int amount) | protected String | prependEsc(String str) | protected void | print(String val) | protected void | printRuleString(String src) | protected void | printString(String val) | protected void | printUnquotedString(String val) | protected void | println(String val) | protected void | tabTo(int pos) | protected String | toHexString(char ch, int radix, int pad) | public void | write(Locale locale, Hashtable localeData) | protected void | write(String tag, Object o) | final protected void | write(String tag, String[][] value) | abstract protected void | write(String tag, String value) | abstract protected void | write(String tag, String[] value) | abstract protected void | write2D(String tag, String[][] value) | abstract protected void | writeTagged(String tag, String[][] value) |
HEX_DIGIT | final static char[] HEX_DIGIT(Code) | | |
append | protected boolean append(char c)(Code) | | |
close | abstract protected void close()(Code) | | |
getStringJoiningCharacter | abstract protected String getStringJoiningCharacter()(Code) | | |
indent | final protected void indent()(Code) | | |
indent | protected void indent(int amount)(Code) | | |
isEscapeChar | protected boolean isEscapeChar(char c)(Code) | | |
outdent | final protected void outdent()(Code) | | |
outdent | protected void outdent(int amount)(Code) | | |
printRuleString | protected void printRuleString(String src)(Code) | | |
printUnquotedString | protected void printUnquotedString(String val)(Code) | | |
tabTo | protected void tabTo(int pos)(Code) | | |
toHexString | protected String toHexString(char ch, int radix, int pad)(Code) | | |
|
|