Package com.ibm.icu.util
Class ULocale.JDKLocaleHelper
- java.lang.Object
-
- com.ibm.icu.util.ULocale.JDKLocaleHelper
-
- Enclosing class:
- ULocale
private static final class ULocale.JDKLocaleHelper extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.Object
eDISPLAY
private static java.lang.Object
eFORMAT
private static boolean
hasLocaleCategories
private static java.lang.reflect.Method
mGetDefault
private static java.lang.reflect.Method
mSetDefault
-
Constructor Summary
Constructors Modifier Constructor Description private
JDKLocaleHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Locale
getDefault(ULocale.Category category)
static boolean
hasLocaleCategories()
static void
setDefault(ULocale.Category category, java.util.Locale newLocale)
static java.util.Locale
toLocale(ULocale uloc)
static ULocale
toULocale(java.util.Locale loc)
-
-
-
Field Detail
-
hasLocaleCategories
private static boolean hasLocaleCategories
-
mGetDefault
private static java.lang.reflect.Method mGetDefault
-
mSetDefault
private static java.lang.reflect.Method mSetDefault
-
eDISPLAY
private static java.lang.Object eDISPLAY
-
eFORMAT
private static java.lang.Object eFORMAT
-
-
Method Detail
-
hasLocaleCategories
public static boolean hasLocaleCategories()
-
toULocale
public static ULocale toULocale(java.util.Locale loc)
-
toLocale
public static java.util.Locale toLocale(ULocale uloc)
-
getDefault
public static java.util.Locale getDefault(ULocale.Category category)
-
setDefault
public static void setDefault(ULocale.Category category, java.util.Locale newLocale)
-
-