Home
last modified time | relevance | path

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

/third_party/icu/tools/colprobe/
Dline.cpp23 UnicodeSet * Line::needsQuoting = NULL; member in Line
245 if(!needsQuoting) { in toBundleString()
246 needsQuoting = new UnicodeSet("[[:whitespace:][:c:][:z:][[:ascii:]-[a-zA-Z0-9]]]", status); in toBundleString()
256 UBool quote = needsQuoting->containsSome(name) || needsQuoting->containsSome(NFC); in toBundleString()
269 quote = needsQuoting->containsSome(expansionString); in toBundleString()
Dline.h111 static UnicodeSet *needsQuoting;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProgram.inc226 bool needsQuoting = ArgNeedsQuotes(arg);
227 if (needsQuoting)
240 if (needsQuoting) {