HomeSort by relevance Sort by last modified time
    Searched refs:FRANCE (Results 1 - 25 of 27) sorted by null

1 2

  /libcore/luni/src/test/java/libcore/java/util/
OldFormatterTest.java 70 if (Support_Locale.isLocaleAvailable(Locale.FRANCE)) {
71 fLoc = new Formatter(Locale.FRANCE);
72 fNoL = new Formatter(Locale.FRANCE);
92 if (Support_Locale.isLocaleAvailable(Locale.FRANCE)) {
93 fLoc = new Formatter(Locale.FRANCE);
94 fNoL = new Formatter(Locale.FRANCE);
110 if (Support_Locale.isLocaleAvailable(Locale.FRANCE)) {
113 fLoc.format(Locale.FRANCE, illFlags[i], 1.23d);
OldTimeZoneTest.java 95 if (Support_Locale.isLocaleAvailable(Locale.FRANCE)) {
97 assertEquals("heure normale du Pacifique", tz.getDisplayName(Locale.FRANCE));
116 if (Support_Locale.isLocaleAvailable(Locale.FRANCE)) {
118 assertEquals("UTC-08:00", tz.getDisplayName(false, 0, Locale.FRANCE));
120 assertEquals("heure avanc\u00e9e du Pacifique", tz.getDisplayName(true, 1, Locale.FRANCE));
121 assertEquals("heure normale du Pacifique", tz.getDisplayName(false, 1, Locale.FRANCE));
OldGregorianCalendarTest.java 33 GregorianCalendar gc1 = new GregorianCalendar(TimeZone.getTimeZone("GMT+1"), Locale.FRANCE);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
CurrencyTest.java 154 assertEquals("\u20ac", currE.getSymbol(Locale.FRANCE));
160 assertEquals("\u00a5JP", currJ.getSymbol(Locale.FRANCE));
175 assertEquals("$US", currUS.getSymbol(Locale.FRANCE));
190 assertEquals("$CA", currCA.getSymbol(Locale.FRANCE));
FormatterTest.java 192 Formatter f1 = new Formatter(Locale.FRANCE);
194 assertEquals(f1.locale(), Locale.FRANCE);
767 formatter = new Formatter(Locale.FRANCE);
772 formatter = new Formatter(Locale.FRANCE);
902 f = new Formatter(Locale.FRANCE);
    [all...]
CalendarTest.java 483 Locale.CHINA, Locale.CANADA, Locale.FRANCE };
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
UserBigramSuggestTests.java 66 mHelper.changeUserBigramLocale(Locale.FRANCE);
68 isInSuggestions("france in fr_FR",
69 mHelper.searchUserBigramSuggestion("locale", 'f', "france"));
75 isNotInSuggestions("france in en_US",
76 mHelper.searchUserBigramSuggestion("locale", 'f', "france"));
107 private static final String[] pair3 = {"locale", "france"};
  /libcore/luni/src/test/java/libcore/java/text/
OldDecimalFormatSymbolsTest.java 37 Locale.FRANCE);
125 // Values based on Java 1.5 RI DecimalFormatSymbols for Locale.FRANCE
OldMessageFormatTest.java 80 Locale.FRANCE,
82 new Locale(Locale.FRANCE.getCountry(), Locale.FRANCE
SimpleDateFormatTest.java 227 new SimpleDateFormat("z", Locale.FRANCE).parse("UTC");
OldNumberFormatTest.java 117 if (Support_Locale.isLocaleAvailable(Locale.FRANCE)) {
118 parseObjectTest(NumberFormat.getInstance(Locale.FRANCE),
122 parseObjectTest(NumberFormat.getInstance(Locale.FRANCE),
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
CurrencyTest.java 172 Locale.FRANCE, Locale.FRENCH,
341 Locale.FRANCE,
376 Locale.FRANCE,
CalendarTest.java 483 Locale.CHINA, Locale.CANADA, Locale.FRANCE };
    [all...]
  /frameworks/base/core/tests/coretests/src/android/util/
LocaleUtilTest.java 45 LocaleUtil.getLayoutDirectionFromLocale(Locale.FRANCE));
  /libcore/luni/src/main/java/java/util/
Locale.java 136 public static final Locale FRANCE = new Locale(true, "fr", "FR");
422 * <li>{@code new Locale("en").getDisplayName(Locale.FRANCE)} -> {@code anglais}
423 * <li>{@code new Locale("en", "US").getDisplayName(Locale.FRANCE)} -> {@code anglais (États-Unis)}
424 * <li>{@code new Locale("en", "US", "POSIX").getDisplayName(Locale.FRANCE)} -> {@code anglais (États-Unis,informatique)}.
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DateFormatSymbolsTest.java 561 DateFormatSymbols symbols = new DateFormatSymbols(Locale.FRANCE);
DecimalFormatSymbolsTest.java 587 DecimalFormatSymbols symbols = new DecimalFormatSymbols(Locale.FRANCE);
631 // Values based on Java 1.5 RI DecimalFormatSymbols for Locale.FRANCE
DecimalFormatTest.java     [all...]
  /cts/tests/tests/location/src/android/location/cts/
AddressTest.java 46 new Address(Locale.FRANCE);
  /packages/apps/Email/tests/src/com/android/email/
ControllerProviderOpsTests.java 98 Locale.setDefault(Locale.FRANCE);
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 314 milliseconds

1 2