Home
last modified time | relevance | path

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

/third_party/css-what/src/
Dparse.ts111 function isQuote(c: number): boolean { function
387 if (isQuote(selector.charCodeAt(selectorIndex))) {
486 if (isQuote(selector.charCodeAt(selectorIndex + 1))) {
517 isQuote(quot)
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()