Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DKeyTypeData.java284 String legacyTypeId = typeMapEntry.getKey(); in initFromResourceBundle() local
289 if (legacyTypeId.equals(st.toString())) { in initFromResourceBundle()
305 legacyTypeId = legacyTypeId.replace(':', '/'); in initFromResourceBundle()
313 bcpTypeId = legacyTypeId; in initFromResourceBundle()
321 Type t = new Type(legacyTypeId, bcpTypeId); in initFromResourceBundle()
322 typeDataMap.put(AsciiUtil.toLowerString(legacyTypeId), t); in initFromResourceBundle()
329 Set<String> typeAliasSet = typeAliasMap.get(legacyTypeId); in initFromResourceBundle()
470 String legacyTypeId = typeDataEntry[0]; in initFromTables() local
476 if (legacyTypeId.equals(st.toString())) { in initFromTables()
491 bcpTypeId = legacyTypeId; in initFromTables()
[all …]
/external/icu/icu4c/source/common/
Duloc_keytype.cpp207 const char* legacyTypeId = ures_getKey(typeMapEntry.getAlias()); in initFromResourceBundle() local
210 if (uprv_strcmp(legacyTypeId, "CODEPOINTS") == 0) { in initFromResourceBundle()
214 if (uprv_strcmp(legacyTypeId, "REORDER_CODE") == 0) { in initFromResourceBundle()
222 if (uprv_strchr(legacyTypeId, ':') != NULL) { in initFromResourceBundle()
223 int32_t legacyTypeIdLen = uprv_strlen(legacyTypeId); in initFromResourceBundle()
229 const char* p = legacyTypeId; in initFromResourceBundle()
245 legacyTypeId = legacyTypeIdBuf; in initFromResourceBundle()
256 const char* bcpTypeId = legacyTypeId; in initFromResourceBundle()
282 t->legacyId = legacyTypeId; in initFromResourceBundle()
288 uhash_put(typeDataMap, (void*)legacyTypeId, t, &sts); in initFromResourceBundle()
[all …]