HomeSort by relevance Sort by last modified time
    Searched refs:FRENCH (Results 26 - 50 of 106) sorted by null

12 3 4 5

  /external/icu/android_icu4j/cts-coverage/src/main/tests/android/icu/cts/coverage/text/
TimeZoneNamesTest.java 117 TimeZoneNames frenchNames = TimeZoneNames.getInstance(ULocale.FRENCH);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestDecimalFormatSymbolsC.java 38 DecimalFormatSymbols fr = new DecimalFormatSymbols(Locale.FRENCH);
42 errln("ERROR: English DecimalFormatSymbols equal to French");
RBNFParseTest.java 136 rbnf_fr = new RuleBasedNumberFormat(Locale.FRENCH, RuleBasedNumberFormat.SPELLOUT);
IntlTestDateFormatAPI.java 86 DateFormat fr = DateFormat.getTimeInstance(DateFormat.FULL, Locale.FRENCH);
IntlTestDecimalFormatSymbols.java 39 DecimalFormatSymbols fr = new DecimalFormatSymbols(Locale.FRENCH);
44 errln("ERROR: English DecimalFormatSymbols equal to French");
IntlTestDateFormatSymbols.java 126 DateFormatSymbols fr = new DateFormatSymbols(Locale.FRENCH);
127 DateFormatSymbols fr2 = new DateFormatSymbols(Locale.FRENCH);
134 errln("ERROR: English DateFormatSymbols equal to French");
IntlTestDecimalFormatAPIC.java 57 final DecimalFormatSymbols symbols = new DecimalFormatSymbols(Locale.FRENCH);
58 final CurrencyPluralInfo infoInput = new CurrencyPluralInfo(ULocale.FRENCH);
IntlTestDecimalFormatAPI.java 121 DecimalFormatSymbols symbols = new DecimalFormatSymbols(Locale.FRENCH);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
GenderInfoTest.java 28 public static GenderInfo MALE_TAINTS_LOCALE = GenderInfo.getInstance(ULocale.FRENCH);
ULocaleCollationTest.java 241 /* name in French, name in self, minimized, modified */
292 ULocale french = ULocale.FRENCH; local
293 LocaleDisplayNames names = LocaleDisplayNames.getInstance(french,
298 Collator collator = Collator.getInstance(french);
327 ULocale french = ULocale.FRENCH; local
328 Collator collator = Collator.getInstance(french);
329 LocaleDisplayNames names = LocaleDisplayNames.getInstance(french,
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestDecimalFormatSymbolsC.java 34 DecimalFormatSymbols fr = new DecimalFormatSymbols(Locale.FRENCH);
38 errln("ERROR: English DecimalFormatSymbols equal to French");
IntlTestDateFormatAPI.java 82 DateFormat fr = DateFormat.getTimeInstance(DateFormat.FULL, Locale.FRENCH);
IntlTestDecimalFormatSymbols.java 35 DecimalFormatSymbols fr = new DecimalFormatSymbols(Locale.FRENCH);
40 errln("ERROR: English DecimalFormatSymbols equal to French");
IntlTestDateFormatSymbols.java 122 DateFormatSymbols fr = new DateFormatSymbols(Locale.FRENCH);
123 DateFormatSymbols fr2 = new DateFormatSymbols(Locale.FRENCH);
130 errln("ERROR: English DateFormatSymbols equal to French");
IntlTestDecimalFormatAPIC.java 53 final DecimalFormatSymbols symbols = new DecimalFormatSymbols(Locale.FRENCH);
54 final CurrencyPluralInfo infoInput = new CurrencyPluralInfo(ULocale.FRENCH);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
GenderInfoTest.java 24 public static GenderInfo MALE_TAINTS_LOCALE = GenderInfo.getInstance(ULocale.FRENCH);
  /external/libphonenumber/carrier/test/com/google/i18n/phonenumbers/
PhoneNumberToCarrierMapperTest.java 70 carrierMapper.getNameForNumber(UK_MOBILE1, Locale.FRENCH));
  /external/libphonenumber/geocoder/test/com/google/i18n/phonenumbers/geocoding/
PhoneNumberOfflineGeocoderTest.java 150 // User in the States, language French, no data for French, so we fallback to English detailed
153 geocoder.getDescriptionForNumber(US_NUMBER1, Locale.FRENCH, "US"));
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/
AdtUtilsTest.java 103 Locale.setDefault(Locale.FRENCH);
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
ULocaleCollationTest.java 237 /* name in French, name in self, minimized, modified */
288 ULocale french = ULocale.FRENCH; local
289 LocaleDisplayNames names = LocaleDisplayNames.getInstance(french,
294 Collator collator = Collator.getInstance(french);
323 ULocale french = ULocale.FRENCH; local
324 Collator collator = Collator.getInstance(french);
325 LocaleDisplayNames names = LocaleDisplayNames.getInstance(french,
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
TestStringPrep.java 263 Locale locales[] = {Locale.US, Locale.FRENCH, Locale.SIMPLIFIED_CHINESE};
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
TestStringPrep.java 259 Locale locales[] = {Locale.US, Locale.FRENCH, Locale.SIMPLIFIED_CHINESE};
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/table/
BarColumnTest.java 174 final BarColumn col = new BarColumn(CounterEntity.LINE, Locale.FRENCH);
PercentageColumnTest.java 103 Locale.FRENCH);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
CapsModeUtilsTests.java 94 sp = job.runInLocale(res, Locale.FRENCH);

Completed in 639 milliseconds

12 3 4 5