Searched refs:firstDigit (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/deskcalc/
H A DExpressionTextView.cpp213 int32 firstDigit = 0; local
215 firstDigit++;
221 exponent = value.CountChars() - decimalSeparatorWidth - firstDigit;
222 value.InsertChars(decimalSeparator, firstDigit + 1);
224 if (offset == firstDigit + 1) {
227 if (value[firstDigit] != '0' || value[firstDigit + 2] != '0'
228 || value[firstDigit + 3] != '0') {
236 while (value[firstDigit] == '0') {
237 value.Remove(firstDigit,
[all...]

Completed in 39 milliseconds