|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectandroid.support.v4.text.ICUCompat
public class ICUCompat
Constructor Summary | |
---|---|
ICUCompat()
|
Method Summary | |
---|---|
static java.lang.String |
addLikelySubtags(java.lang.String locale)
Add the likely subtags for a provided locale ID, per the algorithm described in the following CLDR technical report: http://www.unicode.org/reports/tr35/#Likely_Subtags If locale is already in the maximal form, or there is no data available for maximization, it will be just returned. |
static java.lang.String |
getScript(java.lang.String locale)
Returns the script (language code) of a script. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ICUCompat()
Method Detail |
---|
public static java.lang.String getScript(java.lang.String locale)
locale
- The locale.
public static java.lang.String addLikelySubtags(java.lang.String locale)
locale
- The locale to maximize
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |