Searched refs:PreCh (Results 1 – 1 of 1) sorted by relevance
61 char PreCh = ' '; in readQuotedString() local65 if (IS >> PreCh && PreCh != '"') { in readQuotedString()68 if (PreCh != '\\') { in readQuotedString()69 Str += PreCh; in readQuotedString()73 PreCh = Ch; in readQuotedString()75 Str += PreCh; in readQuotedString()76 PreCh = Ch; in readQuotedString()