Searched defs:Quote (Results 1 – 9 of 9) sorted by relevance
| /external/clang/lib/Driver/ |
| D | Job.cpp | 78 static void PrintArg(raw_ostream &OS, const char *Arg, bool Quote) { in PrintArg() 96 void Command::Print(raw_ostream &OS, const char *Terminator, bool Quote, in Print() 142 bool Quote, bool CrashReport) const { in Print() 181 void JobList::Print(raw_ostream &OS, const char *Terminator, bool Quote, in Print()
|
| /external/chromium_org/third_party/WebKit/Source/platform/text/ |
| D | DateTimeFormatTest.cpp | 255 TEST_F(DateTimeFormatTest, Quote) in TEST_F() argument
|
| /external/clang/lib/AST/ |
| D | CommentLexer.cpp | 190 const char Quote = *BufferPtr; in skipHTMLQuotedString() local
|
| /external/chromium_org/third_party/icu/source/test/intltest/ |
| D | wbnf.cpp | 546 class Quote : public Pick{ class 548 Quote(Pick & base):item(base),e(Escaper::NO, Escaper::NO, Escaper::BSLASH_ONLY){ in Quote() function in Quote
|
| /external/chromium_org/net/http/ |
| D | http_util_unittest.cc | 253 TEST(HttpUtilTest, Quote) { in TEST() argument
|
| D | http_util.cc | 484 std::string HttpUtil::Quote(const std::string& str) { in Quote() function in net::HttpUtil
|
| /external/clang/unittests/Tooling/ |
| D | CompilationDatabaseTest.cpp | 329 std::vector<std::string> Quote = unescapeJsonCommandLine("a\\\\\\\""); in TEST() local
|
| /external/llvm/lib/Support/ |
| D | CommandLine.cpp | 497 char Quote = Src[I++]; in TokenizeGNUCommandLine() local
|
| /external/clang/lib/Lex/ |
| D | Lexer.cpp | 210 char Quote = Charify ? '\'' : '"'; in Stringify() local
|