Home | History | Annotate | Download | only in i18n

Lines Matching refs:digits

41      * fraction digits.
47 * Default is all digits.
52 * Min and max significant digits allowed. The default is no constraints.
70 * rounded number has more than maximum integer digits. Default is FALSE.
126 * @param digits This is the value that is initialized.
128 * @return digits
132 VisibleDigits &digits,
138 * @param digits This is the value that is initialized.
140 * @return digits
144 VisibleDigits &digits,
150 * @param digits This is the value that is initialized.
152 * @return digits
156 VisibleDigits &digits,
164 * @param digits This is the value that is initialized.
166 * @return digits
170 VisibleDigitsWithExponent &digits,
176 * @param digits This is the value that is initialized.
178 * @return digits
182 VisibleDigitsWithExponent &digits,
188 * @param digits This is the value that is initialized.
190 * @return digits
194 VisibleDigitsWithExponent &digits,
199 * Attempts to initialize 'digits' using simple mod 10 arithmetic.
204 * and use it to initialize 'digits'. If this method returns TRUE,
205 * caller should accept the value stored in 'digits'. If this
212 * The value that 'digits' is initialized to is mantissa * 10^exponent.
214 * properties of this object (such as min and max fraction digits),
218 * @param mantissa the digits. May be positive or negative. May contain
222 * @param digits result stored here.
229 VisibleDigits &digits,
236 static UBool handleNonNumeric(DigitList &value, VisibleDigits &digits);
281 * @param digits This is the value that is initialized.
283 * @return digits
287 VisibleDigitsWithExponent &digits,
293 * @param digits This is the value that is initialized.
295 * @return digits
299 VisibleDigitsWithExponent &digits,
305 * @param digits This is the value that is initialized.
307 * @return digits
311 VisibleDigitsWithExponent &digits,