Lines Matching refs:XmlEncodeWithDefault
1053 EXPECT_EQ("<&>", XmlEncodeWithDefault("<&>", "something else"));1054 EXPECT_EQ("<not escaped>", XmlEncodeWithDefault("\xc2", "<not escaped>"));