/third_party/icu/icu4c/source/test/intltest/ |
H A 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 in dataDriven() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | LocaleMatcherTest.java | 857 String favor = ""; field in LocaleMatcherTest.TestCase 878 favor = ""; in reset() 883 return supported + '+' + def + '+' + favor + '+' + threshold + '+' + desired; in toInputsKey() 944 } else if ((suffix = getSuffixAfterPrefix(line, limit, "@favor=")) != null) { in readTestCases() 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() 1026 switch (test.favor) { in dataDriven() 1028 favor in dataDriven() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | LocaleMatcherTest.java | 899 String favor = ""; field in LocaleMatcherTest.TestCase 920 favor = ""; in reset() 925 return supported + '+' + def + '+' + favor + '+' + threshold + '+' + desired; in toInputsKey() 986 } else if ((suffix = getSuffixAfterPrefix(line, limit, "@favor=")) != null) { in readTestCases() 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() 1068 switch (test.favor) { in dataDriven() 1070 favor in dataDriven() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | LocaleMatcher.java | 162 * One may want to favor UI language consistency, that is, 367 private FavorSubtag favor; field in LocaleMatcher.Builder 497 * @param subtag the subtag to favor 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() 1192 s.append(" favor=").append(favorSubtag); in toString()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | LocaleMatcher.java | 165 * One may want to favor UI language consistency, that is, 372 private FavorSubtag favor; field in LocaleMatcher.Builder 480 * @param subtag the subtag to favor 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() 1059 s.append(" favor=").append(favorSubtag); in toString()
|
/third_party/lz4/programs/ |
H A D | lz4io.h | 122 /* Default setting : 0 == favor compression ratio 124 void LZ4IO_favorDecSpeed(LZ4IO_prefs_t* const prefs, int favor);
|
H A D | lz4io.c | 276 void LZ4IO_favorDecSpeed(LZ4IO_prefs_t* const prefs, int favor) in LZ4IO_favorDecSpeed() argument 278 prefs->favorDecSpeed = (favor!=0); in LZ4IO_favorDecSpeed()
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/ |
H A D | add-rm-pkg-deps.js | 109 log.warn('idealTree', `Removing ${depType}.${name} in favor of ${replacedBy}.${name}`)
|
/third_party/lz4/lib/ |
H A D | lz4hc.h | 216 LZ4_i8 favorDecSpeed; /* favor decompression speed if this flag set, 217 otherwise, favor compression ratio */ 330 * Opt. Parser will favor decompression speed over compression ratio. 334 LZ4_streamHC_t* LZ4_streamHCPtr, int favor);
|
H A D | lz4hc.c | 843 HCfavor_e const favor = ctx->favorDecSpeed ? favorDecompressionSpeed : favorCompressionRatio; in LZ4HC_compress_generic_internal() local 856 dict, favor); in LZ4HC_compress_generic_internal() 1059 void LZ4_favorDecompressionSpeed(LZ4_streamHC_t* LZ4_streamHCPtr, int favor) in LZ4_favorDecompressionSpeed() argument 1061 LZ4_streamHCPtr->internal_donotuse.favorDecSpeed = (favor!=0); in LZ4_favorDecompressionSpeed() 1322 if ((matchLength>18) & (matchLength<=36)) matchLength=18; /* favor shortcut */ in LZ4HC_FindLongerMatch()
|
/third_party/openGLES/xml/ |
H A D | readme.tex | 452 serves the same purpose, but is deprecated in favor of this attribute.
|