Package com.ibm.icu.text
Class SpoofChecker.ConfusableDataUtils
- java.lang.Object
-
- com.ibm.icu.text.SpoofChecker.ConfusableDataUtils
-
- Enclosing class:
- SpoofChecker
private static final class SpoofChecker.ConfusableDataUtils extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
FORMAT_VERSION
-
Constructor Summary
Constructors Modifier Constructor Description private
ConfusableDataUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
codePointAndLengthToKey(int codePoint, int length)
static int
keyToCodePoint(int key)
static int
keyToLength(int key)
-
-
-
Field Detail
-
FORMAT_VERSION
public static final int FORMAT_VERSION
- See Also:
- Constant Field Values
-
-