Searched refs:typeAliasDataEntry (Results 1 – 3 of 3) sorted by relevance
264 LocalUResourceBundlePointer typeAliasDataEntry; in initFromResourceBundle() local269 …typeAliasDataEntry.adoptInstead(ures_getNextResource(typeAliasResByKey.getAlias(), typeAliasDataEn… in initFromResourceBundle()270 … const UChar* to = ures_getString(typeAliasDataEntry.getAlias(), &toLen, &sts); in initFromResourceBundle()276 const char* from = ures_getKey(typeAliasDataEntry.getAlias()); in initFromResourceBundle()
283 UResourceBundle typeAliasDataEntry = typeAliasResItr.next(); in initFromResourceBundle() local284 String from = typeAliasDataEntry.getKey(); in initFromResourceBundle()285 String to = typeAliasDataEntry.getString(); in initFromResourceBundle()568 for (String[] typeAliasDataEntry : typeAliasData) {569 String from = typeAliasDataEntry[0];570 String to = typeAliasDataEntry[1];
288 UResourceBundle typeAliasDataEntry = typeAliasResItr.next(); in initFromResourceBundle() local289 String from = typeAliasDataEntry.getKey(); in initFromResourceBundle()290 String to = typeAliasDataEntry.getString(); in initFromResourceBundle()573 for (String[] typeAliasDataEntry : typeAliasData) {574 String from = typeAliasDataEntry[0];575 String to = typeAliasDataEntry[1];