Home
last modified time | relevance | path

Searched refs:length_without_spaces (Results 1 – 2 of 2) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
Dblockhash_test.cc114 const size_t length_without_spaces = strlen(string_without_spaces); in MakeEachLetterABlock() local
115 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()
Dvcdiffengine_test.cc77 const size_t length_without_spaces = strlen(string_without_spaces); in MakeEachLetterABlock() local
78 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()