Home
last modified time | relevance | path

Searched refs:fr_FR (Results 1 – 25 of 26) sorted by relevance

12

/external/pcre/dist2/testdata/
Dtestinput31 # This set of tests checks local-specific features, using the "fr_FR" locale.
3 # be whichever of "fr_FR", "french", or "fr" is found to exist. There is
14 /^[\w]+/locale=fr_FR
24 /^[\W]+/locale=fr_FR
33 /[\b]/locale=fr_FR
42 /^\w+/locale=fr_FR
48 /(.+)\b(.+)/locale=fr_FR
57 /�cole/i,locale=fr_FR
63 /\w/I,locale=fr_FR
65 # All remaining tests are in the fr_FR locale, so set the default.
[all …]
Dtestoutput31 # This set of tests checks local-specific features, using the "fr_FR" locale.
3 # be whichever of "fr_FR", "french", or "fr" is found to exist. There is
15 /^[\w]+/locale=fr_FR
28 /^[\W]+/locale=fr_FR
40 /[\b]/locale=fr_FR
52 /^\w+/locale=fr_FR
62 /(.+)\b(.+)/locale=fr_FR
74 /�cole/i,locale=fr_FR
86 /\w/I,locale=fr_FR
94 # All remaining tests are in the fr_FR locale, so set the default.
[all …]
Dtestoutput3A1 # This set of tests checks local-specific features, using the "fr_FR" locale.
3 # be whichever of "fr_FR", "french", or "fr" is found to exist. There is
15 /^[\w]+/locale=fr_FR
28 /^[\W]+/locale=fr_FR
40 /[\b]/locale=fr_FR
52 /^\w+/locale=fr_FR
62 /(.+)\b(.+)/locale=fr_FR
74 /�cole/i,locale=fr_FR
86 /\w/I,locale=fr_FR
94 # All remaining tests are in the fr_FR locale, so set the default.
[all …]
Dtestoutput3B1 # This set of tests checks local-specific features, using the "fr_FR" locale.
3 # be whichever of "fr_FR", "french", or "fr" is found to exist. There is
15 /^[\w]+/locale=fr_FR
28 /^[\W]+/locale=fr_FR
40 /[\b]/locale=fr_FR
52 /^\w+/locale=fr_FR
62 /(.+)\b(.+)/locale=fr_FR
74 /�cole/i,locale=fr_FR
86 /\w/I,locale=fr_FR
94 # All remaining tests are in the fr_FR locale, so set the default.
[all …]
Dwintestinput31 # This set of tests checks local-specific features, using the "fr_FR" locale.
3 # be whichever of "fr_FR", "french", or "fr" is found to exist. There is
Dwintestoutput31 # This set of tests checks local-specific features, using the "fr_FR" locale.
3 # be whichever of "fr_FR", "french", or "fr" is found to exist. There is
/external/e2fsprogs/intl/
Dconfig.charset134 et_EE eu eu_ES fi fi_FI fo fo_FO fr fr_BE fr_CA fr_CH fr_FR \
360 fi_FI fr_BE fr_CA fr_CH fr_FR is_IS it_CH it_IT la_LN \
408 fi_FI fr_BE fr_CA fr_CH fr_FR is_IS it_CH it_IT nl_BE \
Dlocale.alias44 fran�ais fr_FR.ISO-8859-1
45 french fr_FR.ISO-8859-1
/external/icu/icu4c/source/test/cintltst/
Dcrestst.c423 UResourceBundle *fr_FR = NULL; in TestFallback() local
429 fr_FR = ures_open(NULL, "fr_FR", &status); in TestFallback()
440 junk = ures_getStringByKey(fr_FR, "LocaleID", &resultLen, &status); in TestFallback()
443 junk = ures_getStringByKey(fr_FR, "LocaleString", &resultLen, &status); in TestFallback()
445 junk = ures_getStringByKey(fr_FR, "LocaleID", &resultLen, &status); in TestFallback()
449 subResource = ures_getByKey(fr_FR, "layout", NULL, &status); in TestFallback()
459 junk = ures_getStringByKey(fr_FR, "ExemplarCharacters", &resultLen, &status); in TestFallback()
468 ures_close(fr_FR); in TestFallback()
Dcreststn.c2076 UResourceBundle *fr_FR = NULL; in TestFallback() local
2082 fr_FR = ures_open(NULL, "fr_FR", &status); in TestFallback()
2093 junk = tres_getString(fr_FR, -1, "LocaleID", &resultLen, &status); in TestFallback()
2095 junk = tres_getString(fr_FR, -1, "LocaleString", &resultLen, &status); in TestFallback()
2097 junk = tres_getString(fr_FR, -1, "LocaleID", &resultLen, &status); in TestFallback()
2102 subResource = ures_getByKey(fr_FR, "layout", NULL, &status); in TestFallback()
2113 junk = tres_getString(fr_FR, -1, "ExemplarCharacters", &resultLen, &status); in TestFallback()
2122 ures_close(fr_FR); in TestFallback()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DLocaleDataTest.java420 LocaleData fr_FR = LocaleData.getInstance(ULocale.FRANCE); in TestFallback() local
424 …assertEquals("Start quotes are not equal", fr_FR.getDelimiter(LocaleData.QUOTATION_START), fr_CH.g… in TestFallback()
425 …assertEquals("End quotes are not equals", fr_FR.getDelimiter(LocaleData.QUOTATION_END), fr_CH.getD… in TestFallback()
426 …assertNotEquals("Alt start quotes are equal", fr_FR.getDelimiter(LocaleData.ALT_QUOTATION_START), … in TestFallback()
427 …assertNotEquals("Alt end quotes are equals", fr_FR.getDelimiter(LocaleData.ALT_QUOTATION_END), fr_… in TestFallback()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocaleDataTest.java417 LocaleData fr_FR = LocaleData.getInstance(ULocale.FRANCE); in TestFallback() local
421 …assertEquals("Start quotes are not equal", fr_FR.getDelimiter(LocaleData.QUOTATION_START), fr_CH.g… in TestFallback()
422 …assertEquals("End quotes are not equals", fr_FR.getDelimiter(LocaleData.QUOTATION_END), fr_CH.getD… in TestFallback()
423 …assertNotEquals("Alt start quotes are equal", fr_FR.getDelimiter(LocaleData.ALT_QUOTATION_START), … in TestFallback()
424 …assertNotEquals("Alt end quotes are equals", fr_FR.getDelimiter(LocaleData.ALT_QUOTATION_END), fr_… in TestFallback()
/external/icu/icu4c/source/data/locales/
Dfr_FR.txt3 fr_FR{
Dresfiles.mk104 fr_CI.txt fr_CM.txt fr_DJ.txt fr_DZ.txt fr_FR.txt\
/external/python/cpython2/Lib/test/
Dtest_decimal.py850 fr_FR = {
873 self.assertEqual(get_fmt(Decimal('12.7'), fr_FR), '12,7')
878 self.assertEqual(get_fmt(123456789, fr_FR), '123456789')
883 self.assertEqual(get_fmt(123456789, fr_FR, '.6n'), '1,23457e+8')
888 self.assertEqual(get_fmt(1234, fr_FR, '03n'), '1234')
889 self.assertEqual(get_fmt(1234, fr_FR, '04n'), '1234')
890 self.assertEqual(get_fmt(1234, fr_FR, '05n'), '01234')
891 self.assertEqual(get_fmt(1234, fr_FR, '06n'), '001234')
/external/icu/icu4c/source/test/testdata/
Dnumberformattestspecification.txt32 set locale fr_FR
237 set locale fr_FR
474 fr_FR 123,456 123.456
475 fr_FR 123.456 123
638 set locale fr_FR
653 set locale fr_FR
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/
Dnumberformattestspecification.txt32 set locale fr_FR
237 set locale fr_FR
474 fr_FR 123,456 123.456
475 fr_FR 123.456 123
638 set locale fr_FR
653 set locale fr_FR
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/
Dnumberformattestspecification.txt32 set locale fr_FR
237 set locale fr_FR
474 fr_FR 123,456 123.456
475 fr_FR 123.456 123
638 set locale fr_FR
653 set locale fr_FR
/external/curl/docs/
DBINDINGS.md96 [Scilab](https://help.scilab.org/docs/current/fr_FR/getURL.html) binding by Sylvestre Ledru
/external/python/cpython3/Lib/test/
Dtest_decimal.py1102 fr_FR = {
1127 self.assertEqual(get_fmt(Decimal('12.7'), fr_FR), '12,7')
1132 self.assertEqual(get_fmt(123456789, fr_FR), '123456789')
1137 self.assertEqual(get_fmt(123456789, fr_FR, '.6n'), '1,23457e+8')
1142 self.assertEqual(get_fmt(1234, fr_FR, '03n'), '1234')
1143 self.assertEqual(get_fmt(1234, fr_FR, '04n'), '1234')
1144 self.assertEqual(get_fmt(1234, fr_FR, '05n'), '01234')
1145 self.assertEqual(get_fmt(1234, fr_FR, '06n'), '001234')
/external/pcre/dist2/doc/html/
DREADME.txt648 script uses the "locale" command to check for the availability of the "fr_FR",
650 command fails, or if its output doesn't include "fr_FR", "french", or "fr" in
654 ** Failed to set locale "fr_FR"
/external/pcre/dist2/
DREADME648 script uses the "locale" command to check for the availability of the "fr_FR",
650 command fails, or if its output doesn't include "fr_FR", "french", or "fr" in
654 ** Failed to set locale "fr_FR"
/external/icu/icu4c/source/data/misc/
Dmetadata.txt4524 "fr_FR",
/external/libcups/filter/
Dspec-ppd.shtml1335 *cupsLanguages: "en_CA en_UK en_US fr_CA fr_FR"
/external/pcre/dist2/doc/
Dpcre2test.txt819 /pattern/locale=fr_FR

12