Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dstringencode.cc136 const unsigned char ASCII_CLASS[128] = { variable
153 if ((ch < 128) && (ASCII_CLASS[ch] & URL_UNSAFE)) { in url_encode()
269 if (ASCII_CLASS[ch] & HTML_UNSAFE) { in html_encode()
326 if ((ch < 128) && (ASCII_CLASS[ch] & XML_UNSAFE)) { in xml_encode()