Home
last modified time | relevance | path

Searched refs:XML_UNSAFE (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/base/
Dstringencode.cc129 const unsigned char XML_UNSAFE = 0x2; // "&'<> variable
326 if ((ch < 128) && (ASCII_CLASS[ch] & XML_UNSAFE)) { in xml_encode()