Searched refs:printCharacterInOctal (Results 1 – 1 of 1) sorted by relevance
1020 const auto printCharacterInOctal = [&OS](unsigned char C) { in PrintByteList() local1026 const auto printOneCharacterFor = [printCharacterInOctal]( in PrintByteList()1028 return [printCharacterInOctal, printOnePrintingCharacter](unsigned char C) { in PrintByteList()1033 printCharacterInOctal(C); in PrintByteList()1046 printCharacterList(printCharacterInOctal); in PrintByteList()