Searched defs:resourceKey (Results 1 - 8 of 8) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DTimeUnitFormat.java447 private void setup(String resourceKey, Map<TimeUnit, Map<String, Object[]>> timeUnitToCountToPatterns, int style, argument
457 resource.getAllItemsWithFallback(resourceKey, sink);
492 searchInTree(resourceKey, style, timeUnit, pluralCount, pluralCount, countToPatterns);
506 private void searchInTree(String resourceKey, int styl, TimeUnit timeUnit, String srcPluralCount, argument
515 unitsRes = unitsRes.getWithFallback(resourceKey);
532 if (parentLocale == null && resourceKey.equals("unitsShort")) {
567 searchInTree(resourceKey, styl, timeUnit, srcPluralCount, "other", countToPatterns);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DTimeUnitFormat.java445 private void setup(String resourceKey, Map<TimeUnit, Map<String, Object[]>> timeUnitToCountToPatterns, int style, argument
455 resource.getAllItemsWithFallback(resourceKey, sink);
490 searchInTree(resourceKey, style, timeUnit, pluralCount, pluralCount, countToPatterns);
504 private void searchInTree(String resourceKey, int styl, TimeUnit timeUnit, String srcPluralCount, argument
513 unitsRes = unitsRes.getWithFallback(resourceKey);
530 if (parentLocale == null && resourceKey.equals("unitsShort")) {
565 searchInTree(resourceKey, styl, timeUnit, srcPluralCount, "other", countToPatterns);
/external/icu/icu4c/source/test/cintltst/
H A Dcrestst.c957 const char *resourceKey; member in struct:__anon7511
992 res = ures_getByKey(rb, test[i].resourceKey, res, &status);
995 log_err("Couldn't find the key %s. Error: %s\n", test[i].resourceKey, u_errorName(status));
/external/icu/icu4c/source/test/intltest/
H A Drestest.cpp578 const char *resourceKey; member in struct:__anon7610
611 ResourceBundle res = rb.get(test[i].resourceKey, status);
614 err("Couldn't find the key %s. Error: %s\n", test[i].resourceKey, u_errorName(status));
/external/icu/icu4c/source/common/
H A Duresbund.cpp2291 const char* resourceKey,
2303 ures_getByKey(resourceBundle, resourceKey, &resData, status);
2290 ures_countArrayItems(const UResourceBundle* resourceBundle, const char* resourceKey, UErrorCode* status) argument
/external/guice/extensions/struts2/lib/
H A Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/core/ freemarker/debug/ freemarker/debug/impl/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...

Completed in 259 milliseconds