three_byte        176 lib/common/tests/xml/pcmk__xml_escape_test.c     const char *three_byte = "abc""\xEF\x98\x98""d<ef";
three_byte        192 lib/common/tests/xml/pcmk__xml_escape_test.c     assert_escape(three_byte, three_byte_esc, pcmk__xml_escape_text);
three_byte        193 lib/common/tests/xml/pcmk__xml_escape_test.c     assert_escape(three_byte, three_byte_esc, pcmk__xml_escape_attr);
three_byte        194 lib/common/tests/xml/pcmk__xml_escape_test.c     assert_escape(three_byte, three_byte, pcmk__xml_escape_attr_pretty);
three_byte        279 lib/common/tests/xml/pcmk__xml_needs_escape_test.c     const char *three_byte = "abc""\xEF\x98\x98""def";
three_byte        300 lib/common/tests/xml/pcmk__xml_needs_escape_test.c     assert_false(pcmk__xml_needs_escape(three_byte, pcmk__xml_escape_text));
three_byte        301 lib/common/tests/xml/pcmk__xml_needs_escape_test.c     assert_false(pcmk__xml_needs_escape(three_byte, pcmk__xml_escape_attr));
three_byte        302 lib/common/tests/xml/pcmk__xml_needs_escape_test.c     assert_false(pcmk__xml_needs_escape(three_byte,