Home
last modified time | relevance | path

Searched refs:NEVER (Results 1 - 25 of 30) sorted by relevance

12

/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DXmlRangesSchema.java21 import static com.google.i18n.phonenumbers.metadata.table.RangeTable.OverwriteMode.NEVER;
120 dst.assign(TYPE, t.get(), ranges, OverwriteMode.NEVER); in fromExternalTable()
149 src.getAssignedValues(col).forEach(v -> dst.assign(col, v, src.getRanges(col, v), NEVER)); in copyColumn()
H A DShortcodesTableSchema.java222 table.apply(change.build(), OverwriteMode.NEVER); in toShortcodeTables()
H A DRangesTableSchema.java342 out.apply(change.build(), OverwriteMode.NEVER); in toRangeTable()
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/testing/
H A DTestNumberingScheme.java184 csvRanges.assign(RangesTableSchema.TYPE, checkNotNull(type), ranges, OverwriteMode.NEVER); in addRanges()
185 csvRanges.assign(RangesTableSchema.TARIFF, checkNotNull(tariff), ranges, OverwriteMode.NEVER); in addRanges()
187 regionMap.values().forEach(c -> csvRanges.assign(c, true, ranges, OverwriteMode.NEVER)); in addRanges()
230 table.assign(ShortcodesTableSchema.TYPE, checkNotNull(type), ranges, OverwriteMode.NEVER); in addShortcodes()
231 table.assign(ShortcodesTableSchema.TARIFF, checkNotNull(tariff), ranges, OverwriteMode.NEVER); in addShortcodes()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
H A DNumberFormatter.java346 * <li>NEVER: "123", "0", and "123"
387 NEVER, enum constant
H A DScientificNotation.java274 if (exponent < 0 && notation.exponentSignDisplay != SignDisplay.NEVER) { in doApply()
H A DNumberSkeletonImpl.java356 return SignDisplay.NEVER; in signDisplay()
481 case NEVER: in signDisplay()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
H A DNumberFormatter.java276 * <li>NEVER: "123", "0", and "123"
311 NEVER, enum constant
H A DScientificNotation.java273 if (exponent < 0 && notation.exponentSignDisplay != SignDisplay.NEVER) { in doApply()
H A DNumberSkeletonImpl.java341 return SignDisplay.NEVER; in signDisplay()
462 case NEVER: in signDisplay()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
H A DMutablePatternModifierTest.java57 mod.setPatternAttributes(SignDisplay.NEVER, false); in basic()
81 mod.setPatternAttributes(SignDisplay.NEVER, false); in basic()
H A DNumberFormatterApiTest.java2155 NumberFormatter.with().sign(SignDisplay.NEVER), in sign()
2164 NumberFormatter.with().sign(SignDisplay.NEVER), in sign()
2173 NumberFormatter.with().sign(SignDisplay.NEVER), in sign()
2379 { {SignDisplay.NEVER}, { "∞", "1", "0", "0", "1", "∞", "NaN", "NaN" } }, in signCoverage()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
H A DMutablePatternModifierTest.java54 mod.setPatternAttributes(SignDisplay.NEVER, false, false); in basic()
83 mod.setPatternAttributes(SignDisplay.NEVER, false, false); in basic()
H A DNumberFormatterApiTest.java4917 NumberFormatter.with().sign(SignDisplay.NEVER), in sign()
4926 NumberFormatter.with().sign(SignDisplay.NEVER), in sign()
4935 NumberFormatter.with().sign(SignDisplay.NEVER), in sign()
5201 { {SignDisplay.NEVER}, { "∞", "1", "0", "0", "1", "∞", "NaN", "NaN" } }, in signCoverage()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DRangeTable.java101 NEVER, enum constant
679 simplified.assign(a, simplifiedRange, OverwriteMode.NEVER); in simplify()
777 simplified.assign(INDEX, n, repartitionedRange, OverwriteMode.NEVER); in simplifyIndexTable()
800 indexTable.assign(INDEX, i, rows.get(i).getRanges(), OverwriteMode.NEVER); in makeIndexTable()
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/
H A DRangeTableTest.java105 table.assign(fixedLine, ranges("15xxxx"), OverwriteMode.NEVER); in testBasicAssign()
109 // Fail to write ranges with the same value in "NEVER" mode. in testBasicAssign()
111 () -> table.assign(fixedLine, ranges("15xxxx"), OverwriteMode.NEVER)); in testBasicAssign()
118 () -> table.assign(TYPE, null, ranges("123"), OverwriteMode.NEVER)); in testBasicAssign()
/third_party/curl/src/
H A Dmkhelp.pl89 * NEVER EVER edit this manually, fix the mkhelp.pl script instead!
/third_party/libphonenumber/migrator/src/main/java/com/google/phonenumbers/migrator/
H A DRecipesTableSchema.java138 out.apply(change.build(), OverwriteMode.NEVER); in toRangeTable()
/third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/
H A DDeqpTestRunner.java116 importance=Option.Importance.NEVER)
124 importance=Option.Importance.NEVER)
132 importance=Option.Importance.NEVER)
136 importance=Option.Importance.NEVER)
140 importance=Option.Importance.NEVER)
169 importance=Option.Importance.NEVER)
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_dump.c537 CAP_CASE(ZCmpCaps, D3DPCMPCAPS, NEVER); in nine_dump_D3DCAPS9()
583 CAP_CASE(AlphaCmpCaps, D3DPCMPCAPS, NEVER); in nine_dump_D3DCAPS9()
/third_party/node/deps/v8/src/objects/
H A Djs-number-format.cc98 NEVER, member in v8::internal::__anon14849::SignDisplay
169 case SignDisplay::NEVER: in ToUNumberSignDisplay()
1552 {SignDisplay::AUTO, SignDisplay::NEVER, SignDisplay::ALWAYS, in New()
1559 {SignDisplay::AUTO, SignDisplay::NEVER, SignDisplay::ALWAYS, in New()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DPatternStringUtils.java571 case NEVER: in resolveSignDisplay()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DPatternStringUtils.java537 case NEVER: in resolveSignDisplay()
/third_party/pcre2/pcre2/src/
H A Dpcre2_convert.c230 #ifdef NEVER in convert_posix()
/third_party/sqlite/src/
H A Dsqlite3.c13766 ** Disable ALWAYS() and NEVER() (make them pass-throughs) for coverage
13774 ** The ALWAYS and NEVER macros surround boolean expressions which
13782 ** In other words, ALWAYS and NEVER are added for defensive code.
13784 ** When doing coverage testing ALWAYS and NEVER are hard-coded to
13790 # define NEVER(X) (0) macro
13793 # define NEVER(X) ((X)?(assert(0),1):0) macro
13796 # define NEVER(X) (X) macro
179434 # define NEVER global() macro
179437 # define NEVER global() macro
179440 # define NEVER global() macro
201035 # define NEVER global() macro
201038 # define NEVER global() macro
201041 # define NEVER global() macro
221973 # define NEVER global() macro
221976 # define NEVER global() macro
221979 # define NEVER global() macro
[all...]

Completed in 159 milliseconds

12