Home | History | Annotate | Download | only in intltest

Lines Matching full:getdouble

220                 case Formattable::kDouble: fmt->format(obj.getDouble(), temp); break;
235 case Formattable::kDouble: fmt->format(obj1.getDouble(), temp1); break;
306 if (pos.getErrorIndex() != -1 && obj.getDouble() == -1.0)
311 if (pos.getErrorIndex() != -1 && obj.getDouble() == 0.0)
316 if (pos.getErrorIndex() == -1 && ! uprv_isNaN(obj.getDouble()))
721 logln((UnicodeString)" " + (objs[0].getType() == Formattable::kLong ? objs[0].getLong() : objs[0].getDouble()));
771 if (newobjs[0].getDouble() != 3.1)
772 errln( UnicodeString("newobjs[0] = ") + newobjs[0].getDouble());