HomeSort by relevance Sort by last modified time
    Searched full:all_whitespace (Results 1 - 3 of 3) sorted by null

  /external/dbus-binding-generator/chromeos-dbus-bindings/
indented_text.cc 95 const bool all_whitespace = (line.find_first_not_of(" \t") == string::npos); local
96 if (all_whitespace) {
  /external/dbus/bus/
config-parser.c 2064 all_whitespace (const DBusString *str) function
    [all...]
  /external/opencv3/doc/pattern_tools/
svgfig.py 607 self.all_whitespace = re.compile(r"^\s*$")
618 if not isinstance(ch, basestring) or self.all_whitespace.match(ch) is None:
    [all...]

Completed in 524 milliseconds