Lines Matching refs:ch
95 void PrintChar(const char ch);146 // Append the ch to the output buffer.147 void Decoder::PrintChar(const char ch) {148 out_buffer_[out_buffer_pos_++] = ch;