Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DExtractCollationRules.java142 static UnicodeSet needsQuoting = null; field in ExtractCollationRules
146 if (needsQuoting == null) { in quote()
153 needsQuoting = new UnicodeSet( in quote()
169 if (!needsQuoting.contains(cp)) { in quote()
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProgram.inc226 bool needsQuoting = ArgNeedsQuotes(arg);
227 if (needsQuoting)
240 if (needsQuoting) {
/external/llvm/lib/Support/Windows/
DProgram.inc226 bool needsQuoting = ArgNeedsQuotes(arg);
227 if (needsQuoting)
240 if (needsQuoting) {