Lines Matching defs:c
150 typename InputStream::Ch c = is.Take(); in Decode() local
183 Ch c; in Validate() local
225 typename InputByteStream::Ch c = Take(is); in TakeBOM() local
309 typename InputStream::Ch c = is.Take(); in Decode() local
328 typename InputStream::Ch c; in Validate() local
346 CharType c = Take(is); in TakeBOM() local
353 unsigned c = static_cast<uint8_t>(is.Take()); in Take() local
379 CharType c = Take(is); in TakeBOM() local
386 unsigned c = static_cast<unsigned>(static_cast<uint8_t>(is.Take())) << 8; in Take() local
441 Ch c = is.Take(); in Decode() local
449 Ch c; in Validate() local
461 CharType c = Take(is); in TakeBOM() local
468 unsigned c = static_cast<uint8_t>(is.Take()); in Take() local
500 CharType c = Take(is); in TakeBOM() local
507 unsigned c = static_cast<unsigned>(static_cast<uint8_t>(is.Take())) << 24; in Take() local
561 uint8_t c = static_cast<uint8_t>(is.Take()); in Decode() local
568 uint8_t c = static_cast<uint8_t>(is.Take()); in Validate() local
576 uint8_t c = static_cast<uint8_t>(Take(is)); in TakeBOM() local