Home | History | Annotate | Download | only in i18n

Lines Matching refs:fDouble

80     fDouble = 0.0;
118 fDouble = other.fDouble;
191 fDouble = 0.0;
398 // Like precompute fDouble for DigitLists coming in from a parse
401 return fDouble;
415 nonConstThis->fDouble = 0.0;
417 nonConstThis->fDouble /= -1;
424 nonConstThis->fDouble = INFINITY;
427 nonConstThis->fDouble = std::numeric_limits<double>::infinity();
429 nonConstThis->fDouble = std::numeric_limits<double>::max();
435 nonConstThis->fDouble = -fDouble;
464 nonConstThis->fDouble = uprv_strtod(s, &end);
467 return fDouble;
677 fDouble = source;
694 fDouble = (double)source;
754 fDouble = source;