Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dnumbertest_decimalquantity.cpp120 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/
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 …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DDecimalQuantityTest.java309 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/
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()
/external/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()
/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/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()
Dnfsubs.cpp1176 dl.appendDigit(static_cast<int8_t>(digit), 0, true); in doParse()
Dnumber_decimalquantity.cpp869 void DecimalQuantity::appendDigit(int8_t value, int32_t leadingZeros, bool appendAsInteger) { in appendDigit() function in DecimalQuantity
/external/icu/libicu/cts_headers/
Dnumber_decimalquantity.h249 void appendDigit(int8_t value, int32_t leadingZeros, bool appendAsInteger);
/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.java992 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.java994 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/
DDecimalMatcher.java203 digitsConsumed.appendDigit(digit, 0, true); in match()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DDecimalMatcher.java201 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()