Package com.ibm.icu.impl
Class ICUResourceTableAccess
- java.lang.Object
-
- com.ibm.icu.impl.ICUResourceTableAccess
-
public class ICUResourceTableAccess extends java.lang.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 java.lang.String
getTableString(ICUResourceBundle bundle, java.lang.String tableName, java.lang.String subtableName, java.lang.String item, java.lang.String defaultValue)
Utility to fetch locale display data from resource bundle tables.static java.lang.String
getTableString(java.lang.String path, ULocale locale, java.lang.String tableName, java.lang.String itemName, java.lang.String defaultValue)
Utility to fetch locale display data from resource bundle tables.
-
-
-
Method Detail
-
getTableString
public static java.lang.String getTableString(java.lang.String path, ULocale locale, java.lang.String tableName, java.lang.String itemName, java.lang.String defaultValue)
Utility to fetch locale display data from resource bundle tables. Convenience wrapper forgetTableString(ICUResourceBundle, String, String, String, String)
.
-
getTableString
public static java.lang.String getTableString(ICUResourceBundle bundle, java.lang.String tableName, java.lang.String subtableName, java.lang.String item, java.lang.String defaultValue)
Utility to fetch locale display data from resource bundle tables. Uses fallback through the "Fallback" resource if available.
-
-