Home
last modified time | relevance | path

Searched refs:isQuote (Results 1 – 6 of 6) sorted by relevance

/external/proguard/src/proguard/
DWordReader.java192 if (isQuote(startChar)) in nextWord()
382 private boolean isQuote(char character) in isQuote() method in WordReader
/external/golang-protobuf/proto/
Dtext_parser.go125 func isQuote(c byte) bool { func
333 } else if len(p.cur.value) > 0 && isQuote(p.cur.value[0]) {
339 if p.done || !isQuote(p.s[0]) {
701 if len(tok.value) > 2 && isQuote(tok.value[0]) && tok.value[len(tok.value)-1] == tok.value[0] {
/external/llvm/lib/Support/
DCommandLine.cpp684 static bool isQuote(char C) { return C == '\"' || C == '\''; } in isQuote() function
711 if (isQuote(Src[I])) { in TokenizeGNUCommandLine()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DCommandLine.cpp708 static bool isQuote(char C) { return C == '\"' || C == '\''; } in isQuote() function
735 if (isQuote(Src[I])) { in TokenizeGNUCommandLine()
/external/llvm-project/llvm/lib/Support/
DCommandLine.cpp825 static bool isQuote(char C) { return C == '\"' || C == '\''; } in isQuote() function
854 if (isQuote(C)) { in TokenizeGNUCommandLine()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCommandLine.cpp821 static bool isQuote(char C) { return C == '\"' || C == '\''; } in isQuote() function
850 if (isQuote(C)) { in TokenizeGNUCommandLine()