Searched refs:c14nCommonTest (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | runtest.c | 3871 c14nCommonTest(const char *filename, int with_comments, int mode, in c14nCommonTest() function 3919 return(c14nCommonTest(filename, 1, XML_C14N_1_0, "with-comments")); in c14nWithCommentTest() 3926 return(c14nCommonTest(filename, 0, XML_C14N_1_0, "without-comments")); in c14nWithoutCommentTest() 3933 return(c14nCommonTest(filename, 0, XML_C14N_EXCLUSIVE_1_0, "exc-without-comments")); in c14nExcWithoutCommentTest() 3940 return(c14nCommonTest(filename, 0, XML_C14N_1_1, "1-1-without-comments")); in c14n11WithoutCommentTest()
|