Searched refs:CEscape (Results 1 - 25 of 26) sorted by relevance

12

/external/regex-re2/re2/testing/
H A Dpossible_match_test.cc109 LOG(INFO) << "Checking regexp=" << CEscape(t.regexp);
139 << "min=" << CEscape(min) << ", max=" << CEscape(max);
142 << "min=" << CEscape(min) << ", max=" << CEscape(max);
145 << "min=" << CEscape(min) << ", max=" << CEscape(max);
148 << "min=" << CEscape(min) << ", max=" << CEscape(max);
151 << "min=" << CEscape(mi
[all...]
H A Dtester.cc174 VLOG(1) << CEscape(regexp_str);
181 LOG(INFO) << "Cannot parse: " << CEscape(regexp_str_)
189 LOG(INFO) << "Cannot compile: " << CEscape(regexp_str_);
196 << CEscape(regexp_str_)
207 LOG(INFO) << "Cannot reverse compile: " << CEscape(regexp_str_);
235 LOG(INFO) << "Cannot RE2: " << CEscape(re);
260 LOG(INFO) << "Cannot PCRE: " << CEscape(re);
346 LOG(ERROR) << "Reverse DFA inconsistency: " << CEscape(regexp_str_)
347 << " on " << CEscape(text);
482 LOG(ERROR) << "Skipped backtracking! " << CEscape(regexp_str
[all...]
H A Dregexp_generator.cc212 printf(" %s\n", CEscape(post[i]).c_str());
216 printf(" %s\n", CEscape(regexps.top()).c_str());
/external/protobuf/python/google/protobuf/internal/
H A Dtext_encoding_test.py57 text_encoding.CEscape(unescaped, as_utf8=False))
59 text_encoding.CEscape(unescaped, as_utf8=True))
/external/protobuf/src/google/protobuf/stubs/
H A Dsubstitute.cc88 << CEscape(format) << "\".";
99 << CEscape(format) << "\".";
H A Dstrutil.h292 // CEscape()
298 LIBPROTOBUF_EXPORT string CEscape(const string& src);
301 // Like CEscape() but does not escape bytes with the upper bit set.
304 // Like CEscape() but uses hex (\x) escapes instead of octals.
H A Dstrutil.cc516 // CEscape()
525 string CEscape(const string& src) { function in namespace:google::protobuf
/external/protobuf/python/google/protobuf/
H A Dtext_encoding.py61 def CEscape(text, as_utf8): function
H A Dtext_format.py201 out.write(text_encoding.CEscape(out_value, out_as_utf8))
/external/regex-re2/util/
H A Dstrutil.cc58 // CEscape()
62 string CEscape(const StringPiece& src) { function in namespace:re2
H A Dutil.h108 string CEscape(const StringPiece& src);
/external/regex-re2/re2/
H A Dre2.cc621 << " [" << CEscape(subtext) << "]"
627 << " [" << CEscape(subtext) << "]"
633 << " [" << CEscape(subtext) << "]"
650 << " [" << CEscape(subtext) << "]"
656 << " [" << CEscape(subtext) << "]"
664 << " [" << CEscape(subtext) << "]"
686 << " [" << CEscape(subtext) << "]"
694 << " [" << CEscape(subtext) << "]"
704 << " [" << CEscape(subtext) << "]"
711 << " [" << CEscape(subtex
[all...]
H A Ddfa.cc2039 << " for state s=" << s << " and min=" << CEscape(*min);
2076 << " for state s=" << s << " and max=" << CEscape(*max);
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_helpers.cc321 CEscape(field->default_value_string()));
327 // All chars are ASCII. In this case CEscape() works fine.
328 return "\"" + CEscape(field->default_value_string()) + "\"";
334 CEscape(field->default_value_string()));
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_shared_code_generator.cc138 "data", CEscape(file_data.substr(i, kBytesPerLine)));
H A Djava_helpers.cc414 CEscape(field->default_value_string()));
420 // All chars are ASCII. In this case CEscape() works fine.
421 return "\"" + CEscape(field->default_value_string()) + "\"";
426 CEscape(field->default_value_string()));
/external/protobuf/src/google/protobuf/io/
H A Dtokenizer_unittest.cc203 return out << CEscape(test_case.input);
337 return out << CEscape(test_case.input);
524 return out << CEscape(test_case.input);
870 return out << CEscape(test_case.input);
H A Dtokenizer.cc876 " tokenized as an integer: " << CEscape(text);
909 " tokenized as a float: " << CEscape(text);
1034 " have been tokenized as a string: " << CEscape(text);
/external/protobuf/src/google/protobuf/compiler/
H A Dsubprocess.cc251 *error = "Plugin output is unparseable: " + CEscape(output_data);
452 *error = "Plugin output is unparseable: " + CEscape(output_data);
H A Dparser.cc933 *default_value = CEscape(*default_value);
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_primitive_field.cc215 CEscape(descriptor->default_value_string()));
220 // CEscape()'d string literal works fine.
222 "\"" + CEscape(descriptor->default_value_string()) + "\"";
231 CEscape(descriptor->default_value_string()));
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc333 CEscape(field->default_value_string())) +
H A Dcpp_file.cc589 CEscape(file_data.substr(i, kBytesPerLine))));
/external/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc226 //##!PY25 return "b\"" + CEscape(field.default_value_string()) +
229 return "_b(\"" + CEscape(field.default_value_string()) + //##PY25
521 m["serialized_options"] = CEscape(options_string);
982 //##!PY25 + CEscape(serialized_options)+ "')";
984 + CEscape(serialized_options)+ "'))"; //##PY25
/external/protobuf/src/google/protobuf/
H A Dtext_format.cc1275 return StrCat("\"", CEscape(val), "\"");
1715 generator.Print(CEscape(value));

Completed in 7061 milliseconds

12