Searched refs:legacyTypeId (Results 1 – 4 of 4) sorted by relevance
184 const char* legacyTypeId = ures_getKey(typeMapEntry.getAlias()); in initFromResourceBundle() local187 if (uprv_strcmp(legacyTypeId, "CODEPOINTS") == 0) { in initFromResourceBundle()191 if (uprv_strcmp(legacyTypeId, "REORDER_CODE") == 0) { in initFromResourceBundle()195 if (uprv_strcmp(legacyTypeId, "RG_KEY_VALUE") == 0) { in initFromResourceBundle()203 if (uprv_strchr(legacyTypeId, ':') != NULL) { in initFromResourceBundle()205 gKeyTypeStringPool->create(legacyTypeId, sts); in initFromResourceBundle()217 legacyTypeId = legacyTypeIdBuf->data(); in initFromResourceBundle()227 const char* bcpTypeId = legacyTypeId; in initFromResourceBundle()251 t->legacyId = legacyTypeId; in initFromResourceBundle()253 uhash_put(typeDataMap, (void*)legacyTypeId, t, &sts); in initFromResourceBundle()[all …]
340 String legacyTypeId = typeMapEntry.getKey(); in initFromResourceBundle() local344 final char first = legacyTypeId.charAt(0); in initFromResourceBundle()350 specialTypeSet.add(SpecialType.valueOf(legacyTypeId)); in initFromResourceBundle()351 _bcp47Types.add(legacyTypeId); in initFromResourceBundle()358 legacyTypeId = legacyTypeId.replace(':', '/'); in initFromResourceBundle()364 bcpTypeId = legacyTypeId; in initFromResourceBundle()373 Type t = new Type(legacyTypeId, bcpTypeId); in initFromResourceBundle()374 typeDataMap.put(AsciiUtil.toLowerString(legacyTypeId), t); in initFromResourceBundle()381 Set<String> typeAliasSet = typeAliasMap.get(legacyTypeId); in initFromResourceBundle()602 String legacyTypeId = typeDataEntry[0];[all …]
345 String legacyTypeId = typeMapEntry.getKey(); in initFromResourceBundle() local349 final char first = legacyTypeId.charAt(0); in initFromResourceBundle()355 specialTypeSet.add(SpecialType.valueOf(legacyTypeId)); in initFromResourceBundle()356 _bcp47Types.add(legacyTypeId); in initFromResourceBundle()363 legacyTypeId = legacyTypeId.replace(':', '/'); in initFromResourceBundle()369 bcpTypeId = legacyTypeId; in initFromResourceBundle()378 Type t = new Type(legacyTypeId, bcpTypeId); in initFromResourceBundle()379 typeDataMap.put(AsciiUtil.toLowerString(legacyTypeId), t); in initFromResourceBundle()386 Set<String> typeAliasSet = typeAliasMap.get(legacyTypeId); in initFromResourceBundle()607 String legacyTypeId = typeDataEntry[0];[all …]
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...