OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:URL_UNSAFE
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
stringencode.cc
165
const unsigned char
URL_UNSAFE
= 0x1; // 0-33 "#$%&+,/:;<=>?@[\]^`{|} 127
190
if ((ch < 128) && (ASCII_CLASS[ch] &
URL_UNSAFE
)) {
/external/chromium_org/third_party/libjingle/source/talk/base/
stringencode.cc
145
const unsigned char
URL_UNSAFE
= 0x1; // 0-33 "#$%&+,/:;<=>?@[\]^`{|} 127
170
if ((ch < 128) && (ASCII_CLASS[ch] &
URL_UNSAFE
)) {
Completed in 50 milliseconds