Home
last modified time | relevance | path

Searched refs:appendDigit (Results 1 – 25 of 35) sorted by relevance

12

/third_party/flutter/flutter/examples/flutter_gallery/test/calculator/
Dlogic.dart12 expression = expression.appendDigit(1);
13 expression = expression.appendDigit(2);
15 expression = expression.appendDigit(3);
17 expression = expression.appendDigit(4);
25 expression = expression.appendDigit(0);
27 expression = expression.appendDigit(1);
29 expression = expression.appendDigit(0);
31 expression = expression.appendDigit(2);
39 expression = expression.appendDigit(1);
41 expression = expression.appendDigit(0);
[all …]
/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_decimalquantity.cpp121 fq.appendDigit(5, 0, true); in testSwitchStorage()
191 fq.appendDigit(1, 0, true); in testAppend()
194 fq.appendDigit(2, 0, true); in testAppend()
197 fq.appendDigit(3, 1, true); in testAppend()
200 fq.appendDigit(0, 1, true); in testAppend()
203 fq.appendDigit(4, 0, true); in testAppend()
206 fq.appendDigit(0, 0, true); in testAppend()
209 fq.appendDigit(5, 0, false); in testAppend()
212 fq.appendDigit(6, 0, false); in testAppend()
215 fq.appendDigit(7, 3, false); in testAppend()
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DDecimalQuantityTest.java313 fq.appendDigit((byte) 5, 0, true); in testSwitchStorage()
336 fq.appendDigit((byte) 1, 0, true); in testAppend()
339 fq.appendDigit((byte) 2, 0, true); in testAppend()
342 fq.appendDigit((byte) 3, 1, true); in testAppend()
345 fq.appendDigit((byte) 0, 1, true); in testAppend()
348 fq.appendDigit((byte) 4, 0, true); in testAppend()
351 fq.appendDigit((byte) 0, 0, true); in testAppend()
354 fq.appendDigit((byte) 5, 0, false); in testAppend()
357 fq.appendDigit((byte) 6, 0, false); in testAppend()
360 fq.appendDigit((byte) 7, 3, false); in testAppend()
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
DDecimalQuantityTest.java312 fq.appendDigit((byte) 5, 0, true); in testSwitchStorage()
335 fq.appendDigit((byte) 1, 0, true); in testAppend()
338 fq.appendDigit((byte) 2, 0, true); in testAppend()
341 fq.appendDigit((byte) 3, 1, true); in testAppend()
344 fq.appendDigit((byte) 0, 1, true); in testAppend()
347 fq.appendDigit((byte) 4, 0, true); in testAppend()
350 fq.appendDigit((byte) 0, 0, true); in testAppend()
353 fq.appendDigit((byte) 5, 0, false); in testAppend()
356 fq.appendDigit((byte) 6, 0, false); in testAppend()
359 fq.appendDigit((byte) 7, 3, false); in testAppend()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DScaledNumber.cpp137 static void appendDigit(std::string &Str, unsigned D) { in appendDigit() function
144 appendDigit(Str, N % 10); in appendNumber()
244 appendDigit(Str, 0); in toString()
272 appendDigit(Str, Below0 >> 60); in toString()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_decimalquantity.h195 void appendDigit(int8_t value, int32_t leadingZeros, bool appendAsInteger);
Dnumparse_decimal.cpp185 digitsConsumed.appendDigit(digit, 0, true); in match()
Dnumber_patternstring.cpp355 result.rounding.appendDigit(static_cast<int8_t>(state.peek() - u'0'), 0, true); in consumeIntegerFormat()
418 … .appendDigit(static_cast<int8_t>(state.peek() - u'0'), zeroCounter, false); in consumeFractionFormat()
/third_party/icu/icu4c/source/i18n/
Dnumber_decimalquantity.h249 void appendDigit(int8_t value, int32_t leadingZeros, bool appendAsInteger);
Dnumparse_decimal.cpp186 digitsConsumed.appendDigit(digit, 0, true); in match()
Dnumber_patternstring.cpp356 result.rounding.appendDigit(static_cast<int8_t>(state.peek() - u'0'), 0, true); in consumeIntegerFormat()
419 … .appendDigit(static_cast<int8_t>(state.peek() - u'0'), zeroCounter, false); in consumeFractionFormat()
/third_party/node/deps/icu-small/source/i18n/
Dnumber_decimalquantity.h254 void appendDigit(int8_t value, int32_t leadingZeros, bool appendAsInteger);
Dnumparse_decimal.cpp186 digitsConsumed.appendDigit(digit, 0, true); in match()
Dnumber_patternstring.cpp401 result.rounding.appendDigit(static_cast<int8_t>(state.peek() - u'0'), 0, true); in consumeIntegerFormat()
464 … .appendDigit(static_cast<int8_t>(state.peek() - u'0'), zeroCounter, false); in consumeFractionFormat()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_decimalquantity.h249 void appendDigit(int8_t value, int32_t leadingZeros, bool appendAsInteger);
Dnumparse_decimal.cpp186 digitsConsumed.appendDigit(digit, 0, true); in match()
Dnumber_patternstring.cpp356 result.rounding.appendDigit(static_cast<int8_t>(state.peek() - u'0'), 0, true); in consumeIntegerFormat()
419 … .appendDigit(static_cast<int8_t>(state.peek() - u'0'), zeroCounter, false); in consumeFractionFormat()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DPatternStringParser.java428 result.rounding.appendDigit((byte) (state.peek() - '0'), 0, true); in consumeIntegerFormat()
483 result.rounding.appendDigit((byte) (state.peek() - '0'), zeroCounter, false); in consumeFractionFormat()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DPatternStringParser.java434 result.rounding.appendDigit((byte) (state.peek() - '0'), 0, true); in consumeIntegerFormat()
489 result.rounding.appendDigit((byte) (state.peek() - '0'), zeroCounter, false); in consumeFractionFormat()
DDecimalQuantity_AbstractBCD.java994 public void appendDigit(byte value, int leadingZeros, boolean appendAsInteger) { in appendDigit() method in DecimalQuantity_AbstractBCD
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/calculator/
Dhome.dart46 final CalcExpression expression = _expression.appendDigit(n);
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DDecimalMatcher.java201 digitsConsumed.appendDigit(digit, 0, true); in match()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
DDecimalMatcher.java203 digitsConsumed.appendDigit(digit, 0, true); in match()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DNFSubstitution.java1333 fq.appendDigit((byte) digit, 0, true); in doParse()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNFSubstitution.java1332 fq.appendDigit((byte) digit, 0, true); in doParse()

12