Lines Matching refs:localizations

701   , localizations(NULL)  in RuleBasedNumberFormat()
726 , localizations(NULL) in RuleBasedNumberFormat()
751 , localizations(NULL) in RuleBasedNumberFormat()
775 , localizations(NULL) in RuleBasedNumberFormat()
800 , localizations(NULL) in RuleBasedNumberFormat()
822 , localizations(NULL) in RuleBasedNumberFormat()
889 , localizations(NULL) in RuleBasedNumberFormat()
914 …init(rhs.originalDescription, rhs.localizations ? rhs.localizations->ref() : NULL, perror, status); in operator =()
953 (localizations == NULL in operator ==()
954 ? rhs.localizations == NULL in operator ==()
955 : (rhs.localizations == NULL in operator ==()
957 : *localizations == rhs.localizations))) { in operator ==()
992 if (localizations) { in getRuleSetName()
993 UnicodeString string(TRUE, localizations->getRuleSetName(index), (int32_t)-1); in getRuleSetName()
1016 if (localizations) { in getNumberOfRuleSetNames()
1017 result = localizations->getNumberOfRuleSets(); in getNumberOfRuleSetNames()
1031 if (localizations) { in getNumberOfRuleSetDisplayNameLocales()
1032 return localizations->getNumberOfDisplayLocales(); in getNumberOfRuleSetDisplayNameLocales()
1042 if (localizations && index >= 0 && index < localizations->getNumberOfDisplayLocales()) { in getRuleSetDisplayNameLocale()
1043 UnicodeString name(TRUE, localizations->getLocaleName(index), -1); in getRuleSetDisplayNameLocale()
1068 if (localizations && index >= 0 && index < localizations->getNumberOfRuleSets()) { in getRuleSetDisplayName()
1074 int32_t ix = localizations->indexForLocale(localeStr); in getRuleSetDisplayName()
1076 UnicodeString name(TRUE, localizations->getDisplayName(ix, index), -1); in getRuleSetDisplayName()
1084 UnicodeString name(TRUE, localizations->getRuleSetName(index), -1); in getRuleSetDisplayName()
1094 if (localizations) { in getRuleSetDisplayName()
1096 int32_t ix = localizations->indexForRuleSet(rsn.getTerminatedBuffer()); in getRuleSetDisplayName()
1415 if (localizations) { in setDefaultRuleSet()
1416 UnicodeString name(TRUE, localizations->getRuleSetName(0), -1); in setDefaultRuleSet()
1495 this->localizations = localizationInfos == NULL ? NULL : localizationInfos->ref(); in init()
1781 if (localizations) { in dispose()
1782 localizations = localizations->unref(); in dispose()