Lines Matching full:localizations
695 , localizations(NULL) in RuleBasedNumberFormat()
720 , localizations(NULL) in RuleBasedNumberFormat()
745 , localizations(NULL) in RuleBasedNumberFormat()
769 , localizations(NULL) in RuleBasedNumberFormat()
794 , localizations(NULL) in RuleBasedNumberFormat()
816 , localizations(NULL) in RuleBasedNumberFormat()
883 , localizations(NULL) in RuleBasedNumberFormat()
908 …init(rhs.originalDescription, rhs.localizations ? rhs.localizations->ref() : NULL, perror, status); in operator =()
947 (localizations == NULL in operator ==()
948 ? rhs.localizations == NULL in operator ==()
949 : (rhs.localizations == NULL in operator ==()
951 : *localizations == rhs.localizations))) { in operator ==()
986 if (localizations) { in getRuleSetName()
987 UnicodeString string(TRUE, localizations->getRuleSetName(index), (int32_t)-1); in getRuleSetName()
1010 if (localizations) { in getNumberOfRuleSetNames()
1011 result = localizations->getNumberOfRuleSets(); in getNumberOfRuleSetNames()
1025 if (localizations) { in getNumberOfRuleSetDisplayNameLocales()
1026 return localizations->getNumberOfDisplayLocales(); in getNumberOfRuleSetDisplayNameLocales()
1036 if (localizations && index >= 0 && index < localizations->getNumberOfDisplayLocales()) { in getRuleSetDisplayNameLocale()
1037 UnicodeString name(TRUE, localizations->getLocaleName(index), -1); in getRuleSetDisplayNameLocale()
1062 if (localizations && index >= 0 && index < localizations->getNumberOfRuleSets()) { in getRuleSetDisplayName()
1068 int32_t ix = localizations->indexForLocale(localeStr); in getRuleSetDisplayName()
1070 UnicodeString name(TRUE, localizations->getDisplayName(ix, index), -1); in getRuleSetDisplayName()
1078 UnicodeString name(TRUE, localizations->getRuleSetName(index), -1); in getRuleSetDisplayName()
1088 if (localizations) { in getRuleSetDisplayName()
1090 int32_t ix = localizations->indexForRuleSet(rsn.getTerminatedBuffer()); in getRuleSetDisplayName()
1448 if (localizations) { in setDefaultRuleSet()
1449 UnicodeString name(TRUE, localizations->getRuleSetName(0), -1); in setDefaultRuleSet()
1528 this->localizations = localizationInfos == NULL ? NULL : localizationInfos->ref(); in init()
1814 if (localizations) { in dispose()
1815 localizations = localizations->unref(); in dispose()