Searched refs:legacyTypeId (Results 1 – 3 of 3) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/ |
D | KeyTypeData.java | 286 String legacyTypeId = typeMapEntry.getKey(); in initFromResourceBundle() local 291 if (legacyTypeId.equals(st.toString())) { in initFromResourceBundle() 307 legacyTypeId = legacyTypeId.replace(':', '/'); in initFromResourceBundle() 315 bcpTypeId = legacyTypeId; in initFromResourceBundle() 323 Type t = new Type(legacyTypeId, bcpTypeId); in initFromResourceBundle() 324 typeDataMap.put(AsciiUtil.toLowerString(legacyTypeId), t); in initFromResourceBundle() 331 Set<String> typeAliasSet = typeAliasMap.get(legacyTypeId); in initFromResourceBundle() 472 String legacyTypeId = typeDataEntry[0]; in initFromTables() local 478 if (legacyTypeId.equals(st.toString())) { in initFromTables() 493 bcpTypeId = legacyTypeId; in initFromTables() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
D | KeyTypeData.java | 284 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/ |
D | uloc_keytype.cpp | 207 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 …]
|