Lines Matching refs:Formattable

143         Formattable result;  in testBug3()
202 std::ostream& operator<<(std::ostream& stream, const Formattable& obj);
210 const Formattable& obj)
216 case Formattable::kDate :
223 case Formattable::kDouble :
228 case Formattable::kLong :
231 case Formattable::kString:
234 case Formattable::kArray:
236 const Formattable* array;
252 Formattable testArgs[] = { in PatternTest()
253 Formattable(double(1)), Formattable(double(3456)), in PatternTest()
254 Formattable("Disk"), Formattable(UDate((int32_t)1000000000L), Formattable::kIsDate) in PatternTest()
348 Formattable* values = form->parse(result, parseCount, success); in PatternTest()
383 Formattable testArgs1[] = { abc, def }; in sample()
395 Formattable arguments[] = { in testStaticFormat()
397 Formattable(UDate(8.71068e+011), Formattable::kIsDate), in testStaticFormat()
431 Formattable arguments[] = { in TestTurkishCasing()
433 Formattable(UDate(8.71068e+011), Formattable::kIsDate), in TestTurkishCasing()
466 Formattable testArgs1[] = {(int32_t)0, "MyDisk"}; in testSimpleFormat()
467 Formattable testArgs2[] = {(int32_t)1, "MyDisk"}; in testSimpleFormat()
468 Formattable testArgs3[] = {(int32_t)12, "MyDisk"}; in testSimpleFormat()
513 Formattable testArgs1[] = {(int32_t)0, "MyDisk"}; in testMsgFormatChoice()
521 Formattable testArgs2[] = {(int32_t)1, "MyDisk"}; in testMsgFormatChoice()
529 Formattable testArgs3[] = {(int32_t)1273, "MyDisk"}; in testMsgFormatChoice()
556 Formattable testArgs1((int32_t)0); in testMsgFormatPlural()
586 Formattable testArgs2((int32_t)4); in testMsgFormatPlural()
619 Formattable testArgs3((int32_t)0); in testMsgFormatPlural()
643 Formattable args[] = { (int32_t)3, UNICODE_STRING_SIMPLE("x") }; in testApostropheInPluralAndSelect()
650 Formattable* args , int32_t numOfArgs , in internalFormat()
696 Formattable testArgs10[] = {"Kirti","female"}; in testMsgFormatSelect()
697 Formattable testArgs11[] = {"Victor","other"}; in testMsgFormatSelect()
698 Formattable testArgs12[] = {"Ash","unknown"}; in testMsgFormatSelect()
699 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect()
718 Formattable testArgs10[] = {"Kirti","female"}; in testMsgFormatSelect()
719 Formattable testArgs11[] = {"Victor","other"}; in testMsgFormatSelect()
720 Formattable testArgs12[] = {"Ash","male"}; in testMsgFormatSelect()
721 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect()
740 Formattable testArgs10[] = {"female"}; in testMsgFormatSelect()
741 Formattable testArgs11[] = {"other"}; in testMsgFormatSelect()
742 Formattable testArgs12[] = {"male"}; in testMsgFormatSelect()
743 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect()
763 Formattable testArgs10[] = {"Kirti","female",(int32_t)6}; in testMsgFormatSelect()
764 Formattable testArgs11[] = {"Kirti","female",100.100}; in testMsgFormatSelect()
765 Formattable testArgs12[] = {"Kirti","other",(int32_t)6}; in testMsgFormatSelect()
766 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect()
785 Formattable testArgs10[] = {"Kirti",(int32_t)6,"female"}; in testMsgFormatSelect()
786 Formattable testArgs11[] = {"Kirti",(int32_t)1,"female"}; in testMsgFormatSelect()
787 Formattable testArgs12[] = {"Ash",(int32_t)1,"other"}; in testMsgFormatSelect()
788 Formattable testArgs13[] = {"Ash",(int32_t)5,"other"}; in testMsgFormatSelect()
789 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12,testArgs13}; in testMsgFormatSelect()
809 Formattable testArgs10[] = {"Kirti","other",(int32_t)1,"other"}; in testMsgFormatSelect()
810 Formattable testArgs11[] = {"Kirti","other",(int32_t)6,"other"}; in testMsgFormatSelect()
811 Formattable testArgs12[] = {"Kirti","other",(int32_t)1,"female"}; in testMsgFormatSelect()
812 Formattable testArgs13[] = {"Kirti","other",(int32_t)3,"female"}; in testMsgFormatSelect()
813 Formattable testArgs14[] = {"Kirti","female",(int32_t)1,"female"}; in testMsgFormatSelect()
814 Formattable testArgs15[] = {"Kirti","female",(int32_t)5,"female"}; in testMsgFormatSelect()
815 Formattable testArgs16[] = {"Kirti","female",(int32_t)1,"other"}; in testMsgFormatSelect()
816 Formattable testArgs17[] = {"Kirti","female",(int32_t)5,"other"}; in testMsgFormatSelect()
817 Formattable testArgs18[] = {"Kirti","mixed",(int32_t)1,"mixed"}; in testMsgFormatSelect()
818 Formattable testArgs19[] = {"Kirti","mixed",(int32_t)1,"other"}; in testMsgFormatSelect()
819 Formattable testArgs20[] = {"Kirti","female",(int32_t)1,"mixed"}; in testMsgFormatSelect()
820 Formattable testArgs21[] = {"Kirti","mixed",(int32_t)5,"mixed"}; in testMsgFormatSelect()
821 Formattable testArgs22[] = {"Kirti","mixed",(int32_t)5,"other"}; in testMsgFormatSelect()
822 Formattable testArgs23[] = {"Kirti","female",(int32_t)5,"mixed"}; in testMsgFormatSelect()
823 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12,testArgs13, in testMsgFormatSelect()
978 Formattable arguments[] = { in testSetLocale()
980 Formattable(UDate(8.71068e+011), Formattable::kIsDate), in testSetLocale()
1060 const Formattable ftarray[] = in testFormat()
1062 Formattable( UDate(8.71068e+011), Formattable::kIsDate ) in testFormat()
1065 Formattable ft_arr( ftarray, ft_cnt ); in testFormat()
1067 Formattable* fmt = new Formattable(UDate(8.71068e+011), Formattable::kIsDate); in testFormat()
1123 Formattable* fmt_arr = msg.parse( source, count, err ); in testParse()
1131 if ((fmt_arr[0].getType() == Formattable::kString) in testParse()
1132 && (fmt_arr[1].getType() == Formattable::kString) in testParse()
1153 if ((fmt_arr[0].getType() == Formattable::kString) in testParse()
1154 && (fmt_arr[1].getType() == Formattable::kString) in testParse()
1166 Formattable fmta; in testParse()
1177 if ((fmta[0].getType() == Formattable::kString) in testParse()
1178 && (fmta[1].getType() == Formattable::kString) in testParse()
1411 const Formattable fargs( d, Formattable::kIsDate ); in _testCopyConstructor2()
1478 const Formattable ARGS[] = { in TestUnlimitedArgsAndSubformats()
1479 Formattable(UDate(1e13), Formattable::kIsDate), in TestUnlimitedArgsAndSubformats()
1480 Formattable((int32_t)1303), in TestUnlimitedArgsAndSubformats()
1481 Formattable((int32_t)1202), in TestUnlimitedArgsAndSubformats()
1482 Formattable(1303.0/1202 - 1), in TestUnlimitedArgsAndSubformats()
1483 Formattable("Glimmung"), in TestUnlimitedArgsAndSubformats()
1484 Formattable("the printers"), in TestUnlimitedArgsAndSubformats()
1485 Formattable("Nick"), in TestUnlimitedArgsAndSubformats()
1486 Formattable("his father"), in TestUnlimitedArgsAndSubformats()
1487 Formattable("his mother"), in TestUnlimitedArgsAndSubformats()
1488 Formattable("the spiddles"), in TestUnlimitedArgsAndSubformats()
1489 Formattable("of course"), in TestUnlimitedArgsAndSubformats()
1490 Formattable("Horace"), in TestUnlimitedArgsAndSubformats()
1493 Formattable ARGS_OBJ(ARGS, ARGS_LENGTH); in TestUnlimitedArgsAndSubformats()
1537 Formattable args[1]; in TestRBNF()
1561 Formattable* parseResult = fmt->parse(result, count, ec); in TestRBNF()
1646 Formattable zero0[] = { (int32_t)0 }; in TestCompatibleApostrophe()
1850 Formattable args[1] = { (int32_t)2 }; in TestTrimArgumentName()
1875 Formattable args[1] = { (int32_t)21 }; in TestSelectOrdinal()
1902 Formattable args[1] = { (int32_t)1 }; in TestDecimals()
1971 Formattable args[3]; in TestArgIsPrefixOfAnother()