Package com.networknt.schema.utils
Class UnicodeDatabase
java.lang.Object
com.networknt.schema.utils.UnicodeDatabase
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisArabicIndicDigit(int codepoint) static booleanisExtendedArabicIndicDigit(int codepoint) static booleanisGreek(int codepoint) static booleanisHebrew(int codepoint) static booleanisJoinTypeCausing(int codepoint) static booleanisJoinTypeDual(int codepoint) static booleanisJoinTypeLeft(int codepoint) static booleanisJoinTypeRight(int codepoint) static booleanisJoinTypeTransparent(int codepoint) static booleanisKatakana(int codepoint)
-
Constructor Details
-
UnicodeDatabase
public UnicodeDatabase()
-
-
Method Details
-
isArabicIndicDigit
public static boolean isArabicIndicDigit(int codepoint) -
isExtendedArabicIndicDigit
public static boolean isExtendedArabicIndicDigit(int codepoint) -
isGreek
public static boolean isGreek(int codepoint) -
isHebrew
public static boolean isHebrew(int codepoint) -
isKatakana
public static boolean isKatakana(int codepoint) -
isJoinTypeCausing
public static boolean isJoinTypeCausing(int codepoint) -
isJoinTypeDual
public static boolean isJoinTypeDual(int codepoint) -
isJoinTypeLeft
public static boolean isJoinTypeLeft(int codepoint) -
isJoinTypeRight
public static boolean isJoinTypeRight(int codepoint) -
isJoinTypeTransparent
public static boolean isJoinTypeTransparent(int codepoint)
-