Home
last modified time | relevance | path

Searched refs:legacyTypeId (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/common/
Duloc_keytype.cpp184 const char* legacyTypeId = ures_getKey(typeMapEntry.getAlias()); in initFromResourceBundle() local
187 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 …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DKeyTypeData.java340 String legacyTypeId = typeMapEntry.getKey(); in initFromResourceBundle() local
344 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 …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
DKeyTypeData.java345 String legacyTypeId = typeMapEntry.getKey(); in initFromResourceBundle() local
349 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 …]
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...