Home
last modified time | relevance | path

Searched refs:idMap (Results 1 - 5 of 5) sorted by relevance

/third_party/glslang/SPIRV/
H A DSPVRemapper.cpp874 idmap_t idMap; // Map of load result IDs to what they load in forwardLoadStores() local
890 idMap[asId(start+2)] = asId(start+3); in forwardLoadStores()
897 [&](spv::Id& id) { if (idMap.find(id) != idMap.end()) id = idMap[id]; } in forwardLoadStores()
905 idMap.clear(); in forwardLoadStores()
915 idMap[asId(start+2)] = asId(start+1); in forwardLoadStores()
928 [&](spv::Id& id) { if (idMap.find(id) != idMap.end()) id = idMap[i in forwardLoadStores()
941 idmap_t idMap; // Map of load result IDs to what they load optLoadStore() local
[all...]
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
H A DFetcher.java68 * All non-repeated strings will be put into idMap.
70 public final Map<String, Integer> idMap; field in Fetcher
93 * @param idMap all non-repeated strings will be put into idMap.
95 public Fetcher(String tag, ReentrantLock lock, Map<String, Integer> idMap) { in Fetcher() argument
103 Objects.requireNonNull(idMap); in Fetcher()
104 this.idMap = idMap; in Fetcher()
200 * Dump all datas in this locale to idMap
205 int size = this.idMap in dump()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DPluralRulesLoader.java64 Map<String, String> idMap = getLocaleIdToRulesIdMap(PluralType.CARDINAL); in getFunctionalEquivalent()
65 isAvailable[0] = idMap.containsKey(localeId); in getFunctionalEquivalent()
165 Map<String, String> idMap = getLocaleIdToRulesIdMap(type); in getRulesIdForLocale()
168 while (null == (rulesId = idMap.get(localeId))) { in getRulesIdForLocale()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DPluralRulesLoader.java66 Map<String, String> idMap = getLocaleIdToRulesIdMap(PluralType.CARDINAL); in getFunctionalEquivalent()
67 isAvailable[0] = idMap.containsKey(localeId); in getFunctionalEquivalent()
167 Map<String, String> idMap = getLocaleIdToRulesIdMap(type); in getRulesIdForLocale()
170 while (null == (rulesId = idMap.get(localeId))) { in getRulesIdForLocale()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 4 milliseconds