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

  /external/chromium_org/third_party/libjingle/overrides/talk/base/
logging.cc 236 // kMinPrintableLine characters before we'll switch back.
237 const ptrdiff_t kMinPrintableLine = 4;
238 if (consecutive_unprintable && ((end_of_line - line) < kMinPrintableLine)) {