Searched refs:chString (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.cxx123 int chString = chQuote == '"'? '\'': '"'; local
133 if (sc.ch == chString) {
138 || sc.Match('\\', static_cast<char>(chString))) {
160 int chString = '\''; local
166 chString = '"';
177 chString = '"';
205 if (sc.ch == chString) {

Completed in 60 milliseconds