/third_party/flutter/flutter/examples/flutter_gallery/test/calculator/ |
D | logic.dart | 12 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/ |
D | numbertest_decimalquantity.cpp | 121 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/ |
D | DecimalQuantityTest.java | 313 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/ |
D | DecimalQuantityTest.java | 312 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/ |
D | ScaledNumber.cpp | 137 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/ |
D | number_decimalquantity.h | 195 void appendDigit(int8_t value, int32_t leadingZeros, bool appendAsInteger);
|
D | numparse_decimal.cpp | 185 digitsConsumed.appendDigit(digit, 0, true); in match()
|
D | number_patternstring.cpp | 355 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/ |
D | number_decimalquantity.h | 249 void appendDigit(int8_t value, int32_t leadingZeros, bool appendAsInteger);
|
D | numparse_decimal.cpp | 186 digitsConsumed.appendDigit(digit, 0, true); in match()
|
D | number_patternstring.cpp | 356 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/ |
D | number_decimalquantity.h | 254 void appendDigit(int8_t value, int32_t leadingZeros, bool appendAsInteger);
|
D | numparse_decimal.cpp | 186 digitsConsumed.appendDigit(digit, 0, true); in match()
|
D | number_patternstring.cpp | 401 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/ |
D | number_decimalquantity.h | 249 void appendDigit(int8_t value, int32_t leadingZeros, bool appendAsInteger);
|
D | numparse_decimal.cpp | 186 digitsConsumed.appendDigit(digit, 0, true); in match()
|
D | number_patternstring.cpp | 356 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/ |
D | PatternStringParser.java | 428 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/ |
D | PatternStringParser.java | 434 result.rounding.appendDigit((byte) (state.peek() - '0'), 0, true); in consumeIntegerFormat() 489 result.rounding.appendDigit((byte) (state.peek() - '0'), zeroCounter, false); in consumeFractionFormat()
|
D | DecimalQuantity_AbstractBCD.java | 994 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/ |
D | home.dart | 46 final CalcExpression expression = _expression.appendDigit(n);
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/ |
D | DecimalMatcher.java | 201 digitsConsumed.appendDigit(digit, 0, true); in match()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/ |
D | DecimalMatcher.java | 203 digitsConsumed.appendDigit(digit, 0, true); in match()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | NFSubstitution.java | 1333 fq.appendDigit((byte) digit, 0, true); in doParse()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | NFSubstitution.java | 1332 fq.appendDigit((byte) digit, 0, true); in doParse()
|