Home
last modified time | relevance | path

Searched refs:setLocale (Results 1 – 25 of 213) sorted by relevance

123456789

/third_party/flutter/engine/flutter/third_party/txt/tests/
DWordBreakerTests.cpp42 breaker.setLocale(icu::Locale::getUS()); in TEST_F()
61 breaker.setLocale(icu::Locale::getUS()); in TEST_F()
78 breaker.setLocale(icu::Locale::getUS()); in TEST_F()
90 breaker.setLocale(icu::Locale::getUS()); in TEST_F()
108 breaker.setLocale(burmese); in TEST_F()
143 breaker.setLocale(icu::Locale::getUS()); in TEST_F()
168 breaker.setLocale(icu::Locale::getUS()); in TEST_F()
198 breaker.setLocale(icu::Locale::getEnglish()); in TEST_F()
246 breaker.setLocale(icu::Locale::getUS()); in TEST_F()
272 breaker.setLocale(icu::Locale::getUS()); in TEST_F()
[all …]
/third_party/flutter/flutter/packages/flutter_localizations/test/
Doverride_test.dart96 await tester.binding.setLocale('foo', 'BAR');
101 await tester.binding.setLocale('es', 'BO');
195 await tester.binding.setLocale('fr', 'CA');
199 await tester.binding.setLocale('de', 'DE');
226 await tester.binding.setLocale('zh', 'CN');
230 await tester.binding.setLocale('de', 'DE');
257 await tester.binding.setLocale('zh', 'CN');
262 await tester.binding.setLocale('de', 'DE');
290 await tester.binding.setLocale('iw', 'IL');
295 await tester.binding.setLocale('ji', 'IL');
[all …]
Dbasics_test.dart46 await tester.binding.setLocale('es', 'US');
66 await tester.binding.setLocale('zh', null);
68 await tester.binding.setLocale('es', 'US');
Dwidgets_test.dart197 await tester.binding.setLocale('en', 'GB');
201 await tester.binding.setLocale('en', 'US');
222 await tester.binding.setLocale('en', 'GB');
273 await tester.binding.setLocale('en', 'GB');
278 await tester.binding.setLocale('en', 'US');
498 await tester.binding.setLocale('en', 'GB');
502 await tester.binding.setLocale('ar', 'EG');
522 await tester.binding.setLocale('en', 'GB');
546 await tester.binding.setLocale('en', 'CA');
551 await tester.binding.setLocale('en', 'US');
[all …]
/third_party/node/deps/npm/node_modules/cacache/locales/
Den.js8 const setLocale = require('../lib/util/y.js').setLocale constant
12 setLocale('en')
39 x.setLocale = lang => setLocale(lang) function
Des.js8 const setLocale = require('../lib/util/y.js').setLocale constant
12 setLocale('es')
39 x.ponLenguaje = lang => setLocale(lang)
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
DBasicDurationFormatterFactory.java120 public DurationFormatterFactory setLocale(String localeName) { in setLocale() method in BasicDurationFormatterFactory
180 .setLocale(localeName) in getPeriodFormatter()
194 .setLocale(localeName) in getPeriodBuilder()
DBasicPeriodBuilderFactory.java148 Settings setLocale(String localeName) { in setLocale() method in BasicPeriodBuilderFactory.Settings
254 public PeriodBuilderFactory setLocale(String localeName) { in setLocale() method in BasicPeriodBuilderFactory
255 settings = settings.setLocale(localeName); in setLocale()
358 BasicPeriodBuilderFactory.Settings newSettings = settings.setLocale(localeName);
DBasicDurationFormat.java61 formatter = pfs.newDurationFormatterFactory().setLocale(locale.getName()).getFormatter(); in BasicDurationFormat()
62 …pformatter = pfs.newPeriodFormatterFactory().setDisplayPastFuture(false).setLocale(locale.getName(… in BasicDurationFormat()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/
DBasicDurationFormatterFactory.java121 public DurationFormatterFactory setLocale(String localeName) { in setLocale() method in BasicDurationFormatterFactory
181 .setLocale(localeName) in getPeriodFormatter()
195 .setLocale(localeName) in getPeriodBuilder()
DBasicPeriodBuilderFactory.java149 Settings setLocale(String localeName) { in setLocale() method in BasicPeriodBuilderFactory.Settings
255 public PeriodBuilderFactory setLocale(String localeName) { in setLocale() method in BasicPeriodBuilderFactory
256 settings = settings.setLocale(localeName); in setLocale()
359 BasicPeriodBuilderFactory.Settings newSettings = settings.setLocale(localeName);
DBasicDurationFormat.java63 formatter = pfs.newDurationFormatterFactory().setLocale(locale.getName()).getFormatter(); in BasicDurationFormat()
64 …pformatter = pfs.newPeriodFormatterFactory().setDisplayPastFuture(false).setLocale(locale.getName(… in BasicDurationFormat()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DGlobalizationPreferencesTest.java199 gp.setLocale(new ULocale("fi_FI")); in TestFreezable()
231 gp1.setLocale(new ULocale("fr_FR")); in TestFreezable()
469 gp.setLocale(new ULocale("ang")); in TestTerritory()
477 gp.setLocale(new ULocale("fr")); in TestTerritory()
538 gp.setLocale(new ULocale("ja")); in TestCurrency()
548 gp.setLocale(new ULocale("ja_US")); in TestCurrency()
633 gp.setLocale(new ULocale("pt")); in TestCalendar()
713 gp.setLocale(new ULocale("zh_CN")); in TestTimeZone()
722 gp.setLocale(new ULocale("en")); in TestTimeZone()
796 gp.setLocale(new ULocale("tr")); in TestCollator()
[all …]
DTimeUnitTest.java107 format.setLocale(new ULocale("pt_BR")); in TestAPI()
118 format.setLocale(es); in TestAPI()
121 format.setLocale(new Locale("pt_BR")); in TestAPI()
136 tuf.setLocale(Locale.GERMAN); in TestClone()
364 …if (!tuf.setLocale(new ULocale("en_US")).equals(tuf) && !tuf.setLocale(new Locale("en_US")).equals… in TestSetLocale()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/
DGlobalizationPreferencesTest.java196 gp.setLocale(new ULocale("fi_FI")); in TestFreezable()
228 gp1.setLocale(new ULocale("fr_FR")); in TestFreezable()
466 gp.setLocale(new ULocale("ang")); in TestTerritory()
474 gp.setLocale(new ULocale("fr")); in TestTerritory()
535 gp.setLocale(new ULocale("ja")); in TestCurrency()
545 gp.setLocale(new ULocale("ja_US")); in TestCurrency()
630 gp.setLocale(new ULocale("pt")); in TestCalendar()
710 gp.setLocale(new ULocale("zh_CN")); in TestTimeZone()
719 gp.setLocale(new ULocale("en")); in TestTimeZone()
793 gp.setLocale(new ULocale("tr")); in TestCollator()
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTimeUnitTest.java104 format.setLocale(new ULocale("pt_BR")); in TestAPI()
115 format.setLocale(es); in TestAPI()
118 format.setLocale(new Locale("pt_BR")); in TestAPI()
133 tuf.setLocale(Locale.GERMAN); in TestClone()
361 …if (!tuf.setLocale(new ULocale("en_US")).equals(tuf) && !tuf.setLocale(new Locale("en_US")).equals… in TestSetLocale()
/third_party/node/deps/npm/node_modules/cacache/lib/util/
Dy.js23 module.exports.setLocale = locale => { function
24 y18n.setLocale(locale)
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeUnitFormat.java177 public TimeUnitFormat setLocale(ULocale locale) { in setLocale() method in TimeUnitFormat
178 setLocale(locale, locale); in setLocale()
190 public TimeUnitFormat setLocale(Locale locale) { in setLocale() method in TimeUnitFormat
191 return setLocale(ULocale.forLocale(locale)); in setLocale()
340 setLocale(locale, locale); in setup()
DBreakIteratorFactory.java76 … iter.setLocale(actualLoc[0], actualLoc[0]); // services make no distinction between actual & valid in createBreakIterator()
163 iter.setLocale(uloc, uloc); in createBreakInstance()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DTimeUnitFormat.java179 public TimeUnitFormat setLocale(ULocale locale) { in setLocale() method in TimeUnitFormat
180 setLocale(locale, locale); in setLocale()
192 public TimeUnitFormat setLocale(Locale locale) { in setLocale() method in TimeUnitFormat
193 return setLocale(ULocale.forLocale(locale)); in setLocale()
342 setLocale(locale, locale); in setup()
DBreakIteratorFactory.java77 … iter.setLocale(actualLoc[0], actualLoc[0]); // services make no distinction between actual & valid in createBreakIterator()
164 iter.setLocale(uloc, uloc); in createBreakInstance()
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dapp_title_test.dart48 await tester.binding.setLocale('en', 'GB');
54 await tester.binding.setLocale('fr', 'CA');
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DLocaleBuilderTest.java148 bld.setLocale(new ULocale(TESTCASE[tidx][i++])); in TestLocaleBuilder()
208 bld.setLocale(loc); in TestSetLocale()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocaleBuilderTest.java145 bld.setLocale(new ULocale(TESTCASE[tidx][i++])); in TestLocaleBuilder()
205 bld.setLocale(loc); in TestSetLocale()
/third_party/flutter/engine/flutter/third_party/txt/src/skia/
Dparagraph_builder_skia.cc53 text_style.setLocale(SkString(txt.locale.c_str())); in TxtToSkia()
106 skia.setLocale(SkString(txt.locale.c_str())); in TxtToSkia()

123456789