Package com.ibm.icu.impl.coll
Class CollationRuleParser
- java.lang.Object
-
- com.ibm.icu.impl.coll.CollationRuleParser
-
public final class CollationRuleParser extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intgetReorderCode(String word)Gets a script or reorder code from its string representation.
-
-
-
Method Detail
-
getReorderCode
public static int getReorderCode(String word)
Gets a script or reorder code from its string representation.- Returns:
- the script/reorder code, or -1 if not recognized
-
-