HomeSort by relevance Sort by last modified time
    Searched refs:unescape_string (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/glib/gio/
gdummyfile.c 72 static char * unescape_string (const gchar *escaped_string,
334 return unescape_string (remainder, NULL, "/");
450 unescape_string (const gchar *escaped_string, function
633 decoded->userinfo = unescape_string (userinfo_start, userinfo_end, NULL);
662 decoded->path = unescape_string (hier_part_start, hier_part_end, "/");
  /external/dbus/bus/
desktop-file.c 182 unescape_string (BusDesktopFileParser *parser, function
414 section_name = unescape_string (parser,
522 value = unescape_string (parser, &parser->data, value_start, line_end, error);

Completed in 150 milliseconds