Home
last modified time | relevance | path

Searched defs:unquoted (Results 1 – 8 of 8) sorted by relevance

/external/dbus/test/
Dshell-test.c68 char *unquoted; in test_command_line() local
/external/dbus/dbus/
Ddbus-shell.c171 char *unquoted; in _dbus_shell_unquote() local
/external/dbus-binding-generator/chromeos-dbus-bindings/
Dgenerate_chromeos_dbus_bindings.cc58 std::string unquoted; in RemoveQuotes() local
/external/pcre/dist/
Dpcrecpp_unittest.cc486 static void TestQuoteMeta(string unquoted, RE_Options options = RE_Options()) { in TestQuoteMeta()
494 static void NegativeTestQuoteMeta(string unquoted, string should_not_match, in NegativeTestQuoteMeta()
Dpcrecpp.cc466 /*static*/ string RE::QuoteMeta(const StringPiece& unquoted) { in QuoteMeta()
/external/regex-re2/re2/testing/
Dre2_test.cc384 static void TestQuoteMeta(string unquoted, in TestQuoteMeta()
394 static void NegativeTestQuoteMeta(string unquoted, string should_not_match, in NegativeTestQuoteMeta()
/external/regex-re2/re2/
Dre2.cc425 string RE2::QuoteMeta(const StringPiece& unquoted) { in QuoteMeta()
/external/regex-re2/util/
Dpcre.cc412 string PCRE::QuoteMeta(const StringPiece& unquoted) { in QuoteMeta()