Home
last modified time | relevance | path

Searched refs:all_locales (Results 1 – 25 of 187) sorted by relevance

12345678

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/font/FontNames/
H A DLocaleFamilyNames.java41 Locale[] all_locales = Locale.getAvailableLocales(); in main() local
46 for (int j=0; j<all_locales.length;j++) { in main()
47 all_families.add(all_fonts[i].getFamily(all_locales[j])); in main()
53 for (int i=0; i<all_locales.length; i++) { in main()
55 ge.getAvailableFontFamilyNames(all_locales[i]); in main()
58 System.out.println("LOCALE: [" + all_locales[i]+"]"); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/awt/font/FontNames/
H A DLocaleFamilyNames.java41 Locale[] all_locales = Locale.getAvailableLocales(); in main() local
46 for (int j=0; j<all_locales.length;j++) { in main()
47 all_families.add(all_fonts[i].getFamily(all_locales[j])); in main()
53 for (int i=0; i<all_locales.length; i++) { in main()
55 ge.getAvailableFontFamilyNames(all_locales[i]); in main()
58 System.out.println("LOCALE: [" + all_locales[i]+"]"); in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/awt/font/FontNames/
H A DLocaleFamilyNames.java41 Locale[] all_locales = Locale.getAvailableLocales(); in main() local
46 for (int j=0; j<all_locales.length;j++) { in main()
47 all_families.add(all_fonts[i].getFamily(all_locales[j])); in main()
53 for (int i=0; i<all_locales.length; i++) { in main()
55 ge.getAvailableFontFamilyNames(all_locales[i]); in main()
58 System.out.println("LOCALE: [" + all_locales[i]+"]"); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/font/FontNames/
H A DLocaleFamilyNames.java41 Locale[] all_locales = Locale.getAvailableLocales(); in main() local
46 for (int j=0; j<all_locales.length;j++) { in main()
47 all_families.add(all_fonts[i].getFamily(all_locales[j])); in main()
53 for (int i=0; i<all_locales.length; i++) { in main()
55 ge.getAvailableFontFamilyNames(all_locales[i]); in main()
58 System.out.println("LOCALE: [" + all_locales[i]+"]"); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/awt/font/FontNames/
H A DLocaleFamilyNames.java41 Locale[] all_locales = Locale.getAvailableLocales(); in main() local
46 for (int j=0; j<all_locales.length;j++) { in main()
47 all_families.add(all_fonts[i].getFamily(all_locales[j])); in main()
53 for (int i=0; i<all_locales.length; i++) { in main()
55 ge.getAvailableFontFamilyNames(all_locales[i]); in main()
58 System.out.println("LOCALE: [" + all_locales[i]+"]"); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/awt/font/FontNames/
H A DLocaleFamilyNames.java41 Locale[] all_locales = Locale.getAvailableLocales(); in main() local
46 for (int j=0; j<all_locales.length;j++) { in main()
47 all_families.add(all_fonts[i].getFamily(all_locales[j])); in main()
53 for (int i=0; i<all_locales.length; i++) { in main()
55 ge.getAvailableFontFamilyNames(all_locales[i]); in main()
58 System.out.println("LOCALE: [" + all_locales[i]+"]"); in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/awt/font/FontNames/
H A DLocaleFamilyNames.java41 Locale[] all_locales = Locale.getAvailableLocales(); in main() local
46 for (int j=0; j<all_locales.length;j++) { in main()
47 all_families.add(all_fonts[i].getFamily(all_locales[j])); in main()
53 for (int i=0; i<all_locales.length; i++) { in main()
55 ge.getAvailableFontFamilyNames(all_locales[i]); in main()
58 System.out.println("LOCALE: [" + all_locales[i]+"]"); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/awt/font/FontNames/
H A DLocaleFamilyNames.java41 Locale[] all_locales = Locale.getAvailableLocales(); in main() local
46 for (int j=0; j<all_locales.length;j++) { in main()
47 all_families.add(all_fonts[i].getFamily(all_locales[j])); in main()
53 for (int i=0; i<all_locales.length; i++) { in main()
55 ge.getAvailableFontFamilyNames(all_locales[i]); in main()
58 System.out.println("LOCALE: [" + all_locales[i]+"]"); in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/font/FontNames/
H A DLocaleFamilyNames.java41 Locale[] all_locales = Locale.getAvailableLocales(); in main() local
46 for (int j=0; j<all_locales.length;j++) { in main()
47 all_families.add(all_fonts[i].getFamily(all_locales[j])); in main()
53 for (int i=0; i<all_locales.length; i++) { in main()
55 ge.getAvailableFontFamilyNames(all_locales[i]); in main()
58 System.out.println("LOCALE: [" + all_locales[i]+"]"); in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/font/FontNames/
H A DLocaleFamilyNames.java41 Locale[] all_locales = Locale.getAvailableLocales(); in main() local
46 for (int j=0; j<all_locales.length;j++) { in main()
47 all_families.add(all_fonts[i].getFamily(all_locales[j])); in main()
53 for (int i=0; i<all_locales.length; i++) { in main()
55 ge.getAvailableFontFamilyNames(all_locales[i]); in main()
58 System.out.println("LOCALE: [" + all_locales[i]+"]"); in main()
/dports/multimedia/vlc/vlc-3.0.16/src/darwin/
H A Dspecific.c52 CFArrayRef all_locales, preferred_locales; in system_Init() local
55 all_locales = CFLocaleCopyAvailableLocaleIdentifiers(); in system_Init()
57 preferred_locales = CFBundleCopyLocalizationsForPreferences( all_locales, NULL ); in system_Init()
69 CFRelease( all_locales ); in system_Init()
/dports/www/firefox/firefox-99.0/third_party/python/compare_locales/compare_locales/compare/
H A D__init__.py36 all_locales = set(locales)
51 all_locales.update(project.all_locales)
52 for locale in sorted(all_locales):
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/compare_locales/compare_locales/compare/
H A D__init__.py36 all_locales = set(locales)
51 all_locales.update(project.all_locales)
52 for locale in sorted(all_locales):
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/compare_locales/compare_locales/compare/
H A D__init__.py36 all_locales = set(locales)
51 all_locales.update(project.all_locales)
52 for locale in sorted(all_locales):
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/compare-locales/compare_locales/compare/
H A D__init__.py36 all_locales = set(locales)
51 all_locales.update(project.all_locales)
52 for locale in sorted(all_locales):
/dports/math/gh-bc/bc-5.2.1/scripts/
H A Dlocale_install.sh180 all_locales=0
186 l) all_locales=1 ; shift ;;
227 if [ "$all_locales" -eq 0 ]; then
260 if [ "$all_locales" -eq 0 ]; then
/dports/lang/spidermonkey60/firefox-60.9.0/taskcluster/taskgraph/util/
H A Dpartners.py338 def _fix_subpartner_locales(orig_config, all_locales): argument
342 set(orig_config['locales']) & set(all_locales)
350 all_locales = json.load(fh).keys()
352 if 'en-US' not in all_locales:
353 all_locales.append('en-US')
362 _fix_subpartner_locales(subpartner_config, all_locales)
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/util/
H A DCurrency.java110 Locale[] all_locales = Locale.getAvailableLocales (); in getInstance() local
112 for (int i=0;i<all_locales.length;i++) in getInstance()
114 Currency test_currency = getInstance (all_locales[i]); in getInstance()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/util/
H A DCurrency.java110 Locale[] all_locales = Locale.getAvailableLocales (); in getInstance() local
112 for (int i=0;i<all_locales.length;i++) in getInstance()
114 Currency test_currency = getInstance (all_locales[i]); in getInstance()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/taskcluster/comm_taskgraph/manifests/
H A Dthunderbird_candidates.yml74 all_locales: false
87 all_locales: false
179 all_locales: true
221 all_locales: true
232 all_locales: true
243 all_locales: true
253 all_locales: true
263 all_locales: true
274 all_locales: true
285 all_locales: true
[all …]
/dports/www/firefox/firefox-99.0/third_party/python/compare_locales/compare_locales/paths/
H A Dproject.py151 def all_locales(self): member in ProjectConfig
154 all_locales = set()
157 all_locales.update(config.locales)
160 all_locales.update(paths['locales'])
161 self._all_locales = sorted(all_locales)
167 if l10n_file.locale not in self.all_locales:
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/compare_locales/compare_locales/paths/
H A Dproject.py151 def all_locales(self): member in ProjectConfig
154 all_locales = set()
157 all_locales.update(config.locales)
160 all_locales.update(paths['locales'])
161 self._all_locales = sorted(all_locales)
167 if l10n_file.locale not in self.all_locales:
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/compare_locales/compare_locales/paths/
H A Dproject.py151 def all_locales(self): member in ProjectConfig
154 all_locales = set()
157 all_locales.update(config.locales)
160 all_locales.update(paths['locales'])
161 self._all_locales = sorted(all_locales)
167 if l10n_file.locale not in self.all_locales:
/dports/lang/spidermonkey78/firefox-78.9.0/taskcluster/taskgraph/util/
H A Dpartners.py344 def _fix_subpartner_locales(orig_config, all_locales): argument
348 set(orig_config['locales']) & set(all_locales)
356 all_locales = json.load(fh).keys()
358 if 'en-US' not in all_locales:
359 all_locales.append('en-US')
368 _fix_subpartner_locales(subpartner_config, all_locales)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/compare-locales/compare_locales/paths/
H A Dproject.py151 def all_locales(self): member in ProjectConfig
154 all_locales = set()
157 all_locales.update(config.locales)
160 all_locales.update(paths['locales'])
161 self._all_locales = sorted(all_locales)
167 if l10n_file.locale not in self.all_locales:

12345678