| java.lang.Object com.ibm.icu.dev.tool.localeconverter.PosixCharMap
PosixCharMap | public class PosixCharMap (Code) | | |
PosixCharMap | public PosixCharMap()(Code) | | |
hexToByte | public int hexToByte(String data, byte[] retval)(Code) | | |
undefineMapping | public void undefineMapping(String from)(Code) | | |
unescapeAt | public static int unescapeAt(String s, int[] offset16)(Code) | | Convert an escape to a 32-bit code point value. We attempt
to parallel the icu4c unesacpeAt() function.
Parameters: offset16 - an array containing offset to the characterafter the backslash. Upon return offset16[0] willbe updated to point after the escape sequence. character value from 0 to 10FFFF, or -1 on error. |
|
|