Searched refs:FRENCH (Results 1 - 25 of 79) sorted by relevance

1234

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DPluralRangesTest.java84 {0.0, 1.0, ULocale.FRENCH, FormatWidth.NARROW, Currency.getInstance("EUR"), "0,00–1,00 €"},
85 {0.0, 100.0, ULocale.FRENCH, FormatWidth.NARROW, Currency.getInstance("JPY"), "0–100\u00a0JPY"},
88 {0.0, 1.0, ULocale.FRENCH, FormatWidth.SHORT, Currency.getInstance("EUR"), "0,00–1,00\u00a0EUR"},
89 {0.0, 100.0, ULocale.FRENCH, FormatWidth.SHORT, Currency.getInstance("JPY"), "0–100\u00a0JPY"},
92 {0.0, 1.0, ULocale.FRENCH, FormatWidth.WIDE, Currency.getInstance("EUR"), "0,00–1,00 euro"},
93 {0.0, 2.0, ULocale.FRENCH, FormatWidth.WIDE, Currency.getInstance("EUR"), "0,00–2,00 euros"},
94 {0.0, 100.0, ULocale.FRENCH, FormatWidth.WIDE, Currency.getInstance("JPY"), "0–100 yens japonais"},
H A DIntlTestNumberFormatAPI.java47 NumberFormat fr = NumberFormat.getInstance(Locale.FRENCH);
51 NumberFormat cur_fr = NumberFormat.getCurrencyInstance(Locale.FRENCH);
55 NumberFormat per_fr = NumberFormat.getPercentInstance(Locale.FRENCH);
59 NumberFormat int_fr = NumberFormat.getIntegerInstance(Locale.FRENCH);
H A DIntlTestSimpleDateFormatAPI.java58 SimpleDateFormat pat_fr = new SimpleDateFormat(pattern, Locale.FRENCH);
60 DateFormatSymbols symbols = new DateFormatSymbols(Locale.FRENCH);
H A DIntlTestDecimalFormatSymbolsC.java35 DecimalFormatSymbols fr = new DecimalFormatSymbols(Locale.FRENCH);
H A DRBNFParseTest.java135 rbnf_fr = new RuleBasedNumberFormat(Locale.FRENCH, RuleBasedNumberFormat.SPELLOUT);
H A DTimeUnitTest.java431 TimeUnitFormat tuf = new TimeUnitFormat(ULocale.FRENCH, TimeUnitFormat.ABBREVIATED_NAME);
434 tuf = new TimeUnitFormat(ULocale.FRENCH, TimeUnitFormat.FULL_NAME);
441 assertEquals("getLocale", ULocale.FRENCH, tuf.getLocale());
442 assertEquals("getNumberFormat", ULocale.FRENCH, tuf.getNumberFormat().getLocale(ULocale.VALID_LOCALE));
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DPluralRangesTest.java83 {0.0, 1.0, ULocale.FRENCH, FormatWidth.NARROW, Currency.getInstance("EUR"), "0,00–1,00 €"},
84 {0.0, 100.0, ULocale.FRENCH, FormatWidth.NARROW, Currency.getInstance("JPY"), "0–100\u00a0JPY"},
87 {0.0, 1.0, ULocale.FRENCH, FormatWidth.SHORT, Currency.getInstance("EUR"), "0,00–1,00\u00a0EUR"},
88 {0.0, 100.0, ULocale.FRENCH, FormatWidth.SHORT, Currency.getInstance("JPY"), "0–100\u00a0JPY"},
91 {0.0, 1.0, ULocale.FRENCH, FormatWidth.WIDE, Currency.getInstance("EUR"), "0,00–1,00 euro"},
92 {0.0, 2.0, ULocale.FRENCH, FormatWidth.WIDE, Currency.getInstance("EUR"), "0,00–2,00 euros"},
93 {0.0, 100.0, ULocale.FRENCH, FormatWidth.WIDE, Currency.getInstance("JPY"), "0–100 yens japonais"},
H A DIntlTestNumberFormatAPI.java46 NumberFormat fr = NumberFormat.getInstance(Locale.FRENCH);
50 NumberFormat cur_fr = NumberFormat.getCurrencyInstance(Locale.FRENCH);
54 NumberFormat per_fr = NumberFormat.getPercentInstance(Locale.FRENCH);
58 NumberFormat int_fr = NumberFormat.getIntegerInstance(Locale.FRENCH);
H A DIntlTestSimpleDateFormatAPI.java57 SimpleDateFormat pat_fr = new SimpleDateFormat(pattern, Locale.FRENCH);
59 DateFormatSymbols symbols = new DateFormatSymbols(Locale.FRENCH);
H A DRBNFParseTest.java134 rbnf_fr = new RuleBasedNumberFormat(Locale.FRENCH, RuleBasedNumberFormat.SPELLOUT);
H A DTimeUnitTest.java430 TimeUnitFormat tuf = new TimeUnitFormat(ULocale.FRENCH, TimeUnitFormat.ABBREVIATED_NAME);
433 tuf = new TimeUnitFormat(ULocale.FRENCH, TimeUnitFormat.FULL_NAME);
440 assertEquals("getLocale", ULocale.FRENCH, tuf.getLocale());
441 assertEquals("getNumberFormat", ULocale.FRENCH, tuf.getNumberFormat().getLocale(ULocale.VALID_LOCALE));
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DLocalePriorityListTest.java39 .add(ULocale.FRENCH, 0.9d)
H A DLocaleMatcherTest.java152 .add(ULocale.FRENCH)
157 assertEquals(ULocale.FRENCH, matcher.getBestMatch(new ULocale("br")));
164 final LocaleMatcher matcher = newLocaleMatcher(LocalePriorityList.add(ULocale.FRENCH).add(ULocale.UK)
170 assertEquals(ULocale.FRENCH, matcher.getBestMatch(ULocale.FRANCE));
171 assertEquals(ULocale.FRENCH, matcher.getBestMatch(ULocale.JAPAN));
244 assertNull(matcher.getBestMatch(ULocale.FRENCH));
H A DGenderInfoTest.java25 public static GenderInfo MALE_TAINTS_LOCALE = GenderInfo.getInstance(ULocale.FRENCH);
H A DULocaleCollationTest.java290 ULocale french = ULocale.FRENCH;
326 ULocale french = ULocale.FRENCH;
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DLocalePriorityListTest.java38 .add(ULocale.FRENCH, 0.9d)
H A DLocaleMatcherTest.java151 .add(ULocale.FRENCH)
156 assertEquals(ULocale.FRENCH, matcher.getBestMatch(new ULocale("br")));
163 final LocaleMatcher matcher = newLocaleMatcher(LocalePriorityList.add(ULocale.FRENCH).add(ULocale.UK)
169 assertEquals(ULocale.FRENCH, matcher.getBestMatch(ULocale.FRANCE));
170 assertEquals(ULocale.FRENCH, matcher.getBestMatch(ULocale.JAPAN));
243 assertNull(matcher.getBestMatch(ULocale.FRENCH));
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DUnixDirectoryListingFormatterTest.groovy72 formatter.setLocale(Locale.FRENCH)
75 def dateFormat = new SimpleDateFormat(UnixDirectoryListingFormatter.DATE_FORMAT, Locale.FRENCH)
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DUnixDirectoryListingFormatterTest.groovy72 formatter.setLocale(Locale.FRENCH)
75 def dateFormat = new SimpleDateFormat(UnixDirectoryListingFormatter.DATE_FORMAT, Locale.FRENCH)
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DUnixDirectoryListingFormatterTest.groovy72 formatter.setLocale(Locale.FRENCH)
75 def dateFormat = new SimpleDateFormat(UnixDirectoryListingFormatter.DATE_FORMAT, Locale.FRENCH)
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DUnixDirectoryListingFormatterTest.groovy72 formatter.setLocale(Locale.FRENCH)
75 def dateFormat = new SimpleDateFormat(UnixDirectoryListingFormatter.DATE_FORMAT, Locale.FRENCH)
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DUnixDirectoryListingFormatterTest.groovy72 formatter.setLocale(Locale.FRENCH)
75 def dateFormat = new SimpleDateFormat(UnixDirectoryListingFormatter.DATE_FORMAT, Locale.FRENCH)
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DUnixDirectoryListingFormatterTest.groovy72 formatter.setLocale(Locale.FRENCH)
75 def dateFormat = new SimpleDateFormat(UnixDirectoryListingFormatter.DATE_FORMAT, Locale.FRENCH)
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DUnixDirectoryListingFormatterTest.groovy72 formatter.setLocale(Locale.FRENCH)
75 def dateFormat = new SimpleDateFormat(UnixDirectoryListingFormatter.DATE_FORMAT, Locale.FRENCH)
/external/icu/icu4c/source/test/intltest/
H A Dloctest.h130 FRENCH = 1, enumerator in enum:LocaleTest::__anon7598

Completed in 1009 milliseconds

1234