utf8_buf 30 lib/common/tests/xml/pcmk__xml_is_name_char_test.c gchar utf8_buf[6] = { 0, }; utf8_buf 32 lib/common/tests/xml/pcmk__xml_is_name_char_test.c int ref_len = g_unichar_to_utf8(c, utf8_buf); utf8_buf 33 lib/common/tests/xml/pcmk__xml_is_name_char_test.c bool result = pcmk__xml_is_name_char(utf8_buf, &len); utf8_buf 31 lib/common/tests/xml/pcmk__xml_is_name_start_char_test.c gchar utf8_buf[6] = { 0, }; utf8_buf 33 lib/common/tests/xml/pcmk__xml_is_name_start_char_test.c int ref_len = g_unichar_to_utf8(c, utf8_buf); utf8_buf 34 lib/common/tests/xml/pcmk__xml_is_name_start_char_test.c bool result = pcmk__xml_is_name_start_char(utf8_buf, &len);