/external/icu/icu4c/source/test/intltest/ |
D | numbertest_decimalquantity.cpp | 111 fq.appendDigit(5, 0, true); in testSwitchStorage() 172 fq.appendDigit(1, 0, true); in testAppend() 175 fq.appendDigit(2, 0, true); in testAppend() 178 fq.appendDigit(3, 1, true); in testAppend() 181 fq.appendDigit(0, 1, true); in testAppend() 184 fq.appendDigit(4, 0, true); in testAppend() 187 fq.appendDigit(0, 0, true); in testAppend() 190 fq.appendDigit(5, 0, false); in testAppend() 193 fq.appendDigit(6, 0, false); in testAppend() 196 fq.appendDigit(7, 3, false); in testAppend() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/ |
D | DecimalQuantityTest.java | 301 fq.appendDigit((byte) 5, 0, true); in testSwitchStorage() 315 fq.appendDigit((byte) 1, 0, true); in testAppend() 318 fq.appendDigit((byte) 2, 0, true); in testAppend() 321 fq.appendDigit((byte) 3, 1, true); in testAppend() 324 fq.appendDigit((byte) 0, 1, true); in testAppend() 327 fq.appendDigit((byte) 4, 0, true); in testAppend() 330 fq.appendDigit((byte) 0, 0, true); in testAppend() 333 fq.appendDigit((byte) 5, 0, false); in testAppend() 336 fq.appendDigit((byte) 6, 0, false); in testAppend() 339 fq.appendDigit((byte) 7, 3, false); in testAppend() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
D | DecimalQuantityTest.java | 298 fq.appendDigit((byte) 5, 0, true); in testSwitchStorage() 312 fq.appendDigit((byte) 1, 0, true); in testAppend() 315 fq.appendDigit((byte) 2, 0, true); in testAppend() 318 fq.appendDigit((byte) 3, 1, true); in testAppend() 321 fq.appendDigit((byte) 0, 1, true); in testAppend() 324 fq.appendDigit((byte) 4, 0, true); in testAppend() 327 fq.appendDigit((byte) 0, 0, true); in testAppend() 330 fq.appendDigit((byte) 5, 0, false); in testAppend() 333 fq.appendDigit((byte) 6, 0, false); in testAppend() 336 fq.appendDigit((byte) 7, 3, false); in testAppend() [all …]
|
/external/llvm/lib/Support/ |
D | ScaledNumber.cpp | 138 static void appendDigit(std::string &Str, unsigned D) { in appendDigit() function 145 appendDigit(Str, N % 10); in appendNumber() 245 appendDigit(Str, 0); in toString() 273 appendDigit(Str, Below0 >> 60); in toString()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | ScaledNumber.cpp | 138 static void appendDigit(std::string &Str, unsigned D) { in appendDigit() function 145 appendDigit(Str, N % 10); in appendNumber() 245 appendDigit(Str, 0); in toString() 273 appendDigit(Str, Below0 >> 60); in toString()
|
/external/icu/icu4c/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()
|
D | nfsubs.cpp | 1176 dl.appendDigit(static_cast<int8_t>(digit), 0, true); in doParse()
|
D | number_decimalquantity.cpp | 753 void DecimalQuantity::appendDigit(int8_t value, int32_t leadingZeros, bool appendAsInteger) { in appendDigit() function in DecimalQuantity
|
/external/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()
|
D | DecimalQuantity_AbstractBCD.java | 922 public void appendDigit(byte value, int leadingZeros, boolean appendAsInteger) { in appendDigit() method in DecimalQuantity_AbstractBCD
|
/external/icu/android_icu4j/src/main/java/android/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 | 924 public void appendDigit(byte value, int leadingZeros, boolean appendAsInteger) { in appendDigit() method in DecimalQuantity_AbstractBCD
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/ |
D | DecimalMatcher.java | 201 digitsConsumed.appendDigit(digit, 0, true); in match()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/ |
D | DecimalMatcher.java | 203 digitsConsumed.appendDigit(digit, 0, true); in match()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | NFSubstitution.java | 1332 fq.appendDigit((byte) digit, 0, true); in doParse()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | NFSubstitution.java | 1333 fq.appendDigit((byte) digit, 0, true); in doParse()
|