Home
last modified time | relevance | path

Searched refs:favor (Results 1 - 11 of 11) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
H A Dlocalematchertest.cpp33 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 DLocaleMatcherTest.java857 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 DLocaleMatcherTest.java899 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 DLocaleMatcher.java162 * 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 DLocaleMatcher.java165 * 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 Dlz4io.h122 /* Default setting : 0 == favor compression ratio
124 void LZ4IO_favorDecSpeed(LZ4IO_prefs_t* const prefs, int favor);
H A Dlz4io.c276 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 Dadd-rm-pkg-deps.js109 log.warn('idealTree', `Removing ${depType}.${name} in favor of ${replacedBy}.${name}`)
/third_party/lz4/lib/
H A Dlz4hc.h216 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 Dlz4hc.c843 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 Dreadme.tex452 serves the same purpose, but is deprecated in favor of this attribute.

Completed in 28 milliseconds