Lines Matching refs:CEscape
174 VLOG(1) << CEscape(regexp_str); in TestInstance()
181 LOG(INFO) << "Cannot parse: " << CEscape(regexp_str_) in TestInstance()
189 LOG(INFO) << "Cannot compile: " << CEscape(regexp_str_); in TestInstance()
196 << CEscape(regexp_str_) in TestInstance()
207 LOG(INFO) << "Cannot reverse compile: " << CEscape(regexp_str_); in TestInstance()
235 LOG(INFO) << "Cannot RE2: " << CEscape(re); in TestInstance()
260 LOG(INFO) << "Cannot PCRE: " << CEscape(re); in TestInstance()
346 LOG(ERROR) << "Reverse DFA inconsistency: " << CEscape(regexp_str_) in RunSearch()
347 << " on " << CEscape(text); in RunSearch()
482 LOG(ERROR) << "Skipped backtracking! " << CEscape(regexp_str_) in RunCase()
486 VLOG(1) << "Try: regexp " << CEscape(regexp_str_) in RunCase()
487 << " text " << CEscape(text) in RunCase()
558 << CEscape(regexp_str_) in LogMatch()
560 << CEscape(regexp_->ToString()) in LogMatch()
562 << CEscape(text) in LogMatch()
568 << CEscape(context) in LogMatch()