Home
last modified time | relevance | path

Searched defs:escaped (Results 1 – 25 of 62) sorted by relevance

123

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Descaping_test.cc33 std::string escaped; member
56 std::string escaped; in TEST() local
94 std::string escaped = absl::CHexEscape(s); in TEST() local
139 std::string escaped = absl::CEscape(val.unescaped); in TEST() local
143 std::string escaped = absl::CHexEscape(val.unescaped); in TEST() local
147 std::string escaped = absl::Utf8SafeCEscape(val.unescaped); in TEST() local
151 std::string escaped = absl::Utf8SafeCHexEscape(val.unescaped); in TEST() local
625 std::string escaped; in TEST() local
Descaping_benchmark.cc48 std::string escaped; in BM_WebSafeBase64Escape_string() local
/third_party/libabigail/src/
Dabg-libxml-utils.cc191 std::string& escaped) in escape_xml_string()
249 std::string& escaped) in escape_xml_comment()
292 std::string& escaped) in unescape_xml_string()
380 std::string& escaped) in unescape_xml_comment()
Dabg-ini.cc904 peek(bool& escaped) in peek()
931 bool escaped = false; in peek() local
1012 bool escaped = false; in handle_escape() local
1376 bool escaped = false; in read_string() local
/third_party/node/benchmark/url/
Durl-parse.js7 escaped: 'https://foo.bar/{}^`/abcd', property
/third_party/jerryscript/tests/unit-ext/
Dtest-ext-handle-scope-remove.c47 jerry_value_t escaped = 0; in create_object() local
Dtest-ext-handle-scope-escape.c47 jerry_value_t escaped = 0; in create_object() local
Dtest-ext-handle-scope-handle-prelist-escape.c55 jerry_value_t escaped = 0; in create_object() local
Dtest-ext-handle-scope-handle-prelist.c55 jerry_value_t escaped = 0; in create_object() local
Dtest-ext-handle-scope-nested.c60 jerry_value_t escaped = 0; in create_object_nested() local
/third_party/curl/src/
Dtool_setopt.c212 struct curlx_dynbuf escaped; in c_escape() local
351 char *escaped = NULL; in libcurl_generate_slist() local
387 char *escaped = NULL; in libcurl_generate_mime_part() local
568 char *escaped = NULL; in tool_setopt() local
/third_party/json/tests/src/
Dunit-unicode1.cpp193 auto escaped = nlohmann::detail::escape(ptr); in skip() local
Dunit-convenience.cpp98 void check_escaped(const char* original, const char* escaped, const bool ensure_ascii) in check_escaped()
/third_party/pulseaudio/src/modules/jack/
Dmodule-jackdbus-detect.c148 char *escaped; in proplist_to_arg() local
180 char *escaped; in ensure_ports_started() local
/third_party/mesa3d/src/util/
Dvl_rbsp.h45 unsigned escaped; member
/third_party/rust/crates/regex/regex-debug/src/
Dmain.rs346 let escaped = if c as u32 <= 0x7F { in escape_unicode() localVariable
374 let escaped: Vec<u8> = escape_default(byte).collect(); in escape_byte() localVariable
/third_party/libwebsockets/lib/core/
Dlibwebsockets.c514 lws_sql_purify(char *escaped, const char *string, size_t len) in lws_sql_purify()
548 lws_json_purify(char *escaped, const char *string, int len, int *in_used) in lws_json_purify()
655 lws_urlencode(char *escaped, const char *string, int len) in lws_urlencode()
685 lws_urldecode(char *string, const char *escaped, int len) in lws_urldecode()
/third_party/protobuf/src/google/protobuf/util/internal/
Djson_escaping.cc308 StringPiece escaped; in Escape() local
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-buffer.c392 char *escaped; in test_buffer_utf8_conversion() local
681 char *escaped; in test_buffer_utf8_validity() local
/third_party/node/deps/googletest/src/
Dgtest-port.cc755 bool AtomMatchesChar(bool escaped, char pattern_char, char ch) { in AtomMatchesChar()
856 bool MatchRepetitionAndRegexAtHead(bool escaped, char c, char repeat, in MatchRepetitionAndRegexAtHead()
889 const bool escaped = *regex == '\\'; in MatchRegexAtHead() local
/third_party/googletest/googletest/src/
Dgtest-port.cc750 bool AtomMatchesChar(bool escaped, char pattern_char, char ch) { in AtomMatchesChar()
851 bool MatchRepetitionAndRegexAtHead(bool escaped, char c, char repeat, in MatchRepetitionAndRegexAtHead()
884 const bool escaped = *regex == '\\'; in MatchRegexAtHead() local
/third_party/node/deps/v8/src/parsing/
Dscanner-inl.h261 bool escaped = false; in ScanIdentifierOrKeywordInner() local
/third_party/node/lib/internal/
Dmime.js120 const escaped = escapeQuoteOrSolidus(value); constant
/third_party/gstreamer/gstplugins_base/gst/subparse/
Dgstssaparse.c285 gchar *t, *escaped; in gst_ssa_parse_push_line() local
/third_party/mesa3d/src/gtest/src/
Dgtest-port.cc794 bool AtomMatchesChar(bool escaped, char pattern_char, char ch) { in AtomMatchesChar()
884 bool escaped, char c, char repeat, const char* regex, in MatchRepetitionAndRegexAtHead()
920 const bool escaped = *regex == '\\'; in MatchRegexAtHead() local

123