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

/haiku/src/apps/deskcalc/
H A DExpressionTextView.cpp206 uint decimalSeparatorWidth = decimalSeparator.CountChars(); local
221 exponent = value.CountChars() - decimalSeparatorWidth - firstDigit;
232 value.Remove(offset, decimalSeparatorWidth);
254 value.Remove(offset, decimalSeparatorWidth);
285 value.Remove(offset, decimalSeparatorWidth);
305 value.SetByteAt(firstDigit + decimalSeparatorWidth, '0');
306 value.RemoveChars(firstDigit, decimalSeparatorWidth);
343 value.Remove(offset, decimalSeparatorWidth);

Completed in 43 milliseconds