Searched refs:chQuote (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLexTADS3.cxx107 int chQuote = sc.ch; local
111 chQuote = '"';
114 chQuote = '\'';
117 chQuote = '\'';
123 int chString = chQuote == '"'? '\'': '"';
129 if (sc.ch == chQuote) {
137 if (sc.Match('\\', static_cast<char>(chQuote))
159 int chQuote = '"'; local
165 chQuote = '\'';
176 chQuote
251 int chQuote = '"'; local
292 int chQuote = '"'; local
329 int chQuote = sc.ch; local
[all...]

Completed in 46 milliseconds