Home | History | Annotate | Download | only in update_engine

Lines Matching refs:XmlEncodeWithDefault

1053   EXPECT_EQ("&lt;&amp;&gt;", XmlEncodeWithDefault("<&>", "something else"));
1054 EXPECT_EQ("<not escaped>", XmlEncodeWithDefault("\xc2", "<not escaped>"));