Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dstringencode.cc128 const unsigned char URL_UNSAFE = 0x1; // 0-33 "#$%&+,/:;<=>?@[\]^`{|} 127 variable
153 if ((ch < 128) && (ASCII_CLASS[ch] & URL_UNSAFE)) { in url_encode()