Searched refs:_digits (Results 1 – 2 of 2) sorted by relevance
31 _digits = '0123456789' variable219 middle[0] in _letters + _digits and (
470 public CurrencyNumberInfo(int _digits, int _rounding, int _cashDigits, int _cashRounding) { in CurrencyNumberInfo() argument471 digits = _digits; in CurrencyNumberInfo()