/external/pcre/dist2/testdata/ |
D | testinput3 | 1 # 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 …]
|
D | testoutput3 | 1 # 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 …]
|
D | testoutput3A | 1 # 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 …]
|
D | testoutput3B | 1 # 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 …]
|
D | wintestinput3 | 1 # 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
|
D | wintestoutput3 | 1 # 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/ |
D | config.charset | 134 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 \
|
D | locale.alias | 44 fran�ais fr_FR.ISO-8859-1 45 french fr_FR.ISO-8859-1
|
/external/icu/icu4c/source/test/cintltst/ |
D | crestst.c | 423 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()
|
D | creststn.c | 2076 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/ |
D | LocaleDataTest.java | 420 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/ |
D | LocaleDataTest.java | 417 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/ |
D | fr_FR.txt | 3 fr_FR{
|
D | resfiles.mk | 104 fr_CI.txt fr_CM.txt fr_DJ.txt fr_DZ.txt fr_FR.txt\
|
/external/python/cpython2/Lib/test/ |
D | test_decimal.py | 850 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/ |
D | numberformattestspecification.txt | 32 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/ |
D | numberformattestspecification.txt | 32 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/ |
D | numberformattestspecification.txt | 32 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/ |
D | BINDINGS.md | 96 [Scilab](https://help.scilab.org/docs/current/fr_FR/getURL.html) binding by Sylvestre Ledru
|
/external/python/cpython3/Lib/test/ |
D | test_decimal.py | 1102 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/ |
D | README.txt | 648 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/ |
D | README | 648 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/ |
D | metadata.txt | 4524 "fr_FR",
|
/external/libcups/filter/ |
D | spec-ppd.shtml | 1335 *cupsLanguages: "en_CA en_UK en_US fr_CA fr_FR"
|
/external/pcre/dist2/doc/ |
D | pcre2test.txt | 819 /pattern/locale=fr_FR
|