/external/pcre/dist2/testdata/ |
D | wintestinput3 | 3 # be whichever of "fr_FR", "french", or "fr" is found to exist. There is 5 # where the locale is called "french" and the tests are run using 14 /^[\w]+/locale=french 24 /^[\W]+/locale=french 33 /[\b]/locale=french 42 /^\w+/locale=french 48 /(.+)\b(.+)/locale=french 57 /�cole/i,locale=french 63 /\w/I,locale=french 65 # All remaining tests are in the french locale, so set the default. [all …]
|
D | wintestoutput3 | 3 # be whichever of "fr_FR", "french", or "fr" is found to exist. There is 5 # where the locale is called "french" and the tests are run using 16 /^[\w]+/locale=french 30 /^[\W]+/locale=french 44 /[\b]/locale=french 58 /^\w+/locale=french 68 /(.+)\b(.+)/locale=french 84 /�cole/i,locale=french 96 /\w/I,locale=french 105 # All remaining tests are in the french locale, so set the default. [all …]
|
D | testinput3 | 3 # be whichever of "fr_FR", "french", or "fr" is found to exist. There is 5 # where the locale is called "french" and the tests are run using
|
D | testoutput3 | 3 # be whichever of "fr_FR", "french", or "fr" is found to exist. There is 5 # where the locale is called "french" and the tests are run using
|
D | testoutput3A | 3 # be whichever of "fr_FR", "french", or "fr" is found to exist. There is 5 # where the locale is called "french" and the tests are run using
|
D | testoutput3B | 3 # be whichever of "fr_FR", "french", or "fr" is found to exist. There is 5 # where the locale is called "french" and the tests are run using
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestCLDRUtils.java | 67 CLDRFile french = CLDRConfig.getInstance().getCldrFactory() in TestVariantName() local 70 checkNames(french, "en_US_POSIX", "anglais américain (informatique)", in TestVariantName() 84 private void checkNames(CLDRFile french, String locale, in checkNames() argument 87 combinedLong, french.getName(locale)); in checkNames() 96 combinedShort, french.getName(locale, false, SHORT_ALT_PICKER)); in checkNames() 98 uncombinedLong, french.getName(locale, true)); in checkNames() 100 uncombinedShort, french.getName(locale, true, SHORT_ALT_PICKER)); in checkNames()
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/ |
D | ULocaleCollationTest.java | 295 ULocale french = ULocale.FRENCH; in TestNameList() local 296 LocaleDisplayNames names = LocaleDisplayNames.getInstance(french, in TestNameList() 301 Collator collator = Collator.getInstance(french); in TestNameList() 331 ULocale french = ULocale.FRENCH; in TestIllformedLocale() local 332 Collator collator = Collator.getInstance(french); in TestIllformedLocale() 333 LocaleDisplayNames names = LocaleDisplayNames.getInstance(french, in TestIllformedLocale()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | ULocaleCollationTest.java | 298 ULocale french = ULocale.FRENCH; in TestNameList() local 299 LocaleDisplayNames names = LocaleDisplayNames.getInstance(french, in TestNameList() 304 Collator collator = Collator.getInstance(french); in TestNameList() 334 ULocale french = ULocale.FRENCH; in TestIllformedLocale() local 335 Collator collator = Collator.getInstance(french); in TestIllformedLocale() 336 LocaleDisplayNames names = LocaleDisplayNames.getInstance(french, in TestIllformedLocale()
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/ |
D | RbnfSampleRuleSets.java | 418 public static final String french = field in RbnfSampleRuleSets 1625 french,
|
/external/curl/tests/data/ |
D | test649 | 33 This is an attached file (in french: pièce jointe). 66 This is an attached file (in french: pi
|
/external/e2fsprogs/intl/ |
D | locale.alias | 45 french fr_FR.ISO-8859-1
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationAPITest.java | 933 boolean french = collator.isFrenchCollation(); 954 collator.setFrenchCollation(!french); 955 if (collator.isFrenchCollation() == french) { 987 if (collator.isFrenchCollation() != french) {
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationAPITest.java | 936 boolean french = collator.isFrenchCollation(); 957 collator.setFrenchCollation(!french); 958 if (collator.isFrenchCollation() == french) { 990 if (collator.isFrenchCollation() != french) {
|
/external/libiio/src/ |
D | libiio.iss.cmakein | 27 Name: "french"; MessagesFile: "compiler:Languages\French.isl"
|
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-objc/nsstring/ |
D | main.m | 51 NSString* french = @"Que veut cette horde d'esclaves, De traîtres, de rois conjurés?";
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | TestUtilities.java | 113 CLDRFile french = mainCldrFactory.make("fr", true); in testNames() local 117 System.out.println(test + "\t" + english.getName(test) + "\t" + french.getName(test)); in testNames()
|
/external/pcre/dist2/ |
D | RunTest.bat | 290 echo ** Test 3 failure usually means french locale is not
|
D | README | 655 "french", or "fr" locale, and uses the first one that it finds. If the "locale" 656 command fails, or if its output doesn't include "fr_FR", "french", or "fr" in
|
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-objc/ |
D | main.m | 394 NSString *french =
|
/external/icu/icu4c/source/test/intltest/ |
D | loctest.cpp | 515 Locale french("fr", "FR"); in TestDisplayNames() local 522 doTestDisplayNames(french, DLANG_FR); in TestDisplayNames() 562 french.getDisplayCountry(s); in TestDisplayNames()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cmsccoll.c | 2781 UColAttributeValue french = UCOL_OFF; in TestEqualsForCollator() local 2799 french = ucol_getAttribute(source, UCOL_FRENCH_COLLATION, &status); in TestEqualsForCollator() 2800 if(french == UCOL_ON) { in TestEqualsForCollator()
|
/external/python/cpython3/Lib/test/ |
D | cfgparser.2 | 333 # This is an example for french users:
|
/external/pcre/dist2/doc/html/ |
D | README.txt | 655 "french", or "fr" locale, and uses the first one that it finds. If the "locale" 656 command fails, or if its output doesn't include "fr_FR", "french", or "fr" in
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | africa | 932 # Source (french):
|