Searched refs:fWholeDigits (Results 1 – 2 of 2) sorted by relevance
55 fWholeDigits(wholeDigits), in NumericValControl()83 fWholeDigits(wholeDigits), in NumericValControl()106 ASSERT(fWholeDigits); in initSegments()113 _Add(new ValControlDigitSegment(fWholeDigits, 0, negativeVisible), RIGHT_MOST); in initSegments()541 double max = pow(10, fWholeDigits) - pow(10, -fFractionalDigits); in _SetDefaultConstraints()
145 uint16 fWholeDigits; variable