Home | History | Annotate | Download | only in i18n

Lines Matching refs:amount

206         const TimeUnitAmount* amount = dynamic_cast<const TimeUnitAmount*>(formatObj);
207 if (amount != NULL){
208 Hashtable* countToPattern = fTimeUnitToCountToPatterns[amount->getTimeUnitField()];
210 const Formattable& amtNumber = amount->getNumber();