Searched refs:IS_END_XML_TOKEN_CHAR (Results 1 – 3 of 3) sorted by relevance
696 && (IS_END_XML_TOKEN_CHAR(txt[name_len])) ) { in program_directive()1231 if (! IS_END_XML_TOKEN_CHAR(*txt)) in parse_attrs()1239 if (! IS_END_XML_TOKEN_CHAR(*txt)) in parse_attrs()1247 if (! IS_END_XML_TOKEN_CHAR(*txt)) in parse_attrs()1328 if ((len == 0) || (! IS_END_XML_TOKEN_CHAR(txt[len]))) { in parse_value()
491 if (! IS_END_XML_TOKEN_CHAR(*scan)) in scan_xml_name()
281 #define IS_END_XML_TOKEN_CHAR( _c) is_ag_char_map_char((char)(_c), 0x01000C01) macro