Searched defs:appendDigit (Results 1 – 5 of 5) sorted by relevance
138 static void appendDigit(std::string &Str, unsigned D) { in appendDigit() function
924 public void appendDigit(byte value, int leadingZeros, boolean appendAsInteger) { in appendDigit() method in DecimalQuantity_AbstractBCD
922 public void appendDigit(byte value, int leadingZeros, boolean appendAsInteger) { in appendDigit() method in DecimalQuantity_AbstractBCD
753 void DecimalQuantity::appendDigit(int8_t value, int32_t leadingZeros, bool appendAsInteger) { in appendDigit() function in DecimalQuantity