Lines Matching full:localizations
666 , localizations(NULL) in RuleBasedNumberFormat()
688 , localizations(NULL) in RuleBasedNumberFormat()
710 , localizations(NULL) in RuleBasedNumberFormat()
731 , localizations(NULL) in RuleBasedNumberFormat()
753 , localizations(NULL) in RuleBasedNumberFormat()
772 , localizations(NULL) in RuleBasedNumberFormat()
836 , localizations(NULL) in RuleBasedNumberFormat()
860 …init(rhs.originalDescription, rhs.localizations ? rhs.localizations->ref() : NULL, perror, status); in operator =()
899 (localizations == NULL in operator ==()
900 ? rhs.localizations == NULL in operator ==()
901 : (rhs.localizations == NULL in operator ==()
903 : *localizations == rhs.localizations))) { in operator ==()
938 if (localizations) { in getRuleSetName()
939 UnicodeString string(TRUE, localizations->getRuleSetName(index), (int32_t)-1); in getRuleSetName()
961 if (localizations) { in getNumberOfRuleSetNames()
962 result = localizations->getNumberOfRuleSets(); in getNumberOfRuleSetNames()
975 if (localizations) { in getNumberOfRuleSetDisplayNameLocales()
976 return localizations->getNumberOfDisplayLocales(); in getNumberOfRuleSetDisplayNameLocales()
986 if (localizations && index >= 0 && index < localizations->getNumberOfDisplayLocales()) { in getRuleSetDisplayNameLocale()
987 UnicodeString name(TRUE, localizations->getLocaleName(index), -1); in getRuleSetDisplayNameLocale()
1012 if (localizations && index >= 0 && index < localizations->getNumberOfRuleSets()) { in getRuleSetDisplayName()
1018 int32_t ix = localizations->indexForLocale(localeStr); in getRuleSetDisplayName()
1020 UnicodeString name(TRUE, localizations->getDisplayName(ix, index), -1); in getRuleSetDisplayName()
1028 UnicodeString name(TRUE, localizations->getRuleSetName(index), -1); in getRuleSetDisplayName()
1038 if (localizations) { in getRuleSetDisplayName()
1040 int32_t ix = localizations->indexForRuleSet(rsn.getTerminatedBuffer()); in getRuleSetDisplayName()
1278 if (localizations) { in setDefaultRuleSet()
1279 UnicodeString name(TRUE, localizations->getRuleSetName(0), -1); in setDefaultRuleSet()
1351 this->localizations = localizationInfos == NULL ? NULL : localizationInfos->ref(); in init()
1630 if (localizations) localizations = localizations->unref(); in dispose()