Home | History | Annotate | Download | only in intltest

Lines Matching full:obj1

228             Formattable obj1 = params[i];
230 if(obj1.getType() == Formattable::kString)
231 temp1 = obj1.getString(temp1);
234 switch (obj1.getType()) {
235 case Formattable::kLong: fmt->format(obj1.getLong(), temp1); break;
236 case Formattable::kInt64: fmt->format(obj1.getInt64(), temp1); break;
237 case Formattable::kDouble: fmt->format(obj1.getDouble(), temp1); break;