| java.lang.Object com.ibm.icu.dev.test.normalizer.NormalizerBuilder
NormalizerBuilder | class NormalizerBuilder (Code) | | |
SBaseLBaseVBaseTBaseLCountVCountTCountNCountSCount | final static int SBaseLBaseVBaseTBaseLCountVCountTCountNCountSCount(Code) | | Hangul composition constants
|
build | static NormalizerData build(boolean fullData)(Code) | | Called exactly once by NormalizerData to build the static data
|
fromHex | public static String fromHex(String source)(Code) | | Utility: Parses a sequence of hex Unicode characters separated by spaces
|
hex | public static String hex(int i)(Code) | | Utility: Supplies a zero-padded hex representation of an integer (without 0x)
|
hex | public static String hex(char i)(Code) | | Utility: Supplies a zero-padded hex representation of a Unicode character (without 0x, \\u)
|
hex | public static String hex(String s, String sep)(Code) | | Utility: Supplies a zero-padded hex representation of a Unicode character (without 0x, \\u)
|
|
|