Home
last modified time | relevance | path

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

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/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()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DCompactData.java60 StringBuilder resourceKey = new StringBuilder(); in populate() local
61 getResourceBundleKey(nsName, compactStyle, compactType, resourceKey); in populate()
62 rb.getAllItemsWithFallbackNoFail(resourceKey.toString(), sink); in populate()
64 getResourceBundleKey("latn", compactStyle, compactType, resourceKey); in populate()
65 rb.getAllItemsWithFallbackNoFail(resourceKey.toString(), sink); in populate()
68 getResourceBundleKey(nsName, CompactStyle.SHORT, compactType, resourceKey); in populate()
69 rb.getAllItemsWithFallbackNoFail(resourceKey.toString(), sink); in populate()
72 getResourceBundleKey("latn", CompactStyle.SHORT, compactType, resourceKey); in populate()
73 rb.getAllItemsWithFallbackNoFail(resourceKey.toString(), sink); in populate()
/third_party/flutter/skia/third_party/externals/icu/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()
/third_party/node/deps/icu-small/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()
/third_party/skia/third_party/externals/icu/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()
/third_party/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()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/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()
/third_party/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()
/third_party/glslang/glslang/MachineIndependent/
Diomapper.cpp655 int resourceKey = buildStorageKey(keyStage, storage); in resolveInOutLocation() local
656 if (! storageSlotMap[resourceKey].empty()) { in resolveInOutLocation()
657 TVarSlotMap::iterator iter = storageSlotMap[resourceKey].find(name); in resolveInOutLocation()
658 if (iter != storageSlotMap[resourceKey].end()) { in resolveInOutLocation()
680 location = getFreeSlot(resourceKey, 0, typeLocationSize); in resolveInOutLocation()
681 storageSlotMap[resourceKey][name] = location; in resolveInOutLocation()
686 location = getFreeSlot(resourceKey, 0, typeLocationSize); in resolveInOutLocation()
688 storageSlotMap[resourceKey] = varSlotMap; in resolveInOutLocation()
731 int resourceKey = buildStorageKey(EShLangCount, EvqUniform); in resolveUniformLocation() local
732 TVarSlotMap& slotMap = storageSlotMap[resourceKey]; in resolveUniformLocation()
[all …]
/third_party/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()
/third_party/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()
/third_party/icu/icu4c/source/common/unicode/
Dures.h239 const char* resourceKey,
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dures.h239 const char* resourceKey,
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dures.h236 const char* resourceKey,
/third_party/node/deps/icu-small/source/common/unicode/
Dures.h239 const char* resourceKey,
/third_party/icu/icu4c/source/common/
Duresbund.cpp2399 const char* resourceKey, in ures_countArrayItems() argument
2411 ures_getByKey(resourceBundle, resourceKey, &resData, status); in ures_countArrayItems()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duresbund.cpp2323 const char* resourceKey, in ures_countArrayItems() argument
2335 ures_getByKey(resourceBundle, resourceKey, &resData, status); in ures_countArrayItems()
/third_party/skia/third_party/externals/icu/source/common/
Duresbund.cpp2399 const char* resourceKey, in ures_countArrayItems() argument
2411 ures_getByKey(resourceBundle, resourceKey, &resData, status); in ures_countArrayItems()
/third_party/node/deps/icu-small/source/common/
Duresbund.cpp2587 const char* resourceKey, in ures_countArrayItems() argument
2599 ures_getByKey(resourceBundle, resourceKey, &resData, status); in ures_countArrayItems()