Searched refs:printCharacterInOctal (Results 1 – 1 of 1) sorted by relevance
1077 const auto printCharacterInOctal = [&OS](unsigned char C) { in PrintByteList() local1083 const auto printOneCharacterFor = [printCharacterInOctal]( in PrintByteList()1085 return [printCharacterInOctal, printOnePrintingCharacter](unsigned char C) { in PrintByteList()1090 printCharacterInOctal(C); in PrintByteList()1103 printCharacterList(printCharacterInOctal); in PrintByteList()