Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dstringencode.cc130 const unsigned char HTML_UNSAFE = 0x2; // "&'<> variable
269 if (ASCII_CLASS[ch] & HTML_UNSAFE) { in html_encode()