Uses of Class
org.jcodings.unicode.UnicodeCodeRange
-
Packages that use UnicodeCodeRange Package Description org.jcodings.unicode -
-
Uses of UnicodeCodeRange in org.jcodings.unicode
Fields in org.jcodings.unicode declared as UnicodeCodeRange Modifier and Type Field Description (package private) static UnicodeCodeRange[]
UnicodeCodeRange. CodeRangeTable
Methods in org.jcodings.unicode that return UnicodeCodeRange Modifier and Type Method Description static UnicodeCodeRange
UnicodeCodeRange. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static UnicodeCodeRange[]
UnicodeCodeRange. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jcodings.unicode with parameters of type UnicodeCodeRange Modifier and Type Method Description static boolean
UnicodeEncoding. isInCodeRange(UnicodeCodeRange range, int code)
-