Home | History | Annotate | Download | only in i18n

Lines Matching refs:formattable

201 TimeUnitFormat::format(const Formattable& obj, UnicodeString& toAppendTo,
206 if (obj.getType() == Formattable::kObject) {
212 const Formattable& amtNumber = amount->getNumber();
213 if (amtNumber.getType() == Formattable::kDouble) {
215 } else if (amtNumber.getType() == Formattable::kLong) {
228 Formattable formattable[1];
229 formattable[0].setDouble(number);
230 return pattern->format(formattable, 1, toAppendTo, pos, status);
240 Formattable& result,
278 Formattable parsed;
290 Formattable& temp = parsed[0];
291 if (temp.getType() == Formattable::kDouble) {
293 } else if (temp.getType() == Formattable::kLong) {