Searched refs:XML_UNSAFE (Results 1 – 1 of 1) sorted by relevance
129 const unsigned char XML_UNSAFE = 0x2; // "&'<> variable326 if ((ch < 128) && (ASCII_CLASS[ch] & XML_UNSAFE)) { in xml_encode()