Searched refs:tDouble (Results 1 – 2 of 2) sorted by relevance
437 double tDouble = 0.0; in getDouble() local439 tDouble = 0.0; in getDouble()441 tDouble /= -1; in getDouble()445 tDouble = std::numeric_limits<double>::infinity(); in getDouble()447 tDouble = std::numeric_limits<double>::max(); in getDouble()450 tDouble = -tDouble; //this was incorrectly "-fDouble" originally. in getDouble()479 tDouble = uprv_strtod(s.getAlias(), &end); in getDouble()484 nonConstThis->internalSetDouble(tDouble); in getDouble()487 return tDouble; in getDouble()
416 double tDouble=0; in umsg_vformat() local427 tDouble =va_arg(ap, double); in umsg_vformat()428 args[i].setDouble(tDouble); in umsg_vformat()