Searched refs:printCharacterInOctal (Results 1 – 1 of 1) sorted by relevance
1062 const auto printCharacterInOctal = [&OS](unsigned char C) { in PrintByteList() local1068 const auto printOneCharacterFor = [printCharacterInOctal]( in PrintByteList()1070 return [printCharacterInOctal, printOnePrintingCharacter](unsigned char C) { in PrintByteList()1075 printCharacterInOctal(C); in PrintByteList()1088 printCharacterList(printCharacterInOctal); in PrintByteList()