Searched refs:verifySmallIntFormatter (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | numberformat2test.cpp | 168 void verifySmallIntFormatter( 652 verifySmallIntFormatter("0", 7, 0, -2); in TestSmallIntFormatter() 653 verifySmallIntFormatter("7", 7, 1, -2); in TestSmallIntFormatter() 654 verifySmallIntFormatter("07", 7, 2, -2); in TestSmallIntFormatter() 655 verifySmallIntFormatter("07", 7, 2, 2); in TestSmallIntFormatter() 656 verifySmallIntFormatter("007", 7, 3, 4); in TestSmallIntFormatter() 657 verifySmallIntFormatter("7", 7, -1, 3); in TestSmallIntFormatter() 658 verifySmallIntFormatter("0", 0, -1, 3); in TestSmallIntFormatter() 659 verifySmallIntFormatter("057", 57, 3, 7); in TestSmallIntFormatter() 660 verifySmallIntFormatter("0057", 57, 4, 7); in TestSmallIntFormatter() [all …]
|