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

  /external/chromium_org/components/query_parser/
query_parser.cc 411 bool in_quotes = false; // whether we're currently in a quoted phrase local
418 if (in_quotes)
423 if (!in_quotes) {
427 in_quotes = true;
430 in_quotes = false;

Completed in 163 milliseconds