Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DCompactData.java64 StringBuilder resourceKey = new StringBuilder(); in populate() local
65 getResourceBundleKey(nsName, compactStyle, compactType, resourceKey); in populate()
66 rb.getAllItemsWithFallbackNoFail(resourceKey.toString(), sink); in populate()
68 getResourceBundleKey("latn", compactStyle, compactType, resourceKey); in populate()
69 rb.getAllItemsWithFallbackNoFail(resourceKey.toString(), sink); in populate()
72 getResourceBundleKey(nsName, CompactStyle.SHORT, compactType, resourceKey); in populate()
73 rb.getAllItemsWithFallbackNoFail(resourceKey.toString(), sink); in populate()
76 getResourceBundleKey("latn", CompactStyle.SHORT, compactType, resourceKey); in populate()
77 rb.getAllItemsWithFallbackNoFail(resourceKey.toString(), sink); in populate()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DCompactData.java59 StringBuilder resourceKey = new StringBuilder(); in populate() local
60 getResourceBundleKey(nsName, compactStyle, compactType, resourceKey); in populate()
61 rb.getAllItemsWithFallbackNoFail(resourceKey.toString(), sink); in populate()
63 getResourceBundleKey("latn", compactStyle, compactType, resourceKey); in populate()
64 rb.getAllItemsWithFallbackNoFail(resourceKey.toString(), sink); in populate()
67 getResourceBundleKey(nsName, CompactStyle.SHORT, compactType, resourceKey); in populate()
68 rb.getAllItemsWithFallbackNoFail(resourceKey.toString(), sink); in populate()
71 getResourceBundleKey("latn", CompactStyle.SHORT, compactType, resourceKey); in populate()
72 rb.getAllItemsWithFallbackNoFail(resourceKey.toString(), sink); in populate()
/external/icu/icu4c/source/i18n/
Dnumber_compact.cpp71 CharString resourceKey; in populate() local
72 getResourceBundleKey(nsName, compactStyle, compactType, resourceKey, status); in populate()
74 ures_getAllItemsWithFallback(rb.getAlias(), resourceKey.data(), sink, localStatus); in populate()
76 getResourceBundleKey("latn", compactStyle, compactType, resourceKey, status); in populate()
78 ures_getAllItemsWithFallback(rb.getAlias(), resourceKey.data(), sink, localStatus); in populate()
81 getResourceBundleKey(nsName, CompactStyle::UNUM_SHORT, compactType, resourceKey, status); in populate()
83 ures_getAllItemsWithFallback(rb.getAlias(), resourceKey.data(), sink, localStatus); in populate()
86 getResourceBundleKey("latn", CompactStyle::UNUM_SHORT, compactType, resourceKey, status); in populate()
88 ures_getAllItemsWithFallback(rb.getAlias(), resourceKey.data(), sink, localStatus); in populate()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
Diomapper.cpp975 int resourceKey = buildStorageKey(keyStage, storage); in resolveInOutLocation() local
976 if (! storageSlotMap[resourceKey].empty()) { in resolveInOutLocation()
977 TVarSlotMap::iterator iter = storageSlotMap[resourceKey].find(name); in resolveInOutLocation()
978 if (iter != storageSlotMap[resourceKey].end()) { in resolveInOutLocation()
1000 location = getFreeSlot(resourceKey, 0, typeLocationSize); in resolveInOutLocation()
1001 storageSlotMap[resourceKey][name] = location; in resolveInOutLocation()
1006 location = getFreeSlot(resourceKey, 0, typeLocationSize); in resolveInOutLocation()
1008 storageSlotMap[resourceKey] = varSlotMap; in resolveInOutLocation()
1051 int resourceKey = buildStorageKey(EShLangCount, EvqUniform); in resolveUniformLocation() local
1052 TVarSlotMap& slotMap = storageSlotMap[resourceKey]; in resolveUniformLocation()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeUnitFormat.java431 …private void setup(String resourceKey, Map<TimeUnit, Map<String, Object[]>> timeUnitToCountToPatte… in setup() argument
441 resource.getAllItemsWithFallback(resourceKey, sink); in setup()
476 … searchInTree(resourceKey, style, timeUnit, pluralCount, pluralCount, countToPatterns); in setup()
490 … private void searchInTree(String resourceKey, int styl, TimeUnit timeUnit, String srcPluralCount, in searchInTree() argument
499 unitsRes = unitsRes.getWithFallback(resourceKey); in searchInTree()
516 if (parentLocale == null && resourceKey.equals("unitsShort")) { in searchInTree()
551 searchInTree(resourceKey, styl, timeUnit, srcPluralCount, "other", countToPatterns); in searchInTree()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTimeUnitFormat.java433 …private void setup(String resourceKey, Map<TimeUnit, Map<String, Object[]>> timeUnitToCountToPatte… in setup() argument
443 resource.getAllItemsWithFallback(resourceKey, sink); in setup()
478 … searchInTree(resourceKey, style, timeUnit, pluralCount, pluralCount, countToPatterns); in setup()
492 … private void searchInTree(String resourceKey, int styl, TimeUnit timeUnit, String srcPluralCount, in searchInTree() argument
501 unitsRes = unitsRes.getWithFallback(resourceKey); in searchInTree()
518 if (parentLocale == null && resourceKey.equals("unitsShort")) { in searchInTree()
553 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/deqp-deps/glslang/glslang/MachineIndependent/
Diomapper.cpp966 int resourceKey = buildStorageKey(keyStage, storage); in resolveInOutLocation() local
967 if (! storageSlotMap[resourceKey].empty()) { in resolveInOutLocation()
968 TVarSlotMap::iterator iter = storageSlotMap[resourceKey].find(name); in resolveInOutLocation()
969 if (iter != storageSlotMap[resourceKey].end()) { in resolveInOutLocation()
991 location = getFreeSlot(resourceKey, 0, typeLocationSize); in resolveInOutLocation()
992 storageSlotMap[resourceKey][name] = location; in resolveInOutLocation()
997 location = getFreeSlot(resourceKey, 0, typeLocationSize); in resolveInOutLocation()
999 storageSlotMap[resourceKey] = varSlotMap; in resolveInOutLocation()
1042 int resourceKey = buildStorageKey(EShLangCount, EvqUniform); in resolveUniformLocation() local
1043 TVarSlotMap& slotMap = storageSlotMap[resourceKey]; in resolveUniformLocation()
[all …]
/external/opencensus-java/exporters/trace/ocagent/src/main/java/io/opencensus/exporter/trace/ocagent/
DOcAgentNodeUtils.java170 StringBuilder builder, String resourceKey, String resourceValue) { in putIntoBuilderIfHasValue() argument
178 builder.append(resourceKey); in putIntoBuilderIfHasValue()
/external/icu/icu4c/source/test/intltest/
Drestest.cpp602 const char *resourceKey; in TestGetLocaleByType() member
635 ResourceBundle res = rb.get(test[i].resourceKey, status); in TestGetLocaleByType()
638 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.c1028 const char *resourceKey; in TestGetLocaleByType() member
1063 res = ures_getByKey(rb, test[i].resourceKey, res, &status); in TestGetLocaleByType()
1066 … 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.h239 const char* resourceKey,
/external/icu/libicu/cts_headers/unicode/
Dures.h239 const char* resourceKey,
/external/icu/libandroidicu/include/unicode/
Dures.h239 const char* resourceKey,
/external/icu/icu4c/source/common/
Duresbund.cpp2388 const char* resourceKey, in ures_countArrayItems() argument
2400 ures_getByKey(resourceBundle, resourceKey, &resData, status); in ures_countArrayItems()