Package com.ibm.icu.text
Class SpoofChecker.ConfusableDataUtils
java.lang.Object
com.ibm.icu.text.SpoofChecker.ConfusableDataUtils
- Enclosing class:
- SpoofChecker
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final int
codePointAndLengthToKey
(int codePoint, int length) static final int
keyToCodePoint
(int key) static final int
keyToLength
(int key)
-
Field Details
-
FORMAT_VERSION
public static final int FORMAT_VERSION- See Also:
-
-
Constructor Details
-
ConfusableDataUtils
private ConfusableDataUtils()
-
-
Method Details
-
keyToCodePoint
public static final int keyToCodePoint(int key) -
keyToLength
public static final int keyToLength(int key) -
codePointAndLengthToKey
public static final int codePointAndLengthToKey(int codePoint, int length)
-