/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/data/ |
D | localeMatcherTest.txt | 13 # @favor=[normal|script] # no value = no explicit setting 96 @favor=script 156 @favor=script 172 @favor=script 183 @favor=script 194 @favor=script 211 @favor=script 231 @favor=script 246 @favor=script 260 @favor=script [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/test/util/data/ |
D | localeMatcherTest.txt | 13 # @favor=[normal|script] # no value = no explicit setting 96 @favor=script 156 @favor=script 172 @favor=script 183 @favor=script 194 @favor=script 211 @favor=script 231 @favor=script 246 @favor=script 260 @favor=script [all …]
|
/third_party/icu/icu4c/source/test/testdata/ |
D | localeMatcherTest.txt | 13 # @favor=[normal|script] # no value = no explicit setting 96 @favor=script 156 @favor=script 172 @favor=script 183 @favor=script 194 @favor=script 211 @favor=script 231 @favor=script 246 @favor=script 260 @favor=script [all …]
|
/third_party/icu/icu4c/source/test/intltest/ |
D | localematchertest.cpp | 33 UnicodeString favor; member 43 favor.remove(); in reset() 513 } else if (getSuffixAfterPrefix(line, limit, u"@favor=", test.favor)) { in readTestCase() 567 if (!test.favor.isEmpty()) { in dataDriven() 568 ULocMatchFavorSubtag favor; in dataDriven() local 569 if (test.favor == u"normal") { in dataDriven() 570 favor = ULOCMATCH_FAVOR_LANGUAGE; in dataDriven() 571 } else if (test.favor == u"script") { in dataDriven() 572 favor = ULOCMATCH_FAVOR_SCRIPT; in dataDriven() 574 errln(UnicodeString(u"unsupported FavorSubtag value ") + test.favor); in dataDriven() [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
D | LocaleMatcherTest.java | 857 String favor = ""; field in LocaleMatcherTest.TestCase 878 favor = ""; in reset() 883 return supported + '+' + def + '+' + favor + '+' + threshold + '+' + desired; in toInputsKey() 946 test.favor = suffix; in readTestCases() 1016 if (test.def.isEmpty() && test.favor.isEmpty() && test.threshold.isEmpty()) { in dataDriven() 1024 if (!test.favor.isEmpty()) { in dataDriven() 1025 FavorSubtag favor; in dataDriven() local 1026 switch (test.favor) { in dataDriven() 1028 favor = FavorSubtag.LANGUAGE; in dataDriven() 1031 favor = FavorSubtag.SCRIPT; in dataDriven() [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | LocaleMatcherTest.java | 899 String favor = ""; field in LocaleMatcherTest.TestCase 920 favor = ""; in reset() 925 return supported + '+' + def + '+' + favor + '+' + threshold + '+' + desired; in toInputsKey() 988 test.favor = suffix; in readTestCases() 1058 if (test.def.isEmpty() && test.favor.isEmpty() && test.threshold.isEmpty()) { in dataDriven() 1066 if (!test.favor.isEmpty()) { in dataDriven() 1067 FavorSubtag favor; in dataDriven() local 1068 switch (test.favor) { in dataDriven() 1070 favor = FavorSubtag.LANGUAGE; in dataDriven() 1073 favor = FavorSubtag.SCRIPT; in dataDriven() [all …]
|
/third_party/openssl/doc/man3/ |
D | SSL_CTX_set_tmp_ecdh.pod | 22 This macro is deprecated in favor of L<SSL_CTX_set1_groups(3)>. 25 This macro is deprecated in favor of L<SSL_set1_groups(3)>.
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | LocaleMatcher.java | 372 private FavorSubtag favor; field in LocaleMatcher.Builder 485 this.favor = subtag; in setFavorSubtag() 556 if (favor != null) { in toString() 557 s.append(" distance=").append(favor); in toString() 687 favorSubtag = builder.favor; in LocaleMatcher()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | LocaleMatcher.java | 367 private FavorSubtag favor; field in LocaleMatcher.Builder 502 this.favor = subtag; in setFavorSubtag() 631 if (favor != null) { in toString() 632 s.append(" distance=").append(favor); in toString() 763 favorSubtag = builder.favor; in LocaleMatcher()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/S3/ |
D | S3_s3tc.txt | 31 Deprecated in favor of EXT_texture_compression_s3tc. 122 deprecated in favor of EXT_texture_compression_s3tc spec.
|
/third_party/openGLES/extensions/S3/ |
D | S3_s3tc.txt | 31 Deprecated in favor of EXT_texture_compression_s3tc. 122 deprecated in favor of EXT_texture_compression_s3tc spec.
|
/third_party/rust/crates/rust-openssl/openssl/ |
D | CHANGELOG.md | 65 * Deprecated `X509Extension::new` and `X509Extension::new_nid` in favor of `X509Extension::new_from… 112 * Deprecated `PKcs12Ref::parse` in favor of `Pkcs12Ref::parse2`. 113 * Deprecated `ParsedPkcs12` in favor of `ParsedPkcs12_2`. 114 * Deprecated `Pkcs12Builder::build` in favor of `Pkcs12Builder::build2`. 302 * Deprecated `SslStream::from_raw_parts` in favor of `Ssl::from_ptr` and `SslStream::new`. 303 * Deprecated `SslStreamBuilder` in favor of methods on `Ssl` and `SslStream`. 343 * Deprecated `SslStreamBuilder::set_dtls_mtu_size` in favor of `SslRef::set_mtu`. 585 * `X509Ref::fingerprint` has been deprecated in favor of `X509Ref::digest`. 760 has been removed in favor of new methods which provide more control. The
|
/third_party/json/docs/mkdocs/docs/api/json_pointer/ |
D | operator_string_t.md | 26 …This function is deprecated in favor of [`to_string`](to_string.md) and will be removed in a futur…
|
/third_party/lz4/programs/ |
D | lz4io.h | 124 void LZ4IO_favorDecSpeed(LZ4IO_prefs_t* const prefs, int favor);
|
/third_party/rust/crates/strsim-rs/ |
D | CHANGELOG.md | 27 - Remove ndarray in favor of using a single vector to represent the 2d grid in 79 - Remove Cargo generated documentation in favor of a [docs.rs] link
|
/third_party/skia/modules/canvaskit/ |
D | CHANGELOG.md | 22 - `FontMgr.MakeTypefaceFromData` and `FontMgr.RefDefault` have been removed in favor of 77 - `FontMgr.MakeTypefaceFromData` will be removed in favor of `Typeface.MakeFreeTypeFaceFromData` 130 - `Picture.saveAsFile()`, in favor of `Picture.serialize()` where clients can control how to 295 - `CanvasKit.MakePathFromCmds`; Was deprecated in favor of `CanvasKit.Path.MakeFromCmds`. 296 - `new CanvasKit.Path(path)` in favor of existing `path.copy()`. 301 - `Font.getWidths` in favor of `Font.getGlyphIDs` and `Font.getGlyphWidths`. 302 - `Font.measureText` in favor of the Paragraph APIs (which actually do shaping). 365 - `SkCanvas.drawAnimatedImage` has been removed in favor of calling 372 - `SkCanvas.drawRoundRect` has been removed in favor of `SkCanvas.drawRRect` 374 - `SkPath.arcTo` which had been deprecated in favor of `SkPath.arcToOval`,
|
/third_party/lz4/lib/ |
D | lz4hc.h | 334 LZ4_streamHC_t* LZ4_streamHCPtr, int favor);
|
/third_party/node/deps/npm/docs/content/commands/ |
D | npm-find-dupes.md | 38 * DEPRECATED: This option has been deprecated in favor of 52 * DEPRECATED: This option has been deprecated in favor of
|
D | npm-install-ci-test.md | 39 * DEPRECATED: This option has been deprecated in favor of 53 * DEPRECATED: This option has been deprecated in favor of
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_KHR_external_semaphore_win32.txt | 65 Since Vulkan tends to favor flexibility and consistency over simplicity, a
|
D | VK_KHR_external_semaphore_win32.adoc | 65 Since Vulkan tends to favor flexibility and consistency over simplicity, a
|
/third_party/python/Doc/library/ |
D | http.client.rst | 109 *key_file* and *cert_file* are deprecated in favor of *context*. 524 Deprecated in favor of :attr:`~HTTPResponse.url`. 529 Deprecated in favor of :attr:`~HTTPResponse.headers`. 534 Deprecated in favor of :attr:`~HTTPResponse.status`.
|
/third_party/openGLES/extensions/AMD/ |
D | AMD_program_binary_Z400.txt | 130 #06 04/09/2008 Benj Lipchak Remove INVALID_OPERATION error in favor
|
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/ |
D | AMD_program_binary_Z400.txt | 130 #06 04/09/2008 Benj Lipchak Remove INVALID_OPERATION error in favor
|
/third_party/NuttX/ |
D | NOTICE | 35 This Wikipedia entry has been updated with recent legal decisions in favor
|