Home
last modified time | relevance | path

Searched refs:FRANCE (Results 1 – 25 of 28) sorted by relevance

12

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatSpecificationTest.java124 DecimalFormatSymbols sym = new DecimalFormatSymbols(ULocale.FRANCE); in TestPadding()
138 DecimalFormatSymbols sym = new DecimalFormatSymbols(ULocale.FRANCE); in TestPadding()
148 DecimalFormatSymbols sym = new DecimalFormatSymbols(ULocale.FRANCE); in formatFrWithPattern()
154 DecimalFormatSymbols sym = new DecimalFormatSymbols(ULocale.FRANCE); in nfWithPattern()
DPluralRangesTest.java70 … {0.0, 1.0, ULocale.FRANCE, FormatWidth.WIDE, MeasureUnit.FAHRENHEIT, "0–1 degré Fahrenheit"}, in TestFormatting()
71 … {1.0, 2.0, ULocale.FRANCE, FormatWidth.WIDE, MeasureUnit.FAHRENHEIT, "1–2 degrés Fahrenheit"}, in TestFormatting()
72 … {3.1, 4.25, ULocale.FRANCE, FormatWidth.SHORT, MeasureUnit.FAHRENHEIT, "3,1–4,25 °F"}, in TestFormatting()
DNumberFormatRegistrationTest.java22 final ULocale SRC_LOC = ULocale.FRANCE; in TestRegistration()
DRBNFParseTest.java147 Locale.setDefault(Locale.FRANCE); in TestLenientParse()
DRbnfRoundTripTest.java66 = new RuleBasedNumberFormat(Locale.FRANCE, in TestFrenchSpelloutRT()
DPluralRulesTest.java1097 PluralRules rulesU0 = PluralRules.forLocale(ULocale.FRANCE);
1098 PluralRules rulesJ0 = PluralRules.forLocale(Locale.FRANCE);
1101 PluralRules rulesU1 = PluralRules.forLocale(ULocale.FRANCE, PluralType.ORDINAL);
1102 PluralRules rulesJ1 = PluralRules.forLocale(Locale.FRANCE, PluralType.ORDINAL);
DNumberRegression.java229 NumberFormat nf = NumberFormat.getInstance(Locale.FRANCE); in Test4086575()
483 formatter = NumberFormat.getNumberInstance(Locale.FRANCE); in Test4070798()
495 formatter = NumberFormat.getCurrencyInstance(Locale.FRANCE); in Test4070798()
507 formatter = NumberFormat.getPercentInstance(Locale.FRANCE); in Test4070798()
DMeasureUnitTest.java1034 checkStreamingEquality(MeasureFormat.getInstance(ULocale.FRANCE, FormatWidth.NARROW)); in TestSerial()
1063 MeasureFormat mfu = MeasureFormat.getCurrencyFormat(ULocale.FRANCE); in testCurrencyFormatLocale()
1064 MeasureFormat mfj = MeasureFormat.getCurrencyFormat(Locale.FRANCE); in testCurrencyFormatLocale()
1567 MeasureFormat.getInstance(ULocale.FRANCE, FormatWidth.SHORT), in getTestObjects()
1569 ULocale.FRANCE, in getTestObjects()
DNumberFormatTest.java834 expectCurrency(fmt, Currency.getInstance(Locale.FRANCE), in TestCurrencyObject()
846 fmt = NumberFormat.getCurrencyInstance(Locale.FRANCE); in TestCurrencyObject()
859 expectCurrency(fmt, Currency.getInstance(Locale.FRANCE), in TestCurrencyObject()
1072 expect2(NumberFormat.getScientificInstance(Locale.FRANCE), 12345.678901, "1,2345678901E4"); in TestScientific()
1074 expect2(NumberFormat.getScientificInstance(ULocale.FRANCE), 12345.678901, "1,2345678901E4"); in TestScientific()
1284 final ULocale SRC_LOC = ULocale.FRANCE; in TestRegistration()
DBigNumberFormatTest.java207 expect(NumberFormat.getScientificInstance(Locale.FRANCE), in TestScientific()
DRbnfTest.java393 RuleBasedNumberFormat formatter = new RuleBasedNumberFormat(Locale.FRANCE, in TestFrenchSpellout()
DDateTimeGeneratorTest.java484 final ULocale locale = ULocale.FRANCE; in DayMonthTest()
DDateFormatRegressionTest.java444 Locale.CHINESE, Locale.ENGLISH, Locale.FRANCE, Locale.FRENCH, in Test4100302()
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DConfigurationTest.java40 shConfiguration.setLocale( Locale.FRANCE); in testSetLocale()
41 assertThat( configuration.locale, equalTo( Locale.FRANCE ) ); in testSetLocale()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationServiceTest.java32 Collator frcol = Collator.getInstance(ULocale.FRANCE); in TestRegister()
218 Collator frcol = Collator.getInstance(ULocale.FRANCE); in TestRegisterFactory()
226 new CollatorInfo(ULocale.FRANCE, gecol, null), in TestRegisterFactory()
DG7CollationTest.java172 Locale.FRANCE, in TestG7Data()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DGenderInfoTest.java62 …assertEquals("Strange locale = root", GenderInfo.getInstance(ULocale.FRANCE), GenderInfo.getInstan… in TestFallback()
DLocaleMatcherTest.java84 assertEquals(ULocale.FRENCH, matcher.getBestMatch(ULocale.FRANCE)); in testBasics()
DLocaleDataTest.java375 LocaleData fr_FR = LocaleData.getInstance(ULocale.FRANCE); in TestFallback()
DULocaleTest.java981 ", " + l.getDisplayName(ULocale.FRANCE)); in TestDisplayNames()
1008 ULocale.US, ULocale.GERMANY, ULocale.FRANCE in TestDisplayNames()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/
DRbnfLenientScannerTest.java102 = new RuleBasedNumberFormat(Locale.FRANCE, in TestFrenchSpellout()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DSerializableTest.java104 Locale.CHINESE, Locale.ENGLISH, Locale.FRANCE, Locale.FRENCH,
113 Locale.FRANCE, Locale.GERMANY, Locale.ITALY,
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
DICUDurationTest.java408 new TestCase(ULocale.FRANCE, -1800, "il y a 30 minutes"), in TestFromNowTo()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DULocale.java200 public static final ULocale FRANCE = new ULocale("fr_FR", Locale.FRANCE); field in ULocale
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
DSearchTest.java527 m_fr_fr_ = (RuleBasedCollator)Collator.getInstance(Locale.FRANCE); in init()

12