Package com.ibm.icu.impl
Class ICUResourceTableAccess
- java.lang.Object
-
- com.ibm.icu.impl.ICUResourceTableAccess
-
public class ICUResourceTableAccess extends Object
Static utility functions for probing resource tables, used by ULocale and LocaleDisplayNames.
-
-
Constructor Summary
Constructors Constructor Description ICUResourceTableAccess()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetTableString(ICUResourceBundle bundle, String tableName, String subtableName, String item)Utility to fetch locale display data from resource bundle tables.static StringgetTableString(String path, ULocale locale, String tableName, String itemName)Utility to fetch locale display data from resource bundle tables.
-
-
-
Method Detail
-
getTableString
public static String getTableString(String path, ULocale locale, String tableName, String itemName)
Utility to fetch locale display data from resource bundle tables. Convenience wrapper forgetTableString(ICUResourceBundle, String, String, String).
-
getTableString
public static String getTableString(ICUResourceBundle bundle, String tableName, String subtableName, String item)
Utility to fetch locale display data from resource bundle tables. Uses fallback through the "Fallback" resource if available.
-
-