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