Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
DKeyTypeData.java253 String bcpKeyId = keyMapEntry.getString(); in initFromResourceBundle() local
256 if (bcpKeyId.length() == 0) { in initFromResourceBundle()
258 bcpKeyId = legacyKeyId; in initFromResourceBundle()
262 _Bcp47Keys.put(bcpKeyId, Collections.unmodifiableSet(_bcp47Types)); in initFromResourceBundle()
300 bcpTypeAliasResByKey = bcpTypeAliasRes.get(bcpKeyId); in initFromResourceBundle()
395 KeyData keyData = new KeyData(legacyKeyId, bcpKeyId, typeDataMap, specialTypeSet); in initFromResourceBundle()
399 KEYMAP.put(AsciiUtil.toLowerString(bcpKeyId), keyData); in initFromResourceBundle()
549 String bcpKeyId = (String)keyDataEntry[1];
555 if (bcpKeyId == null) {
556 bcpKeyId = legacyKeyId;
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DKeyTypeData.java248 String bcpKeyId = keyMapEntry.getString(); in initFromResourceBundle() local
251 if (bcpKeyId.length() == 0) { in initFromResourceBundle()
253 bcpKeyId = legacyKeyId; in initFromResourceBundle()
257 _Bcp47Keys.put(bcpKeyId, Collections.unmodifiableSet(_bcp47Types)); in initFromResourceBundle()
295 bcpTypeAliasResByKey = bcpTypeAliasRes.get(bcpKeyId); in initFromResourceBundle()
390 KeyData keyData = new KeyData(legacyKeyId, bcpKeyId, typeDataMap, specialTypeSet); in initFromResourceBundle()
394 KEYMAP.put(AsciiUtil.toLowerString(bcpKeyId), keyData); in initFromResourceBundle()
544 String bcpKeyId = (String)keyDataEntry[1];
550 if (bcpKeyId == null) {
551 bcpKeyId = legacyKeyId;
[all …]
/external/icu/icu4c/source/common/
Duloc_keytype.cpp155 const char* bcpKeyId = legacyKeyId; in initFromResourceBundle() local
168 bcpKeyId = bcpKeyIdBuf; in initFromResourceBundle()
191 …bcpTypeAliasResByKey.adoptInstead(ures_getByKey(bcpTypeAliasRes.getAlias(), bcpKeyId, NULL, &tmpSt… in initFromResourceBundle()
388 keyData->bcpId = bcpKeyId; in initFromResourceBundle()
399 if (legacyKeyId != bcpKeyId) { in initFromResourceBundle()
401 uhash_put(gLocExtKeyMap, (void*)bcpKeyId, keyData, &sts); in initFromResourceBundle()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...