Searched refs:typeDataMap (Results 1 – 4 of 4) sorted by relevance
325 Map<String, Type> typeDataMap = new HashMap<String, Type>(); in initFromResourceBundle() local374 typeDataMap.put(AsciiUtil.toLowerString(legacyTypeId), t); in initFromResourceBundle()376 typeDataMap.put(AsciiUtil.toLowerString(bcpTypeId), t); in initFromResourceBundle()384 typeDataMap.put(AsciiUtil.toLowerString(alias), t); in initFromResourceBundle()392 typeDataMap.put(AsciiUtil.toLowerString(alias), t); in initFromResourceBundle()399 KeyData keyData = new KeyData(legacyKeyId, bcpKeyId, typeDataMap, specialTypeSet); in initFromResourceBundle()598 Map<String, Type> typeDataMap = new HashMap<String, Type>();632 typeDataMap.put(AsciiUtil.toLowerString(legacyTypeId), t);634 typeDataMap.put(AsciiUtil.toLowerString(bcpTypeId), t);641 typeDataMap.put(AsciiUtil.toLowerString(alias), t);[all …]
330 Map<String, Type> typeDataMap = new HashMap<String, Type>(); in initFromResourceBundle() local379 typeDataMap.put(AsciiUtil.toLowerString(legacyTypeId), t); in initFromResourceBundle()381 typeDataMap.put(AsciiUtil.toLowerString(bcpTypeId), t); in initFromResourceBundle()389 typeDataMap.put(AsciiUtil.toLowerString(alias), t); in initFromResourceBundle()397 typeDataMap.put(AsciiUtil.toLowerString(alias), t); in initFromResourceBundle()404 KeyData keyData = new KeyData(legacyKeyId, bcpKeyId, typeDataMap, specialTypeSet); in initFromResourceBundle()603 Map<String, Type> typeDataMap = new HashMap<String, Type>();637 typeDataMap.put(AsciiUtil.toLowerString(legacyTypeId), t);639 typeDataMap.put(AsciiUtil.toLowerString(bcpTypeId), t);646 typeDataMap.put(AsciiUtil.toLowerString(alias), t);[all …]
146 UHashtable* typeDataMap = uhash_open(uhash_hashIChars, uhash_compareIChars, NULL, &sts); in initFromResourceBundle() local253 uhash_put(typeDataMap, (void*)legacyTypeId, t, &sts); in initFromResourceBundle()256 uhash_put(typeDataMap, (void*)bcpTypeId, t, &sts); in initFromResourceBundle()296 uhash_put(typeDataMap, (void*)from, t, &sts); in initFromResourceBundle()318 uhash_put(typeDataMap, (void*)from, t, &sts); in initFromResourceBundle()339 keyData->typeMap.adoptInstead(typeDataMap); in initFromResourceBundle()
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...