Searched refs:length_without_spaces (Results 1 – 2 of 2) sorted by relevance
114 const size_t length_without_spaces = strlen(string_without_spaces); in MakeEachLetterABlock() local115 char* padded_text = new char[(kBlockSize * length_without_spaces) + 1]; in MakeEachLetterABlock()116 memset(padded_text, ' ', kBlockSize * length_without_spaces); in MakeEachLetterABlock()118 for (size_t i = 0; i < length_without_spaces; ++i) { in MakeEachLetterABlock()122 padded_text[kBlockSize * length_without_spaces] = '\0'; in MakeEachLetterABlock()
77 const size_t length_without_spaces = strlen(string_without_spaces); in MakeEachLetterABlock() local78 char* padded_text = new char[(block_size * length_without_spaces) + 1]; in MakeEachLetterABlock()79 memset(padded_text, ' ', block_size * length_without_spaces); in MakeEachLetterABlock()84 for (size_t i = 0; i < length_without_spaces; ++i) { in MakeEachLetterABlock()