Lines Matching refs:localizations

693   , localizations(NULL)  in RuleBasedNumberFormat()
718 , localizations(NULL) in RuleBasedNumberFormat()
743 , localizations(NULL) in RuleBasedNumberFormat()
767 , localizations(NULL) in RuleBasedNumberFormat()
792 , localizations(NULL) in RuleBasedNumberFormat()
814 , localizations(NULL) in RuleBasedNumberFormat()
881 , localizations(NULL) in RuleBasedNumberFormat()
906 …init(rhs.originalDescription, rhs.localizations ? rhs.localizations->ref() : NULL, perror, status); in operator =()
945 (localizations == NULL in operator ==()
946 ? rhs.localizations == NULL in operator ==()
947 : (rhs.localizations == NULL in operator ==()
949 : *localizations == rhs.localizations))) { in operator ==()
984 if (localizations) { in getRuleSetName()
985 UnicodeString string(TRUE, localizations->getRuleSetName(index), (int32_t)-1); in getRuleSetName()
1008 if (localizations) { in getNumberOfRuleSetNames()
1009 result = localizations->getNumberOfRuleSets(); in getNumberOfRuleSetNames()
1023 if (localizations) { in getNumberOfRuleSetDisplayNameLocales()
1024 return localizations->getNumberOfDisplayLocales(); in getNumberOfRuleSetDisplayNameLocales()
1034 if (localizations && index >= 0 && index < localizations->getNumberOfDisplayLocales()) { in getRuleSetDisplayNameLocale()
1035 UnicodeString name(TRUE, localizations->getLocaleName(index), -1); in getRuleSetDisplayNameLocale()
1060 if (localizations && index >= 0 && index < localizations->getNumberOfRuleSets()) { in getRuleSetDisplayName()
1066 int32_t ix = localizations->indexForLocale(localeStr); in getRuleSetDisplayName()
1068 UnicodeString name(TRUE, localizations->getDisplayName(ix, index), -1); in getRuleSetDisplayName()
1076 UnicodeString name(TRUE, localizations->getRuleSetName(index), -1); in getRuleSetDisplayName()
1086 if (localizations) { in getRuleSetDisplayName()
1088 int32_t ix = localizations->indexForRuleSet(rsn.getTerminatedBuffer()); in getRuleSetDisplayName()
1424 if (localizations) { in setDefaultRuleSet()
1425 UnicodeString name(TRUE, localizations->getRuleSetName(0), -1); in setDefaultRuleSet()
1504 this->localizations = localizationInfos == NULL ? NULL : localizationInfos->ref(); in init()
1790 if (localizations) { in dispose()
1791 localizations = localizations->unref(); in dispose()