Home
last modified time | relevance | path

Searched refs:typeMapEntry (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/
Duloc_keytype.cpp177 LocalUResourceBundlePointer typeMapEntry; in initFromResourceBundle() local
180typeMapEntry.adoptInstead(ures_getNextResource(typeMapResByKey.getAlias(), typeMapEntry.orphan(), … in initFromResourceBundle()
184 const char* legacyTypeId = ures_getKey(typeMapEntry.getAlias()); in initFromResourceBundle()
221 UnicodeString uBcpTypeId = ures_getUnicodeString(typeMapEntry.getAlias(), &sts); in initFromResourceBundle()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DKeyTypeData.java339 UResourceBundle typeMapEntry = typeMapResByKeyItr.next(); in initFromResourceBundle() local
340 String legacyTypeId = typeMapEntry.getKey(); in initFromResourceBundle()
341 String bcpTypeId = typeMapEntry.getString(); in initFromResourceBundle()
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
DKeyTypeData.java344 UResourceBundle typeMapEntry = typeMapResByKeyItr.next(); in initFromResourceBundle() local
345 String legacyTypeId = typeMapEntry.getKey(); in initFromResourceBundle()
346 String bcpTypeId = typeMapEntry.getString(); in initFromResourceBundle()