Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dnumbertest_decimalquantity.cpp111 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/
DDecimalQuantityTest.java301 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/
DDecimalQuantityTest.java298 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/
DScaledNumber.cpp138 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/
DScaledNumber.cpp138 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/
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()
Dnfsubs.cpp1176 dl.appendDigit(static_cast<int8_t>(digit), 0, true); in doParse()
Dnumber_decimalquantity.cpp753 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/
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()
DDecimalQuantity_AbstractBCD.java922 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/
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.java924 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/
DDecimalMatcher.java201 digitsConsumed.appendDigit(digit, 0, true); in match()
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/
DDecimalMatcher.java203 digitsConsumed.appendDigit(digit, 0, true); in match()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNFSubstitution.java1332 fq.appendDigit((byte) digit, 0, true); in doParse()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DNFSubstitution.java1333 fq.appendDigit((byte) digit, 0, true); in doParse()