Searched refs:needsQuoting (Results 1 – 3 of 3) sorted by relevance
23 UnicodeSet * Line::needsQuoting = NULL; member in Line245 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()
111 static UnicodeSet *needsQuoting;
226 bool needsQuoting = ArgNeedsQuotes(arg);227 if (needsQuoting)240 if (needsQuoting) {