Home
last modified time | relevance | path

Searched full:languages (Results 1 – 25 of 1638) sorted by relevance

12345678910>>...66

/third_party/skia/third_party/externals/icu/filters/
Dchromeos.json609 "-/Languages",
610 "-/Languages%long",
611 "-/Languages%menu",
612 "-/Languages%variant",
822 // # Keep only the minimum locale data for non-UI languages.
948 …ree"],"files":{"includelist":["ach"]},"rules":["-/*","+/%%ALIAS","+/%%Parent","+/Languages/ach"] },
949 …_tree"],"files":{"includelist":["af"]},"rules":["-/*","+/%%ALIAS","+/%%Parent","+/Languages/af"] },
950 …_tree"],"files":{"includelist":["ak"]},"rules":["-/*","+/%%ALIAS","+/%%Parent","+/Languages/ak"] },
951 …_tree"],"files":{"includelist":["an"]},"rules":["-/*","+/%%ALIAS","+/%%Parent","+/Languages/an"] },
952 …ree"],"files":{"includelist":["ast"]},"rules":["-/*","+/%%ALIAS","+/%%Parent","+/Languages/ast"] },
[all …]
Dcast.json886 "-/Languages",
887 "-/Languages%long",
888 "-/Languages%menu",
889 "-/Languages%variant",
1080 …ree"],"files":{"includelist":["ach"]},"rules":["-/*","+/%%ALIAS","+/%%Parent","+/Languages/ach"] },
1081 …_tree"],"files":{"includelist":["af"]},"rules":["-/*","+/%%ALIAS","+/%%Parent","+/Languages/af"] },
1082 …_tree"],"files":{"includelist":["ak"]},"rules":["-/*","+/%%ALIAS","+/%%Parent","+/Languages/ak"] },
1083 …_tree"],"files":{"includelist":["an"]},"rules":["-/*","+/%%ALIAS","+/%%Parent","+/Languages/an"] },
1084 …ree"],"files":{"includelist":["ast"]},"rules":["-/*","+/%%ALIAS","+/%%Parent","+/Languages/ast"] },
1085 …_tree"],"files":{"includelist":["az"]},"rules":["-/*","+/%%ALIAS","+/%%Parent","+/Languages/az"] },
[all …]
Dcommon.json609 "-/Languages",
610 "-/Languages%long",
611 "-/Languages%menu",
612 "-/Languages%variant",
803 // # Keep only the minimum locale data for non-UI languages.
929 …ree"],"files":{"includelist":["ach"]},"rules":["-/*","+/%%ALIAS","+/%%Parent","+/Languages/ach"] },
930 …_tree"],"files":{"includelist":["af"]},"rules":["-/*","+/%%ALIAS","+/%%Parent","+/Languages/af"] },
931 …_tree"],"files":{"includelist":["ak"]},"rules":["-/*","+/%%ALIAS","+/%%Parent","+/Languages/ak"] },
932 …_tree"],"files":{"includelist":["an"]},"rules":["-/*","+/%%ALIAS","+/%%Parent","+/Languages/an"] },
933 …ree"],"files":{"includelist":["ast"]},"rules":["-/*","+/%%ALIAS","+/%%Parent","+/Languages/ast"] },
[all …]
/third_party/libphonenumber/cpp/src/phonenumbers/geocoding/
Dmapping_file_provider.cc74 // Returns true if languages contains language.
75 bool HasLanguage(const CountryLanguages* languages, const string& language) { in HasLanguage() argument
76 const char** const start = languages->available_languages; in HasLanguage()
77 const char** const end = start + languages->available_languages_size; in HasLanguage()
127 const CountryLanguages* languages, const string& language, in FindBestMatchingLanguageCode() argument
134 if (HasLanguage(languages, normalized_locale_str)) { in FindBestMatchingLanguageCode()
140 if (HasLanguage(languages, full_locale)) { in FindBestMatchingLanguageCode()
146 if (HasLanguage(languages, language)) { in FindBestMatchingLanguageCode()
154 if (HasLanguage(languages, lang_with_script)) { in FindBestMatchingLanguageCode()
163 if (HasLanguage(languages, lang_with_region)) { in FindBestMatchingLanguageCode()
[all …]
/third_party/icu/docs/userguide/icu/
Di18n.md80 languages. You do not have to tag pieces of data with their encoding to enable
81 the right characters, and you can mix languages within a single piece of text.
86 * It can handle text in any language or combination of languages.
117 languages and user communities. This includes tasks such as alphabetizing lists
124 quite challenging for other languages.
138 following table shows how word lengths can differ among languages.
162 work correctly in 75 languages and more than 200 locales. The key is
180 Numbers and dates are represented in different languages. Do not implement
214 All languages (even those using the same alphabet) do not necessarily have the
221 Not all languages interpret the same characters as equivalent. If a character's
[all …]
/third_party/selinux/secilc/docs/
Dcil_introduction.md4 …signed to be a language that sits between one or more high level policy languages (such as the cur…
6 * Enables the creation of multiple high-level languages that can both consume and produce language …
8 * Eases the creation of high-level languages, encouraging the creation of more domain specific poli…
10 …cy analysis, allowing the analysis of the output of multiple high-level languages using a single a…
19 …sing when there is a conflict as humans should be reading and writing high-level languages instead.
36 …re currently difficult or impossible to achieve with the current policy languages and tools. While…
55 …e, like the existing policy languages, is declarative. It removes all of the ordering constraints …
59 … it is important to note that there are currently three separate policy languages in common usage:…
/third_party/skia/third_party/externals/icu/source/data/lang/
Des_MX.txt6 Languages{
51 Languages%long{
55 Languages%menu{
58 Languages%short{
61 Languages%variant{
Den_AU.txt11 Languages{
34 Languages%menu{
37 Languages%short{
41 Languages%variant{
Dsat.txt5 Languages{
33 Languages%long{
37 Languages%menu{
40 Languages%short{
Dsu.txt5 Languages{
32 Languages%long{
36 Languages%menu{
39 Languages%short{
Dceb.txt5 Languages{
44 Languages%long{
48 Languages%menu{
51 Languages%short{
Ddoi.txt5 Languages{
33 Languages%long{
37 Languages%menu{
40 Languages%short{
/third_party/python/Doc/library/
Dgettext.rst20 languages.
33 application needs to switch languages on the fly, you probably want to use the
73 languages have more than two plural forms). If no translation is found, return
81 formulas for a variety of languages.
125 .. function:: find(domain, localedir=None, languages=None, all=False)
129 *localedir* is as in :func:`bindtextdomain`. Optional *languages* is a list of
133 [#]_ If *languages* is not given, then the following environment variables are
136 *languages* variable. The environment variables should contain a colon separated
137 list of languages, which will be split on the colon to produce the expected list
140 :func:`find` then expands and normalizes the languages, and then iterates
[all …]
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DLanguageData.java16 * This class holds the list of languages.
59 private Record[] languages = field in LanguageData
92 // languages added on 03/13/2008
142 private int maxLanguage = minLanguage + languages.length - 1;
160 return languages[value - minLanguage].tag(); in getTag()
169 return languages[value - minLanguage].label(); in getTagLabel()
178 return languages[value - minLanguage].makeTag(); in makeTag()
186 return languages[value - minLanguage].name(); in getName()
/third_party/typescript/tests/baselines/reference/
DrecursiveClassReferenceTest.js77 module Sample.Thing.Languages.PlainText {
180 var Languages;
181 (function (Languages) { argument
210 })(PlainText = Languages.PlainText || (Languages.PlainText = {}));
211 })(Languages = Thing.Languages || (Thing.Languages = {}));
/third_party/icu/icu4c/source/data/lang/
Dxh.txt5 Languages{
47 Languages%long{
51 Languages%menu{
54 Languages%short{
58 Languages%variant{
Dceb.txt5 Languages{
44 Languages%long{
48 Languages%menu{
51 Languages%short{
55 Languages%variant{
Dfr_CA.txt5 Languages{
70 Languages%long{
74 Languages%menu{
79 Languages%short{
82 Languages%variant{
Dsu.txt5 Languages{
32 Languages%long{
36 Languages%menu{
39 Languages%short{
Des_MX.txt6 Languages{
55 Languages%menu{
58 Languages%short{
61 Languages%variant{
Dsat.txt5 Languages{
49 Languages%long{
53 Languages%menu{
56 Languages%short{
/third_party/pcre2/pcre2/.github/workflows/
Dcodeql.yml4 # You may wish to alter this file to override the set of languages analyzed,
8 # We have attempted to detect the languages in your repository. Please check
10 # supported CodeQL languages.
50 languages: ${{ matrix.language }}
56 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
/third_party/node/deps/cares/cmake/
DEnableWarnings.cmake40 get_property(languages GLOBAL PROPERTY ENABLED_LANGUAGES)
275 foreach(_lang ${languages})
300 get_property(languages GLOBAL PROPERTY ENABLED_LANGUAGES)
302 if ("CXX" IN_LIST languages)
328 get_property(languages GLOBAL PROPERTY ENABLED_LANGUAGES)
330 if ("CXX" IN_LIST languages)
360 get_property(languages GLOBAL PROPERTY ENABLED_LANGUAGES)
362 if ("CXX" IN_LIST languages)
381 get_property(languages GLOBAL PROPERTY ENABLED_LANGUAGES)
383 if ("CXX" IN_LIST languages)
/third_party/node/deps/npm/node_modules/negotiator/
Dindex.js57 var set = this.languages(available);
61 Negotiator.prototype.languages = function languages(available) { method in Negotiator
80 Negotiator.prototype.preferredLanguages = Negotiator.prototype.languages;
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-meta.h38 * @HB_OT_META_TAG_DESIGN_LANGUAGES: Design languages. Text, using only
39 * Basic Latin (ASCII) characters. Indicates languages and/or scripts
41 * @HB_OT_META_TAG_SUPPORTED_LANGUAGES: Supported languages. Text, using
42 * only Basic Latin (ASCII) characters. Indicates languages and/or scripts

12345678910>>...66