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. CodeRangeTableMethods in org.jcodings.unicode that return UnicodeCodeRange Modifier and Type Method Description static UnicodeCodeRangeUnicodeCodeRange. 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 booleanUnicodeEncoding. isInCodeRange(UnicodeCodeRange range, int code)
-