Searched refs:firstCh (Results 1 – 3 of 3) sorted by relevance
91 IoErrorHandler &handler, CharType firstCh) { in GetIntField() argument92 CharType ch{firstCh ? firstCh : PeekNext()}; in GetIntField()101 firstCh = '\0'; in GetIntField()112 if (firstCh) { in GetIntField()113 firstCh = '\0'; in GetIntField()
134 int GetIntField(IoErrorHandler &, CharType firstCh = '\0');
196 char firstCh = 0; in writeBlockIndent() local212 if (!firstCh) { in writeBlockIndent()213 firstCh = data[0]; in writeBlockIndent()214 } else if ('(' == firstCh) { in writeBlockIndent()