Lines Matching defs:byteCount
583 std::size_t &byteCount) {
587 byteCount = 0;
595 byteCount = length;
602 byteCount = connection.internalIoCharKind;
603 if (byteCount == 2) {
609 byteCount = 1;
616 std::size_t byteCount{0};
618 if (auto next{GetCurrentChar(byteCount)}) {
652 HandleRelativePosition(byteCount);
653 GotChar(byteCount);
657 if (auto next{GetCurrentChar(byteCount)}) {
658 if (byteCount > static_cast<std::size_t>(*remaining)) {
661 *remaining -= byteCount;
662 HandleRelativePosition(byteCount);
663 GotChar(byteCount);
797 std::size_t byteCount{0};
803 auto ch{io.GetCurrentChar(byteCount)};
825 auto ch{io.GetNextNonBlank(byteCount)};
831 io.HandleRelativePosition(byteCount);
832 ch = io.GetNextNonBlank(byteCount);
860 io.HandleRelativePosition(byteCount);
861 ch = io.GetCurrentChar(byteCount);
864 io.HandleRelativePosition(byteCount);
865 ch = io.GetCurrentChar(byteCount);
885 io.HandleRelativePosition(byteCount);