Lines Matching full:localizations

668   , localizations(NULL)  in RuleBasedNumberFormat()
692 , localizations(NULL) in RuleBasedNumberFormat()
716 , localizations(NULL) in RuleBasedNumberFormat()
739 , localizations(NULL) in RuleBasedNumberFormat()
763 , localizations(NULL) in RuleBasedNumberFormat()
784 , localizations(NULL) in RuleBasedNumberFormat()
850 , localizations(NULL) in RuleBasedNumberFormat()
875 …init(rhs.originalDescription, rhs.localizations ? rhs.localizations->ref() : NULL, perror, status); in operator =()
913 (localizations == NULL in operator ==()
914 ? rhs.localizations == NULL in operator ==()
915 : (rhs.localizations == NULL in operator ==()
917 : *localizations == rhs.localizations))) { in operator ==()
952 if (localizations) { in getRuleSetName()
953 UnicodeString string(TRUE, localizations->getRuleSetName(index), (int32_t)-1); in getRuleSetName()
976 if (localizations) { in getNumberOfRuleSetNames()
977 result = localizations->getNumberOfRuleSets(); in getNumberOfRuleSetNames()
991 if (localizations) { in getNumberOfRuleSetDisplayNameLocales()
992 return localizations->getNumberOfDisplayLocales(); in getNumberOfRuleSetDisplayNameLocales()
1002 if (localizations && index >= 0 && index < localizations->getNumberOfDisplayLocales()) { in getRuleSetDisplayNameLocale()
1003 UnicodeString name(TRUE, localizations->getLocaleName(index), -1); in getRuleSetDisplayNameLocale()
1028 if (localizations && index >= 0 && index < localizations->getNumberOfRuleSets()) { in getRuleSetDisplayName()
1034 int32_t ix = localizations->indexForLocale(localeStr); in getRuleSetDisplayName()
1036 UnicodeString name(TRUE, localizations->getDisplayName(ix, index), -1); in getRuleSetDisplayName()
1044 UnicodeString name(TRUE, localizations->getRuleSetName(index), -1); in getRuleSetDisplayName()
1054 if (localizations) { in getRuleSetDisplayName()
1056 int32_t ix = localizations->indexForRuleSet(rsn.getTerminatedBuffer()); in getRuleSetDisplayName()
1288 if (localizations) { in setDefaultRuleSet()
1289 UnicodeString name(TRUE, localizations->getRuleSetName(0), -1); in setDefaultRuleSet()
1368 this->localizations = localizationInfos == NULL ? NULL : localizationInfos->ref(); in init()
1654 if (localizations) { in dispose()
1655 localizations = localizations->unref(); in dispose()