• Home
  • Raw
  • Download

Lines Matching full:localizations

670   , localizations(NULL)  in RuleBasedNumberFormat()
694 , localizations(NULL) in RuleBasedNumberFormat()
718 , localizations(NULL) in RuleBasedNumberFormat()
741 , localizations(NULL) in RuleBasedNumberFormat()
765 , localizations(NULL) in RuleBasedNumberFormat()
786 , localizations(NULL) in RuleBasedNumberFormat()
852 , localizations(NULL) in RuleBasedNumberFormat()
877 …init(rhs.originalDescription, rhs.localizations ? rhs.localizations->ref() : NULL, perror, status); in operator =()
915 (localizations == NULL in operator ==()
916 ? rhs.localizations == NULL in operator ==()
917 : (rhs.localizations == NULL in operator ==()
919 : *localizations == rhs.localizations))) { in operator ==()
954 if (localizations) { in getRuleSetName()
955 UnicodeString string(TRUE, localizations->getRuleSetName(index), (int32_t)-1); in getRuleSetName()
978 if (localizations) { in getNumberOfRuleSetNames()
979 result = localizations->getNumberOfRuleSets(); in getNumberOfRuleSetNames()
993 if (localizations) { in getNumberOfRuleSetDisplayNameLocales()
994 return localizations->getNumberOfDisplayLocales(); in getNumberOfRuleSetDisplayNameLocales()
1004 if (localizations && index >= 0 && index < localizations->getNumberOfDisplayLocales()) { in getRuleSetDisplayNameLocale()
1005 UnicodeString name(TRUE, localizations->getLocaleName(index), -1); in getRuleSetDisplayNameLocale()
1030 if (localizations && index >= 0 && index < localizations->getNumberOfRuleSets()) { in getRuleSetDisplayName()
1036 int32_t ix = localizations->indexForLocale(localeStr); in getRuleSetDisplayName()
1038 UnicodeString name(TRUE, localizations->getDisplayName(ix, index), -1); in getRuleSetDisplayName()
1046 UnicodeString name(TRUE, localizations->getRuleSetName(index), -1); in getRuleSetDisplayName()
1056 if (localizations) { in getRuleSetDisplayName()
1058 int32_t ix = localizations->indexForRuleSet(rsn.getTerminatedBuffer()); in getRuleSetDisplayName()
1293 if (localizations) { in setDefaultRuleSet()
1294 UnicodeString name(TRUE, localizations->getRuleSetName(0), -1); in setDefaultRuleSet()
1373 this->localizations = localizationInfos == NULL ? NULL : localizationInfos->ref(); in init()
1659 if (localizations) { in dispose()
1660 localizations = localizations->unref(); in dispose()