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