Searched refs:IsSingle (Results 1 – 1 of 1) sorted by relevance
854 bool IsSingle = Style.JavaScriptQuotes == FormatStyle::JSQS_Single; in requoteJSStringLiteral() local861 Replace(Start, 1, IsSingle ? "'" : "\""); in requoteJSStringLiteral()863 IsSingle ? "'" : "\""); in requoteJSStringLiteral()872 ((IsSingle && Input[i + 1] == '"') || in requoteJSStringLiteral()873 (!IsSingle && Input[i + 1] == '\''))) { in requoteJSStringLiteral()884 if (!Escaped && IsSingle == (Input[i] == '\'')) { in requoteJSStringLiteral()