Searched refs:printCharacterInOctal (Results 1 – 1 of 1) sorted by relevance
1160 const auto printCharacterInOctal = [&OS](unsigned char C) { in PrintByteList() local1166 const auto printOneCharacterFor = [printCharacterInOctal]( in PrintByteList()1168 return [printCharacterInOctal, printOnePrintingCharacter](unsigned char C) { in PrintByteList()1173 printCharacterInOctal(C); in PrintByteList()1186 printCharacterList(printCharacterInOctal); in PrintByteList()