Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DKeyTypeData.java329 Set<String> typeAliasSet = typeAliasMap.get(legacyTypeId); in initFromResourceBundle() local
330 if (typeAliasSet != null) { in initFromResourceBundle()
331 for (String alias : typeAliasSet) { in initFromResourceBundle()
506 Set<String> typeAliasSet = typeAliasMap.get(legacyTypeId); in initFromTables() local
507 if (typeAliasSet != null) { in initFromTables()
508 for (String alias : typeAliasSet) { in initFromTables()