/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
D | CsvTable.java | 528 String unescaped = column.serialize(value); in formatValue() local 537 checkArgument(ESCAPED_CHARS.matchesNoneOf(unescaped), "Bad 'safe' value: %s", unescaped); in formatValue() local 552 public static String escapeForSingleLineCsv(String unescaped) { in escapeForSingleLineCsv() 553 checkArgument(UNSAFE_CHARS.matchesNoneOf(unescaped), "Bad string value: %s", unescaped); in escapeForSingleLineCsv() local
|
/third_party/curl/lib/ |
D | ldap.c | 862 char *unescaped; in _ldap_url_parse2() local 927 char *unescaped; in _ldap_url_parse2() local 997 char *unescaped; in _ldap_url_parse2() local
|
/third_party/abseil-cpp/absl/strings/ |
D | escaping_test.cc | 34 std::string unescaped; member 95 std::string unescaped; in TEST() local 637 std::string unescaped; in TEST() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | escaping_test.cc | 34 std::string unescaped; member 95 std::string unescaped; in TEST() local 637 std::string unescaped; in TEST() local
|
/third_party/gstreamer/gstplugins_base/gst/subparse/ |
D | samiparse.c | 93 const gunichar unescaped; member 363 GString *unescaped = g_string_new (NULL); in unescape_string() local 885 gchar *unescaped = unescape_string (line); in parse_sami() local
|
/third_party/glib/gio/tests/ |
D | httpd.c | 39 char *line, *escaped, *tmp, *query, *unescaped, *path, *version; in handler() local
|
D | gdbus-names.c | 913 guint8 *unescaped; in assert_cmp_escaped_object_path() local
|
/third_party/grpc/src/core/lib/uri/ |
D | uri_parser.cc | 46 std::string unescaped; in PercentDecode() local
|
/third_party/gn/src/gn/ |
D | eclipse_writer.cc | 20 std::string EscapeForXML(const std::string& unescaped) { in EscapeForXML()
|
/third_party/gettext/gettext-tools/src/ |
D | write-desktop.c | 78 char *unescaped = desktop_unescape_string (value, is_list); in msgfmt_desktop_handle_pair() local
|
/third_party/glib/gio/ |
D | gdbusutils.c | 784 GString *unescaped; in g_dbus_unescape_object_path() local
|
D | gfile.c | 8439 gchar *uri, *unescaped; in g_file_load_bytes() local
|
/third_party/libxml2/ |
D | xmlIO.c | 886 char *unescaped; in xmlFileOpen() local 1148 char *unescaped; in xmlGzfileOpen() local 1342 char *unescaped; in xmlXzfileOpen() local 2659 char *unescaped = NULL; in __xmlOutputBufferCreateFilename() local
|
D | nanoftp.c | 466 char *unescaped; in xmlNanoFTPNewCtxt() local
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | xmlIO.c | 890 char *unescaped; in xmlFileOpen() local 1152 char *unescaped; in xmlGzfileOpen() local 1346 char *unescaped; in xmlXzfileOpen() local 2661 char *unescaped = NULL; in __xmlOutputBufferCreateFilename() local
|
D | nanoftp.c | 497 char *unescaped; in xmlNanoFTPNewCtxt() local
|
/third_party/glib/glib/ |
D | guri.c | 2586 gchar *unescaped; in g_uri_unescape_segment() local 2664 g_uri_escape_string (const gchar *unescaped, in g_uri_escape_string() 2758 g_uri_escape_bytes (const guint8 *unescaped, in g_uri_escape_bytes()
|
D | gstring.c | 526 const gchar *unescaped, in g_string_append_uri_escaped()
|
/third_party/pulseaudio/src/pulsecore/ |
D | modargs.c | 39 pa_hashmap *unescaped; member
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | strutil.cc | 455 std::unique_ptr<char[]> unescaped(new char[src.size() + 1]); in UnescapeCEscapeString() local 463 std::unique_ptr<char[]> unescaped(new char[src.size() + 1]); in UnescapeCEscapeString() local
|
/third_party/glib/glib/tests/ |
D | uri.c | 458 const gchar *unescaped; in test_uri_escape_string() member
|
/third_party/gstreamer/gstreamer/gst/ |
D | gsturi.c | 463 gchar *unescaped = NULL; in gst_uri_get_location() local
|
/third_party/mksh/ |
D | edit.c | 2841 char *unescaped; in do_complete() local
|
/third_party/ffmpeg/libavformat/ |
D | movenc.c | 933 uint8_t *unescaped; in mov_write_dvc1_structs() local
|