Lines Matching refs:number
626 // FormatThreadTest - a thread that tests performing a number of numberformats.
640 double number;
642 FormatThreadTestData(double a, const UnicodeString& b) : number(a),string(b) {}
646 // "Someone from {2} is receiving a #{0} error - {1}. Their telephone call is costing {3 number,currency}."
664 Formattable(currency3)// currency3 {3,number,currency}
811 formatter->format(kNumberFormatTestData[whichLine].number, output);
823 percentFormatter->format(kPercentFormatTestData[whichLine].number, output);
849 "{3,number,currency}."; // number,currency
858 patternToCheck= "1:A customer in {2} is receiving a #{0} error - {1}. Their telephone call is costing {3,number,currency}."; // number,currency
868 "They insist they just spent {3,number,currency} "
869 "on memory."; // number,currency
927 errln("System Error %d starting thread number %d.", threadStatus, j);
1334 errln("System Error %d starting thread number %d.", threadStatus, j);