Uses of Class
com.ibm.icu.lang.UScript.ScriptUsage
-
Packages that use UScript.ScriptUsage Package Description com.ibm.icu.lang Enhanced character property and surrogate support. -
-
Uses of UScript.ScriptUsage in com.ibm.icu.lang
Methods in com.ibm.icu.lang that return UScript.ScriptUsage Modifier and Type Method Description static UScript.ScriptUsageUScript. getUsage(int script)Returns the script usage according to UAX #31 Unicode Identifier and Pattern Syntax.static UScript.ScriptUsageUScript.ScriptUsage. valueOf(String name)Returns the enum constant of this type with the specified name.static UScript.ScriptUsage[]UScript.ScriptUsage. values()Returns an array containing the constants of this enum type, in the order they are declared.
-