Home
last modified time | relevance | path

Searched refs:localizations (Results 1 – 25 of 668) sorted by relevance

12345678910>>...27

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.updatesite/src/org/eclipse/equinox/internal/p2/updatesite/
H A DSiteModel.java50 private Map<Locale, Map<String, String>> localizations; field in SiteModel
88 if (localizations != null && !localizations.isEmpty()) in addCategory()
89 category.setLocalizations(localizations); in addCategory()
290 return this.localizations; in getLocalizations()
367 public void setLocalizations(Map<Locale, Map<String, String>> localizations) { in setLocalizations() argument
368 this.localizations = localizations; in setLocalizations()
369 if (localizations != null && !localizations.isEmpty() && // in setLocalizations()
372 category.setLocalizations(localizations); in setLocalizations()
H A DSiteCategory.java33 private Map<Locale, Map<String, String>> localizations; field in SiteCategory
111 return this.localizations; in getLocalizations()
184 public void setLocalizations(Map<Locale, Map<String, String>> localizations) { in setLocalizations() argument
185 this.localizations = localizations; in setLocalizations()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/cups/libs/cups/
H A Ddest-localization.c69 if (!dinfo->localizations) in cupsLocalizeDestOption()
72 if (cupsArrayCount(dinfo->localizations) == 0) in cupsLocalizeDestOption()
76 if ((match = (_cups_message_t *)cupsArrayFind(dinfo->localizations, in cupsLocalizeDestOption()
110 if (!dinfo->localizations) in cupsLocalizeDestValue()
113 if (cupsArrayCount(dinfo->localizations) == 0) in cupsLocalizeDestValue()
118 if ((match = (_cups_message_t *)cupsArrayFind(dinfo->localizations, in cupsLocalizeDestValue()
155 dinfo->localizations = _cupsMessageNew(NULL); in cups_create_localizations()
259 cupsArrayAdd(dinfo->localizations, m); in cups_create_localizations()
275 cupsArrayCount(dinfo->localizations))); in cups_create_localizations()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher/src/org/eclipse/equinox/spi/p2/publisher/
H A DLocalizationHelper.java69 HashMap<Locale, Map<String, String>> localizations = null; in getDirPropertyLocalizations() local
72 localizations = new HashMap<>(localizationFiles.length); in getDirPropertyLocalizations()
80 localizations.put(nextLocale, localizedStrings); in getDirPropertyLocalizations()
82 localizations.put(nextLocale, localizedStrings); in getDirPropertyLocalizations()
91 return localizations; in getDirPropertyLocalizations()
95 Map<Locale, Map<String, String>> localizations = new HashMap<>(4); in getJarPropertyLocalizations() local
108 localizations.put(nextLocale, localizedStrings); in getJarPropertyLocalizations()
110 localizations.put(nextLocale, localizedStrings); in getJarPropertyLocalizations()
120 return localizations; in getJarPropertyLocalizations()
/dports/print/cups/cups-2.3.3op2/cups/
H A Ddest-localization.c102 if (!dinfo->localizations) in cupsLocalizeDestMedia()
108 if ((match = (_cups_message_t *)cupsArrayFind(dinfo->localizations, &key)) != NULL) in cupsLocalizeDestMedia()
119 if ((match = (_cups_message_t *)cupsArrayFind(dinfo->localizations, &key)) != NULL) in cupsLocalizeDestMedia()
212 cupsArrayAdd(dinfo->localizations, match); in cupsLocalizeDestMedia()
247 if (!dinfo->localizations) in cupsLocalizeDestOption()
251 if ((match = (_cups_message_t *)cupsArrayFind(dinfo->localizations, &key)) != NULL) in cupsLocalizeDestOption()
305 if (!dinfo->localizations) in cupsLocalizeDestValue()
355 dinfo->localizations = _cupsMessageNew(NULL); in cups_create_localizations()
370 dinfo->localizations = _cupsMessageNew(NULL); in cups_create_localizations()
430 dinfo->localizations = _cupsMessageLoad(tempfile, _CUPS_MESSAGE_STRINGS); in cups_create_localizations()
[all …]
/dports/textproc/R-cran-stringi/stringi/src/icu55/i18n/
H A Drbnf.cpp666 , 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()
903 : *localizations == rhs.localizations))) { in operator ==()
938 if (localizations) { in getRuleSetName()
961 if (localizations) { in getNumberOfRuleSetNames()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/i18n/
H A Drbnf.cpp670 , 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()
919 : *localizations == rhs.localizations))) { in operator ==()
954 if (localizations) { in getRuleSetName()
978 if (localizations) { in getNumberOfRuleSetNames()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/icu4c-57.1/source/i18n/
H A Drbnf.cpp668 , 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()
917 : *localizations == rhs.localizations))) { in operator ==()
952 if (localizations) { in getRuleSetName()
976 if (localizations) { in getNumberOfRuleSetNames()
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/YouTube/
H A DChannelSection.php73 public function setLocalizations($localizations) argument
75 $this->localizations = $localizations;
82 return $this->localizations;
H A DPlaylist.php75 public function setLocalizations($localizations) argument
77 $this->localizations = $localizations;
84 return $this->localizations;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/YouTube/
H A DChannelSection.php73 public function setLocalizations($localizations) argument
75 $this->localizations = $localizations;
82 return $this->localizations;
H A DPlaylist.php75 public function setLocalizations($localizations) argument
77 $this->localizations = $localizations;
84 return $this->localizations;
H A DChannel.php141 public function setLocalizations($localizations) argument
143 $this->localizations = $localizations;
150 return $this->localizations;
/dports/devel/icu/icu/source/i18n/
H A Drbnf.cpp701 , 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()
957 : *localizations == rhs.localizations))) { in operator ==()
992 if (localizations) { in getRuleSetName()
1016 if (localizations) { in getNumberOfRuleSetNames()
[all …]
/dports/devel/icu-lx/icu/source/i18n/
H A Drbnf.cpp701 , 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()
957 : *localizations == rhs.localizations))) { in operator ==()
992 if (localizations) { in getRuleSetName()
1016 if (localizations) { in getNumberOfRuleSetNames()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/i18n/
H A Drbnf.cpp701 , 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()
957 : *localizations == rhs.localizations))) { in operator ==()
992 if (localizations) { in getRuleSetName()
1016 if (localizations) { in getNumberOfRuleSetNames()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/i18n/
H A Drbnf.cpp701 , 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()
957 : *localizations == rhs.localizations))) { in operator ==()
992 if (localizations) { in getRuleSetName()
1016 if (localizations) { in getNumberOfRuleSetNames()
[all …]
/dports/textproc/R-cran-stringi/stringi/src/icu69/i18n/
H A Drbnf.cpp701 , 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()
957 : *localizations == rhs.localizations))) { in operator ==()
992 if (localizations) { in getRuleSetName()
1016 if (localizations) { in getNumberOfRuleSetNames()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/i18n/
H A Drbnf.cpp701 , 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()
957 : *localizations == rhs.localizations))) { in operator ==()
992 if (localizations) { in getRuleSetName()
1016 if (localizations) { in getNumberOfRuleSetNames()
[all …]
/dports/www/firefox/firefox-99.0/intl/icu/source/i18n/
H A Drbnf.cpp701 , 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()
957 : *localizations == rhs.localizations))) { in operator ==()
992 if (localizations) { in getRuleSetName()
1016 if (localizations) { in getNumberOfRuleSetNames()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/i18n/
H A Drbnf.cpp701 , 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()
957 : *localizations == rhs.localizations))) { in operator ==()
992 if (localizations) { in getRuleSetName()
1016 if (localizations) { in getNumberOfRuleSetNames()
[all …]
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/i18n/
H A Drbnf.cpp701 , 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()
957 : *localizations == rhs.localizations))) { in operator ==()
992 if (localizations) { in getRuleSetName()
1016 if (localizations) { in getNumberOfRuleSetNames()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/i18n/
H A Drbnf.cpp701 , 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()
957 : *localizations == rhs.localizations))) { in operator ==()
992 if (localizations) { in getRuleSetName()
1016 if (localizations) { in getNumberOfRuleSetNames()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/i18n/
H A Drbnf.cpp693 , localizations(NULL) in RuleBasedNumberFormat()
718 , localizations(NULL) in RuleBasedNumberFormat()
743 , localizations(NULL) in RuleBasedNumberFormat()
767 , localizations(NULL) in RuleBasedNumberFormat()
792 , localizations(NULL) in RuleBasedNumberFormat()
814 , localizations(NULL) in RuleBasedNumberFormat()
881 , localizations(NULL) in RuleBasedNumberFormat()
949 : *localizations == rhs.localizations))) { in operator ==()
984 if (localizations) { in getRuleSetName()
1008 if (localizations) { in getNumberOfRuleSetNames()
[all …]
/dports/www/node10/node-v10.24.1/deps/icu-small/source/i18n/
H A Drbnf.cpp695 , 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()
951 : *localizations == rhs.localizations))) { in operator ==()
986 if (localizations) { in getRuleSetName()
1010 if (localizations) { in getNumberOfRuleSetNames()
[all …]

12345678910>>...27