/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | escaping_test.cc | 33 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
|
D | escaping_benchmark.cc | 48 std::string escaped; in BM_WebSafeBase64Escape_string() local
|
/third_party/libabigail/src/ |
D | abg-libxml-utils.cc | 191 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()
|
D | abg-ini.cc | 904 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/ |
D | unit-convenience.cpp | 41 void check_escaped(const char* original, const char* escaped, const bool ensure_ascii) in check_escaped()
|
D | unit-unicode1.cpp | 228 auto escaped = nlohmann::detail::escape(ptr); in skip() local
|
/third_party/node/benchmark/url/ |
D | url-parse.js | 7 escaped: 'https://foo.bar/{}^`/abcd' property
|
/third_party/jerryscript/tests/unit-ext/ |
D | test-ext-handle-scope-remove.c | 47 jerry_value_t escaped = 0; in create_object() local
|
D | test-ext-handle-scope-escape.c | 47 jerry_value_t escaped = 0; in create_object() local
|
D | test-ext-handle-scope-handle-prelist-escape.c | 55 jerry_value_t escaped = 0; in create_object() local
|
D | test-ext-handle-scope-handle-prelist.c | 55 jerry_value_t escaped = 0; in create_object() local
|
D | test-ext-handle-scope-nested.c | 60 jerry_value_t escaped = 0; in create_object_nested() local
|
/third_party/mesa3d/src/util/ |
D | vl_rbsp.h | 45 unsigned escaped; member
|
/third_party/rust/crates/regex/regex-debug/src/ |
D | main.rs | 346 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/ |
D | libwebsockets.c | 514 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/ |
D | test-buffer.c | 392 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/ |
D | json_escaping.cc | 308 StringPiece escaped; in Escape() local
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | test-buffer.c | 392 char *escaped; in test_buffer_utf8_conversion() local 681 char *escaped; in test_buffer_utf8_validity() local
|
/third_party/harfbuzz/test/api/ |
D | test-buffer.c | 392 char *escaped; in test_buffer_utf8_conversion() local 681 char *escaped; in test_buffer_utf8_validity() local
|
/third_party/gstreamer/gstplugins_base/gst/subparse/ |
D | gstssaparse.c | 285 gchar *t, *escaped; in gst_ssa_parse_push_line() local
|
/third_party/mesa3d/src/gtest/src/ |
D | gtest-port.cc | 794 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/ |
D | gtest-port.cc | 799 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/ |
D | gsturi.c | 512 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/ |
D | gstkatedec.c | 247 gchar *escaped; in gst_kate_dec_handle_kate_event() local
|
/third_party/icu/icu4c/source/test/intltest/ |
D | dtfmtrtts.cpp | 80 UnicodeString escaped; in failure() local
|