OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:END_MARK
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
plurults.cpp
602
static const char *
END_MARK
= "999.999"; // Mark end of varargs data.
627
if (strcmp(num,
END_MARK
) == 0) {
657
checkSelect(pr, status, __LINE__, "s", "1.0", "3.0", "4.0", "6.0",
END_MARK
);
658
checkSelect(pr, status, __LINE__, "other", "0.0", "2.0", "3.1", "7.0",
END_MARK
);
661
checkSelect(pr, status, __LINE__, "other", "1.0", "3.0", "4.0", "6.0",
END_MARK
);
662
checkSelect(pr, status, __LINE__, "s", "0.0", "2.0", "3.1", "7.0",
END_MARK
);
666
checkSelect(pr, status, __LINE__, "r", "1.0", "3.0", "7.0", "8.0", "10.0", "14.0", "17.0",
END_MARK
);
667
checkSelect(pr, status, __LINE__, "s", "29.0",
END_MARK
);
668
checkSelect(pr, status, __LINE__, "other", "28.0", "29.1",
END_MARK
);
671
checkSelect(pr, status, __LINE__, "a", "1", "11", "41", "101", "301.00",
END_MARK
);
[
all
...]
/external/icu/icu4c/source/test/intltest/
plurults.cpp
602
static const char *
END_MARK
= "999.999"; // Mark end of varargs data.
627
if (strcmp(num,
END_MARK
) == 0) {
657
checkSelect(pr, status, __LINE__, "s", "1.0", "3.0", "4.0", "6.0",
END_MARK
);
658
checkSelect(pr, status, __LINE__, "other", "0.0", "2.0", "3.1", "7.0",
END_MARK
);
661
checkSelect(pr, status, __LINE__, "other", "1.0", "3.0", "4.0", "6.0",
END_MARK
);
662
checkSelect(pr, status, __LINE__, "s", "0.0", "2.0", "3.1", "7.0",
END_MARK
);
666
checkSelect(pr, status, __LINE__, "r", "1.0", "3.0", "7.0", "8.0", "10.0", "14.0", "17.0",
END_MARK
);
667
checkSelect(pr, status, __LINE__, "s", "29.0",
END_MARK
);
668
checkSelect(pr, status, __LINE__, "other", "28.0", "29.1",
END_MARK
);
671
checkSelect(pr, status, __LINE__, "a", "1", "11", "41", "101", "301.00",
END_MARK
);
[
all
...]
Completed in 1612 milliseconds