Home
last modified time | relevance | path

Searched refs:END_MARK (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dplurults.cpp825 static const char * END_MARK = "999.999"; // Mark end of varargs data. variable
850 if (strcmp(num, END_MARK) == 0) { in checkSelect()
880 checkSelect(pr, status, __LINE__, "s", "1.0", "3.0", "4.0", "6.0", END_MARK); in testSelect()
881 checkSelect(pr, status, __LINE__, "other", "0.0", "2.0", "3.1", "7.0", END_MARK); in testSelect()
884 checkSelect(pr, status, __LINE__, "other", "1.0", "3.0", "4.0", "6.0", END_MARK); in testSelect()
885 checkSelect(pr, status, __LINE__, "s", "0.0", "2.0", "3.1", "7.0", END_MARK); in testSelect()
889 …eckSelect(pr, status, __LINE__, "r", "1.0", "3.0", "7.0", "8.0", "10.0", "14.0", "17.0", END_MARK); in testSelect()
890 checkSelect(pr, status, __LINE__, "s", "29.0", END_MARK); in testSelect()
891 checkSelect(pr, status, __LINE__, "other", "28.0", "29.1", END_MARK); in testSelect()
894 checkSelect(pr, status, __LINE__, "a", "1", "11", "41", "101", "301.00", END_MARK); in testSelect()
[all …]
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/lz4/
DFramedLZ4CompressorOutputStream.java39 private static final byte[] END_MARK = new byte[4]; field in FramedLZ4CompressorOutputStream
307 out.write(END_MARK); in writeTrailer()