Searched refs:END_MARK (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | plurults.cpp | 606 static const char * END_MARK = "999.999"; // Mark end of varargs data. variable 631 if (strcmp(num, END_MARK) == 0) { in checkSelect() 661 checkSelect(pr, status, __LINE__, "s", "1.0", "3.0", "4.0", "6.0", END_MARK); in testSelect() 662 checkSelect(pr, status, __LINE__, "other", "0.0", "2.0", "3.1", "7.0", END_MARK); in testSelect() 665 checkSelect(pr, status, __LINE__, "other", "1.0", "3.0", "4.0", "6.0", END_MARK); in testSelect() 666 checkSelect(pr, status, __LINE__, "s", "0.0", "2.0", "3.1", "7.0", END_MARK); in testSelect() 670 …eckSelect(pr, status, __LINE__, "r", "1.0", "3.0", "7.0", "8.0", "10.0", "14.0", "17.0", END_MARK); in testSelect() 671 checkSelect(pr, status, __LINE__, "s", "29.0", END_MARK); in testSelect() 672 checkSelect(pr, status, __LINE__, "other", "28.0", "29.1", END_MARK); in testSelect() 675 checkSelect(pr, status, __LINE__, "a", "1", "11", "41", "101", "301.00", END_MARK); in testSelect() [all …]
|