/external/icu/android_icu4j/src/main/java/android/icu/impl/number/ |
D | CompactData.java | 64 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/ |
D | CompactData.java | 59 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/ |
D | number_compact.cpp | 71 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/ |
D | iomapper.cpp | 975 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/ |
D | TimeUnitFormat.java | 431 …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/ |
D | TimeUnitFormat.java | 433 …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/ |
D | SLF4JBridgeHandlerTest.java | 108 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/ |
D | iomapper.cpp | 966 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/ |
D | OcAgentNodeUtils.java | 170 StringBuilder builder, String resourceKey, String resourceValue) { in putIntoBuilderIfHasValue() argument 178 builder.append(resourceKey); in putIntoBuilderIfHasValue()
|
/external/icu/icu4c/source/test/intltest/ |
D | restest.cpp | 602 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/ |
D | crestst.c | 1028 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/ |
D | ures.h | 239 const char* resourceKey,
|
/external/icu/libicu/cts_headers/unicode/ |
D | ures.h | 239 const char* resourceKey,
|
/external/icu/libandroidicu/include/unicode/ |
D | ures.h | 239 const char* resourceKey,
|
/external/icu/icu4c/source/common/ |
D | uresbund.cpp | 2388 const char* resourceKey, in ures_countArrayItems() argument 2400 ures_getByKey(resourceBundle, resourceKey, &resData, status); in ures_countArrayItems()
|