Searched refs:string_without_spaces (Results 1 – 4 of 4) sorted by relevance
71 static void MakeEachLetterABlock(const char* string_without_spaces, in MakeEachLetterABlock() argument75 const size_t length_without_spaces = strlen(string_without_spaces); in MakeEachLetterABlock()83 *padded_text_ptr = string_without_spaces[i]; in MakeEachLetterABlock()
112 static void MakeEachLetterABlock(const char* string_without_spaces, in MakeEachLetterABlock() argument114 const size_t length_without_spaces = strlen(string_without_spaces); in MakeEachLetterABlock()119 *padded_text_ptr = string_without_spaces[i]; in MakeEachLetterABlock()
73 static void MakeEachLetterABlock(const char* string_without_spaces, in MakeEachLetterABlock() argument77 const size_t length_without_spaces = strlen(string_without_spaces); in MakeEachLetterABlock()85 *padded_text_ptr = string_without_spaces[i]; in MakeEachLetterABlock()