Home
last modified time | relevance | path

Searched refs:french (Results 1 – 25 of 35) sorted by relevance

12

/external/pcre/dist2/testdata/
Dwintestinput33 # 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 …]
Dwintestoutput33 # 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 …]
Dtestinput33 # 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
Dtestoutput33 # 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
Dtestoutput3A3 # 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
Dtestoutput3B3 # 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/
DTestCLDRUtils.java67 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/
DULocaleCollationTest.java295 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/
DULocaleCollationTest.java298 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/
DRbnfSampleRuleSets.java418 public static final String french = field in RbnfSampleRuleSets
1625 french,
/external/curl/tests/data/
Dtest64933 This is an attached file (in french: pièce jointe).
66 This is an attached file (in french: pi
/external/e2fsprogs/intl/
Dlocale.alias45 french fr_FR.ISO-8859-1
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationAPITest.java933 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/
DCollationAPITest.java936 boolean french = collator.isFrenchCollation();
957 collator.setFrenchCollation(!french);
958 if (collator.isFrenchCollation() == french) {
990 if (collator.isFrenchCollation() != french) {
/external/libiio/src/
Dlibiio.iss.cmakein27 Name: "french"; MessagesFile: "compiler:Languages\French.isl"
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-objc/nsstring/
Dmain.m51 NSString* french = @"Que veut cette horde d'esclaves, De traîtres, de rois conjurés?";
/external/cldr/tools/java/org/unicode/cldr/util/
DTestUtilities.java113 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/
DRunTest.bat290 echo ** Test 3 failure usually means french locale is not
DREADME655 "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/
Dmain.m394 NSString *french =
/external/icu/icu4c/source/test/intltest/
Dloctest.cpp515 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/
Dcmsccoll.c2781 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/
Dcfgparser.2333 # This is an example for french users:
/external/pcre/dist2/doc/html/
DREADME.txt655 "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/
Dafrica932 # Source (french):

12