Home
last modified time | relevance | path

Searched defs:tableName (Results 1 – 6 of 6) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceTableAccess.java23 public static String getTableString(String path, ULocale locale, String tableName, in getTableString()
34 public static String getTableString(ICUResourceBundle bundle, String tableName, in getTableString()
DLocaleDisplayNamesImpl.java660 String get(String tableName, String code) { in get()
664 String get(String tableName, String subTableName, String code) { in get()
684 public String get(String tableName, String subTableName, String code) { in get()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DICUResourceTableAccess.java25 public static String getTableString(String path, ULocale locale, String tableName, in getTableString()
36 public static String getTableString(ICUResourceBundle bundle, String tableName, in getTableString()
DLocaleDisplayNamesImpl.java638 String get(String tableName, String code) { in get()
642 String get(String tableName, String subTableName, String code) { in get()
662 public String get(String tableName, String subTableName, String code) { in get()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DDisplayNameTest.java338 private static String[] getCodes(ULocale locale, String tableName) { in getCodes()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DDisplayNameTest.java335 private static String[] getCodes(ULocale locale, String tableName) { in getCodes()