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

  /external/chromium/third_party/libjingle/source/talk/base/
logging.cc 562 bool is_entirely_whitespace = true; local
566 is_entirely_whitespace = false;
573 if (consecutive_unprintable && is_entirely_whitespace) {

Completed in 563 milliseconds