Home
last modified time | relevance | path

Searched defs:escaped (Results 1 – 25 of 59) 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/json/test/src/
Dunit-convenience.cpp41 void check_escaped(const char* original, const char* escaped, const bool ensure_ascii) in check_escaped()
Dunit-unicode1.cpp228 auto escaped = nlohmann::detail::escape(ptr); in skip() 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/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/flutter/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/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/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/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
/third_party/googletest/googletest/src/
Dgtest-port.cc799 bool AtomMatchesChar(bool escaped, char pattern_char, char ch) { in AtomMatchesChar()
889 bool escaped, char c, char repeat, const char* regex, in MatchRepetitionAndRegexAtHead()
925 const bool escaped = *regex == '\\'; in MatchRegexAtHead() local
/third_party/gstreamer/gstreamer/gst/
Dgsturi.c512 char *escaped, *proto_lowercase; in gst_uri_construct() local
2004 gchar *escaped; in gst_uri_to_string() local
2380 gchar *escaped; in gst_uri_get_path_string() local
2567 gchar *escaped; in gst_uri_get_query_string() local
/third_party/gstreamer/gstplugins_bad/ext/kate/
Dgstkatedec.c247 gchar *escaped; in gst_kate_dec_handle_kate_event() local
/third_party/icu/icu4c/source/test/intltest/
Ddtfmtrtts.cpp80 UnicodeString escaped; in failure() local

123