Home | History | Annotate | Download | only in i18n

Lines Matching full:value

228     double value;
231 value = 0.0;
251 value = uprv_strtod(fDecimalDigits, &end);
254 return fIsPositive ? value : -value;
265 int32_t value;
272 value = (int32_t)atol(fDecimalDigits);
273 return value;
277 // an integral value, we suffer nothing in the conversion to
291 uint64_t value;
300 value = 0;
303 value = value * (uint64_t)10 + (uint64_t)v;
306 value = ~value;
307 value += 1;
309 int64_t svalue = (int64_t)value;
316 // an integral value, we suffer nothing in the conversion to
335 // the represented value.
373 // negative sign. If this represents a positive value, then it does
390 // the represented value.
428 // negative sign. If this represents a positive value, then it does
463 * Set the digit list to a representation of the given double value.
465 * @param source Value to be converted; must not be Inf, -Inf, Nan,
466 * or a value <= 0.
468 * be converted. If total digits, and the value is zero, then
511 // a value < 0.1 (e.g., for 0.00123, -decimalAt == 2). If this
561 // (9999..99) we have to adjust the decimalAt value.
654 // mathematically, the exponent can be any value.
664 // which is actually an impossible signed long value, so there is no
687 // so this has no effect on the represented value. we know the first
696 * Return true if this object represents the value zero. Anything with