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