/third_party/cups-filters/filter/braille/filters/ |
D | liblouis1.defs.gen.in | 32 echo ' *Choice "Locale/Default for language" ""' 33 echo ' Choice "Locale-g0/Default for language grade 0" ""' 34 echo ' Choice "Locale-g1/Default for language grade 1" ""' 35 echo ' Choice "Locale-g2/Default for language grade 2" ""' 36 echo ' Choice "Locale-g3/Default for language grade 3" ""' 37 echo ' Choice "HyphLocale/Default hyphenation rules for language" ""' 46 LANGUAGE="$name" 54 LANGUAGE=$DISPLAY_NAME 57 "afr-za-g1") LANGUAGE=Afrikaans TYPE="grade 1" ;; 58 "ar-ar-g1") LANGUAGE=Arabic TYPE="grade 1" ;; [all …]
|
/third_party/spirv-headers/tools/buildHeaders/ |
D | main.cpp | 40 spv::TLanguage Language; variable 46 " -h <language> print header for given language to stdout, from one of:\n" in Usage() 75 Language = spv::ELangAll; in ProcessArguments() 82 const std::string language(tolower_s(argv[1])); in ProcessArguments() local 84 if (language == "c") { in ProcessArguments() 85 Language = spv::ELangC; in ProcessArguments() 86 } else if (language == "c++" || language == "c++03") { in ProcessArguments() 87 Language = spv::ELangCPP; in ProcessArguments() 88 } else if (language == "c++11") { in ProcessArguments() 89 Language = spv::ELangCPP11; in ProcessArguments() [all …]
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/ |
D | main.cpp | 40 spv::TLanguage Language; variable 46 " -h <language> print header for given language to stdout, from one of:\n" in Usage() 74 Language = spv::ELangAll; in ProcessArguments() 81 const std::string language(tolower_s(argv[1])); in ProcessArguments() local 83 if (language == "c") { in ProcessArguments() 84 Language = spv::ELangC; in ProcessArguments() 85 } else if (language == "c++" || language == "c++03") { in ProcessArguments() 86 Language = spv::ELangCPP; in ProcessArguments() 87 } else if (language == "c++11") { in ProcessArguments() 88 Language = spv::ELangCPP11; in ProcessArguments() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
D | main.cpp | 40 spv::TLanguage Language; variable 46 " -h <language> print header for given language to stdout, from one of:\n" in Usage() 74 Language = spv::ELangAll; in ProcessArguments() 81 const std::string language(tolower_s(argv[1])); in ProcessArguments() local 83 if (language == "c") { in ProcessArguments() 84 Language = spv::ELangC; in ProcessArguments() 85 } else if (language == "c++" || language == "c++03") { in ProcessArguments() 86 Language = spv::ELangCPP; in ProcessArguments() 87 } else if (language == "c++11") { in ProcessArguments() 88 Language = spv::ELangCPP11; in ProcessArguments() [all …]
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | gen-tag-table.py | 7 languages system tag list to the language subtags of the BCP 47 language 20 usage: ./gen-tag-table.py languagetags language-subtag-registry 24 * https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry 240 """A BCP 47 language tag. 245 ``true``, the entire lowercased tag is the ``language`` 247 language (str): The language subtag. 253 tag (str): A BCP 47 language tag. 261 self.language = tag.lower () 266 self.language = self.subtags[0] 297 and ot.from_bcp_47[self.subtags[0]] == ot.from_bcp_47[self.language]) [all …]
|
D | hb-ot-name.cc | 51 * Enumerates all available name IDs and language combinations. Returned 117 hb_language_t language, in hb_ot_name_get_utf() argument 123 if (!language) in hb_ot_name_get_utf() 124 language = hb_language_from_string ("en", 2); in hb_ot_name_get_utf() 127 int idx = name.get_index (name_id, language, &width); in hb_ot_name_get_utf() 152 * @language: language to fetch the name for. 158 * If @language is #HB_LANGUAGE_INVALID, English ("en") is assumed. 168 hb_language_t language, in hb_ot_name_get_utf8() argument 172 return hb_ot_name_get_utf<hb_utf8_t> (face, name_id, language, text_size, in hb_ot_name_get_utf8() 180 * @language: language to fetch the name for. [all …]
|
D | hb-ot-tag.cc | 215 char language[4]; member 220 const char *b = this->language; in cmp() 233 { return cmp (that->language); } in cmp() 250 hb_ot_tag_from_language (hb_language_t language) in hb_ot_tag_from_language() argument 254 hb_ot_tags_from_script_and_language (HB_SCRIPT_UNKNOWN, language, nullptr, nullptr, &count, tags); in hb_ot_tag_from_language() 272 /* Find a language matching in the first component. */ in hb_ot_tags_from_language() 278 /* If there is an extended language tag, use it. */ in hb_ot_tags_from_language() 287 0 == strcmp (ot_languages[tag_idx].language, ot_languages[tag_idx - 1].language)) in hb_ot_tags_from_language() 293 0 == strcmp (ot_languages[tag_idx + i].language, ot_languages[tag_idx].language); in hb_ot_tags_from_language() 362 * @language: an #hb_language_t to convert. [all …]
|
/third_party/openGLES/docs/ |
D | GLSLExtensionRules.txt | 1 OpenGL(R) Shading Language Extension Conventions 21 The ARB OpenGL Shading Language working group has defined the following 23 Shading Language syntax or semantics. 29 We expect the Shading Language to continue to evolve through the 31 revisions to the core language specification itself. As a result, 34 language. 47 The fact that the Shading Language is modeled after C/C++ means 48 that we have some additional requirements for what the language 53 Shading Language. 62 shading language extensions do not conflict in syntax or [all …]
|
/third_party/skia/third_party/externals/opengl-registry/docs/ |
D | GLSLExtensionRules.txt | 1 OpenGL(R) Shading Language Extension Conventions 21 The ARB OpenGL Shading Language working group has defined the following 23 Shading Language syntax or semantics. 29 We expect the Shading Language to continue to evolve through the 31 revisions to the core language specification itself. As a result, 34 language. 47 The fact that the Shading Language is modeled after C/C++ means 48 that we have some additional requirements for what the language 53 Shading Language. 62 shading language extensions do not conflict in syntax or [all …]
|
/third_party/jerryscript/tests/ |
D | test262-es6-excludelist.xml | 422 <test id="language/arguments-object/10.6-13-a-2.js"><reason></reason></test> 423 <test id="language/arguments-object/10.6-13-a-3.js"><reason></reason></test> 424 …<test id="language/arguments-object/mapped/mapped-arguments-nonconfigurable-2.js"><reason></reason… 425 …<test id="language/arguments-object/mapped/mapped-arguments-nonconfigurable-4.js"><reason></reason… 426 …<test id="language/arguments-object/mapped/mapped-arguments-nonconfigurable-delete-2.js"><reason><… 427 …<test id="language/arguments-object/mapped/mapped-arguments-nonconfigurable-delete-4.js"><reason><… 428 …<test id="language/arguments-object/mapped/mapped-arguments-nonconfigurable-nonwritable-3.js"><rea… 429 …<test id="language/arguments-object/mapped/mapped-arguments-nonconfigurable-nonwritable-4.js"><rea… 430 …<test id="language/arguments-object/mapped/mapped-arguments-nonconfigurable-strict-delete-2.js"><r… 431 …<test id="language/arguments-object/mapped/mapped-arguments-nonconfigurable-strict-delete-4.js"><r… [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
D | XLikelySubtags.java | 144 // Cache the result of looking up language="und" encoded as "*", and "und-Zzzz" ("**"). in XLikelySubtags() 200 // Private use language tag x-subtag-subtag... in makeMaximizedLsrFrom() 210 // Private use language tag x-subtag-subtag... in makeMaximizedLsrFrom() 217 private LSR makeMaximizedLsr(String language, String script, String region, String variant) { in makeMaximizedLsr() argument 220 // not other locales with what looks like the same language and script subtags. in makeMaximizedLsr() 224 return new LSR(PSEUDO_ACCENTS_PREFIX + language, in makeMaximizedLsr() 227 return new LSR(PSEUDO_BIDI_PREFIX + language, in makeMaximizedLsr() 230 return new LSR(PSEUDO_CRACKED_PREFIX + language, in makeMaximizedLsr() 242 return new LSR(PSEUDO_ACCENTS_PREFIX + language, in makeMaximizedLsr() 246 return new LSR(PSEUDO_BIDI_PREFIX + language, in makeMaximizedLsr() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
D | XLikelySubtags.java | 137 // Cache the result of looking up language="und" encoded as "*", and "und-Zzzz" ("**"). in XLikelySubtags() 193 // Private use language tag x-subtag-subtag... which CLDR changes to in makeMaximizedLsrFrom() 204 // Private use language tag x-subtag-subtag... which CLDR changes to in makeMaximizedLsrFrom() 212 private LSR makeMaximizedLsr(String language, String script, String region, String variant) { in makeMaximizedLsr() argument 215 // not other locales with what looks like the same language and script subtags. in makeMaximizedLsr() 219 return new LSR(PSEUDO_ACCENTS_PREFIX + language, in makeMaximizedLsr() 222 return new LSR(PSEUDO_BIDI_PREFIX + language, in makeMaximizedLsr() 225 return new LSR(PSEUDO_CRACKED_PREFIX + language, in makeMaximizedLsr() 237 return new LSR(PSEUDO_ACCENTS_PREFIX + language, in makeMaximizedLsr() 241 return new LSR(PSEUDO_BIDI_PREFIX + language, in makeMaximizedLsr() [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | loclikelysubtags.cpp | 429 // Cache the result of looking up language="und" encoded as "*", and "und-Zzzz" ("**"). in XLikelySubtags() 465 // Private use language tag x-subtag-subtag... which CLDR changes to in makeMaximizedLsrFrom() 472 if (uprv_strlen(max.language) == 0 && in makeMaximizedLsrFrom() 493 LSR XLikelySubtags::makeMaximizedLsr(const char *language, const char *script, const char *region, in makeMaximizedLsr() argument 499 // not other locales with what looks like the same language and script subtags. in makeMaximizedLsr() 504 return LSR(PSEUDO_ACCENTS_PREFIX, language, script, region, in makeMaximizedLsr() 507 return LSR(PSEUDO_BIDI_PREFIX, language, script, region, in makeMaximizedLsr() 510 return LSR(PSEUDO_CRACKED_PREFIX, language, script, region, in makeMaximizedLsr() 521 return LSR(PSEUDO_ACCENTS_PREFIX, language, script, in makeMaximizedLsr() 524 return LSR(PSEUDO_BIDI_PREFIX, language, script, in makeMaximizedLsr() [all …]
|
D | lsr.cpp | 19 language(nullptr), script(nullptr), region(r), in LSR() 28 language = owned; in LSR() 36 language(nullptr), script(nullptr), region(nullptr), in LSR() 47 language = owned; in LSR() 55 language(other.language), script(other.script), region(other.region), owned(other.owned), in LSR() 59 other.language = other.script = ""; in LSR() 71 language = other.language; in operator =() 79 other.language = other.script = ""; in operator =() 88 uprv_strcmp(language, other.language) == 0 && in isEquivalentTo() 97 uprv_strcmp(language, other.language) == 0 && in operator ==() [all …]
|
/third_party/icu/icu4c/source/common/ |
D | loclikelysubtags.cpp | 293 // Cache the result of looking up language="und" encoded as "*", and "und-Zzzz" ("**"). in XLikelySubtags() 323 // Private use language tag x-subtag-subtag... which CLDR changes to in makeMaximizedLsrFrom() 340 LSR XLikelySubtags::makeMaximizedLsr(const char *language, const char *script, const char *region, in makeMaximizedLsr() argument 344 // not other locales with what looks like the same language and script subtags. in makeMaximizedLsr() 349 return LSR(PSEUDO_ACCENTS_PREFIX, language, script, region, in makeMaximizedLsr() 352 return LSR(PSEUDO_BIDI_PREFIX, language, script, region, in makeMaximizedLsr() 355 return LSR(PSEUDO_CRACKED_PREFIX, language, script, region, in makeMaximizedLsr() 366 return LSR(PSEUDO_ACCENTS_PREFIX, language, script, in makeMaximizedLsr() 369 return LSR(PSEUDO_BIDI_PREFIX, language, script, in makeMaximizedLsr() 372 return LSR(PSEUDO_CRACKED_PREFIX, language, script, in makeMaximizedLsr() [all …]
|
D | lsr.cpp | 19 language(nullptr), script(nullptr), region(r), in LSR() 28 language = owned; in LSR() 35 language(other.language), script(other.script), region(other.region), owned(other.owned), in LSR() 39 other.language = other.script = ""; in LSR() 51 language = other.language; in operator =() 59 other.language = other.script = ""; in operator =() 68 uprv_strcmp(language, other.language) == 0 && in isEquivalentTo() 77 uprv_strcmp(language, other.language) == 0 && in operator ==() 106 uint32_t h = ustr_hashCharsN(language, static_cast<int32_t>(uprv_strlen(language))); in setHashCode()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | loclikelysubtags.cpp | 293 // Cache the result of looking up language="und" encoded as "*", and "und-Zzzz" ("**"). in XLikelySubtags() 323 // Private use language tag x-subtag-subtag... which CLDR changes to in makeMaximizedLsrFrom() 340 LSR XLikelySubtags::makeMaximizedLsr(const char *language, const char *script, const char *region, in makeMaximizedLsr() argument 344 // not other locales with what looks like the same language and script subtags. in makeMaximizedLsr() 349 return LSR(PSEUDO_ACCENTS_PREFIX, language, script, region, in makeMaximizedLsr() 352 return LSR(PSEUDO_BIDI_PREFIX, language, script, region, in makeMaximizedLsr() 355 return LSR(PSEUDO_CRACKED_PREFIX, language, script, region, in makeMaximizedLsr() 366 return LSR(PSEUDO_ACCENTS_PREFIX, language, script, in makeMaximizedLsr() 369 return LSR(PSEUDO_BIDI_PREFIX, language, script, in makeMaximizedLsr() 372 return LSR(PSEUDO_CRACKED_PREFIX, language, script, in makeMaximizedLsr() [all …]
|
D | lsr.cpp | 19 language(nullptr), script(nullptr), region(r), in LSR() 28 language = owned; in LSR() 35 language(other.language), script(other.script), region(other.region), owned(other.owned), in LSR() 39 other.language = other.script = ""; in LSR() 51 language = other.language; in operator =() 59 other.language = other.script = ""; in operator =() 68 uprv_strcmp(language, other.language) == 0 && in isEquivalentTo() 77 uprv_strcmp(language, other.language) == 0 && in operator ==() 106 uint32_t h = ustr_hashCharsN(language, static_cast<int32_t>(uprv_strlen(language))); in setHashCode()
|
/third_party/selinux/secilc/docs/ |
D | cil_introduction.md | 4 …Language (CIL) is designed to be a language that sits between one or more high level policy langua… 6 …oduce language constructs with more features than the raw kernel policy (e.g., interfaces). Pushin… 17 …language - provide rich semantics needed for cross-language interaction but not for convenience. I… 21 …language - the ultimate goal of CIL is the generation of the policy that will be enforced by the k… 27 …o re-think core concepts that are working well. All changes to existing language constructs need a… 31 …to increase performance. At the very least, clearly identify and manage language constructs that c… 36 …y is always a goal, with CIL there are also several well-known and clear motivating language needs. 40 … to an interface. Interfaces or some similar construct should become first class language features. 42 …strators to rapidly create or mold existing policy. Policy authors need language features to creat… 53 …d overlap in very well defined ways. This is in contrast to the current language where a statement… [all …]
|
/third_party/protobuf/ |
D | generate_changelog.py | 3 """Generates a friendly list of changes per language since the last release.""" 8 class Language(object): class 14 Language("C++", [ 21 Language("Java", [ 25 Language("Python", [ 29 Language("JavaScript", [ 33 Language("PHP", [ 37 Language("Ruby", [ 41 Language("Csharp", [ 45 Language("Objective C", [ [all …]
|
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/in-house/tests/ |
D | language-tags.tests | 1 ../fonts/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf;--language=fa;U+004A;[gid2=0+1000] 2 ../fonts/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf;--language=ja;U+004A;[gid2=0+1000] 3 ../fonts/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf;--language=zh;U+004A;[gid4=0+1000] 4 ../fonts/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf;--language=zh-cn;U+004A;[gid4=0+1000] 5 ../fonts/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf;--language=zh-sg;U+004A;[gid4=0+1000] 6 ../fonts/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf;--language=zh-tw;U+004A;[gid5=0+1000] 7 ../fonts/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf;--language=zh-hans;U+004A;[gid4=0+1000] 8 ../fonts/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf;--language=zh-hant;U+004A;[gid5=0+1000] 9 ../fonts/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf;--language=zh-hant-hk;U+004A;[gid6=0+1000] 10 ../fonts/6991b13ce889466be6de3f66e891de2bc0f117ee.ttf;--language=zh-HK;U+004A;[gid6=0+1000] [all …]
|
/third_party/libphonenumber/cpp/src/phonenumbers/geocoding/ |
D | mapping_file_provider.cc | 12 // See the License for the specific language governing permissions and 62 void ConstructFullLocale(const string& language, const string& script, const in ConstructFullLocale() argument 64 full_locale->assign(language); in ConstructFullLocale() 74 // Returns true if languages contains language. 75 bool HasLanguage(const CountryLanguages* languages, const string& language) { in HasLanguage() argument 79 std::lower_bound(start, end, language.c_str(), IsLowerThan); in HasLanguage() 80 return it != end && strcmp(language.c_str(), *it) == 0; in HasLanguage() 94 const string& language, in GetFileName() argument 99 if (language.empty()) { in GetFileName() 115 FindBestMatchingLanguageCode(langs, language, script, region, in GetFileName() [all …]
|
D | phonenumber_offline_geocoder.cc | 12 // See the License for the specific language governing permissions and 84 int prefix, const string& language, const string& script, in GetPhonePrefixDescriptions() argument 87 provider_->GetFileName(prefix, language, script, region, &filename); in GetPhonePrefixDescriptions() 118 const PhoneNumber& number, const Locale& language) const { in GetCountryNameForNumber() 121 return GetRegionDisplayName(®ion_code, language); in GetCountryNameForNumber() 125 const string* region_code, const Locale& language) const { in GetRegionDisplayName() 133 language, udisplay_country); in GetRegionDisplayName() 140 const PhoneNumber& number, const Locale& language) const { in GetDescriptionForValidNumber() 142 number, language.getLanguage(), "", language.getCountry()); in GetDescriptionForValidNumber() 145 : GetCountryNameForNumber(number, language); in GetDescriptionForValidNumber() [all …]
|
/third_party/libbpf/ |
D | .travis.yml | 2 language: bash 40 language: bash 45 language: bash 50 language: bash 55 language: bash 61 language: bash 67 language: bash 73 language: bash 79 language: bash 85 language: bash [all …]
|
/third_party/node/deps/npm/node_modules/negotiator/lib/ |
D | language.js | 27 * Parse the Accept-Language header. 35 var language = parseLanguage(accepts[i].trim(), i); 37 if (language) { 38 accepts[j++] = language; 49 * Parse a language from the Accept-Language header. 82 * Get the priority of a language. 86 function getLanguagePriority(language, accepted, index) { argument 90 var spec = specify(language, accepted[i], index); 101 * Get the specificity of the language. 105 function specify(language, spec, index) { argument [all …]
|