Home
last modified time | relevance | path

Searched refs:resourceKey (Results 1 – 8 of 8) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
DTimeUnitFormat.java447 …private void setup(String resourceKey, Map<TimeUnit, Map<String, Object[]>> timeUnitToCountToPatte… in setup() argument
457 resource.getAllItemsWithFallback(resourceKey, sink); in setup()
492 … searchInTree(resourceKey, style, timeUnit, pluralCount, pluralCount, countToPatterns); in setup()
506 … private void searchInTree(String resourceKey, int styl, TimeUnit timeUnit, String srcPluralCount, in searchInTree() argument
515 unitsRes = unitsRes.getWithFallback(resourceKey); in searchInTree()
532 if (parentLocale == null && resourceKey.equals("unitsShort")) { in searchInTree()
567 searchInTree(resourceKey, styl, timeUnit, srcPluralCount, "other", countToPatterns); in searchInTree()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeUnitFormat.java445 …private void setup(String resourceKey, Map<TimeUnit, Map<String, Object[]>> timeUnitToCountToPatte… in setup() argument
455 resource.getAllItemsWithFallback(resourceKey, sink); in setup()
490 … searchInTree(resourceKey, style, timeUnit, pluralCount, pluralCount, countToPatterns); in setup()
504 … private void searchInTree(String resourceKey, int styl, TimeUnit timeUnit, String srcPluralCount, in searchInTree() argument
513 unitsRes = unitsRes.getWithFallback(resourceKey); in searchInTree()
530 if (parentLocale == null && resourceKey.equals("unitsShort")) { in searchInTree()
565 searchInTree(resourceKey, styl, timeUnit, srcPluralCount, "other", countToPatterns); in searchInTree()
/external/slf4j/jul-to-slf4j/src/test/java/org/slf4j/bridge/
DSLF4JBridgeHandlerTest.java108 String resourceKey = "resource_key"; in testLogWithResourceBundle() local
109 String expectedMsg = bundle.getString(resourceKey); in testLogWithResourceBundle()
110 String msg = resourceKey; in testLogWithResourceBundle()
/external/icu/icu4c/source/test/intltest/
Drestest.cpp578 const char *resourceKey; in TestGetLocaleByType() member
611 ResourceBundle res = rb.get(test[i].resourceKey, status); in TestGetLocaleByType()
614 err("Couldn't find the key %s. Error: %s\n", test[i].resourceKey, u_errorName(status)); in TestGetLocaleByType()
/external/icu/icu4c/source/test/cintltst/
Dcrestst.c957 const char *resourceKey; in TestGetLocaleByType() member
992 res = ures_getByKey(rb, test[i].resourceKey, res, &status); in TestGetLocaleByType()
995 … log_err("Couldn't find the key %s. Error: %s\n", test[i].resourceKey, u_errorName(status)); in TestGetLocaleByType()
/external/icu/icu4c/source/common/unicode/
Dures.h236 const char* resourceKey,
/external/icu/icu4c/source/common/
Duresbund.cpp2291 const char* resourceKey, in ures_countArrayItems() argument
2303 ures_getByKey(resourceBundle, resourceKey, &resData, status); in ures_countArrayItems()
/external/icu/icu4j/tools/build/
Dicu4j52.api3.gz