HomeSort by relevance Sort by last modified time
    Searched defs:ZONESTRINGS (Results 1 - 4 of 4) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TZDBTimeZoneNames.java 48 private static final ICUResourceBundle ZONESTRINGS;
52 ZONESTRINGS = (ICUResourceBundle)bundle.get("zoneStrings");
151 static TZDBNames getInstance(ICUResourceBundle zoneStrings, String key) {
152 if (zoneStrings == null || key == null || key.length() == 0) {
158 table = (ICUResourceBundle)zoneStrings.get(key);
330 names = TZDBNames.getInstance(ZONESTRINGS, "meta:" + mzID);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TZDBTimeZoneNames.java 46 private static final ICUResourceBundle ZONESTRINGS;
50 ZONESTRINGS = (ICUResourceBundle)bundle.get("zoneStrings");
149 static TZDBNames getInstance(ICUResourceBundle zoneStrings, String key) {
150 if (zoneStrings == null || key == null || key.length() == 0) {
156 table = (ICUResourceBundle)zoneStrings.get(key);
328 names = TZDBNames.getInstance(ZONESTRINGS, "meta:" + mzID);
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 3121 milliseconds