HomeSort by relevance Sort by last modified time
    Searched refs:_is_char (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
http_header_util.py 42 def _is_char(c): function
142 if c is None or c in _SEPARATORS or _is_ctl(c) or not _is_char(c):
177 if _is_char(c):
204 if c == '"' or c in _SEPARATORS or _is_ctl(c) or not _is_char(c):
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
http_header_util.py 42 def _is_char(c): function
142 if c is None or c in _SEPARATORS or _is_ctl(c) or not _is_char(c):
177 if _is_char(c):
204 if c == '"' or c in _SEPARATORS or _is_ctl(c) or not _is_char(c):

Completed in 33 milliseconds