Home | History | Annotate | Download | only in i18n

Lines Matching refs:formattable

199 TimeUnitFormat::format(const Formattable& obj, UnicodeString& toAppendTo,
204 if (obj.getType() == Formattable::kObject) {
210 const Formattable& amtNumber = amount->getNumber();
211 if (amtNumber.getType() == Formattable::kDouble) {
213 } else if (amtNumber.getType() == Formattable::kLong) {
226 Formattable formattable[1];
227 formattable[0].setDouble(number);
228 return pattern->format(formattable, 1, toAppendTo, pos, status);
238 Formattable& result,
275 Formattable parsed;
287 Formattable& temp = parsed[0];
288 if (temp.getType() == Formattable::kDouble) {
290 } else if (temp.getType() == Formattable::kLong) {