/external/icu/icu4c/source/test/intltest/ |
D | numbertest_decimalquantity.cpp | 120 fq.appendDigit(5, 0, true); in testSwitchStorage() 190 fq.appendDigit(1, 0, true); in testAppend() 193 fq.appendDigit(2, 0, true); in testAppend() 196 fq.appendDigit(3, 1, true); in testAppend() 199 fq.appendDigit(0, 1, true); in testAppend() 202 fq.appendDigit(4, 0, true); in testAppend() 205 fq.appendDigit(0, 0, true); in testAppend() 208 fq.appendDigit(5, 0, false); in testAppend() 211 fq.appendDigit(6, 0, false); in testAppend() 214 fq.appendDigit(7, 3, false); in testAppend() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/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 …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
D | DecimalQuantityTest.java | 309 fq.appendDigit((byte) 5, 0, true); in testSwitchStorage() 332 fq.appendDigit((byte) 1, 0, true); in testAppend() 335 fq.appendDigit((byte) 2, 0, true); in testAppend() 338 fq.appendDigit((byte) 3, 1, true); in testAppend() 341 fq.appendDigit((byte) 0, 1, true); in testAppend() 344 fq.appendDigit((byte) 4, 0, true); in testAppend() 347 fq.appendDigit((byte) 0, 0, true); in testAppend() 350 fq.appendDigit((byte) 5, 0, false); in testAppend() 353 fq.appendDigit((byte) 6, 0, false); in testAppend() 356 fq.appendDigit((byte) 7, 3, false); in testAppend() [all …]
|
/external/llvm-project/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()
|
/external/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()
|
/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/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()
|
D | nfsubs.cpp | 1176 dl.appendDigit(static_cast<int8_t>(digit), 0, true); in doParse()
|
D | number_decimalquantity.cpp | 869 void DecimalQuantity::appendDigit(int8_t value, int32_t leadingZeros, bool appendAsInteger) { in appendDigit() function in DecimalQuantity
|
/external/icu/libicu/cts_headers/ |
D | number_decimalquantity.h | 249 void appendDigit(int8_t value, int32_t leadingZeros, bool appendAsInteger);
|
/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 | 992 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 | 994 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/parse/ |
D | DecimalMatcher.java | 203 digitsConsumed.appendDigit(digit, 0, true); in match()
|
/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/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()
|