HomeSort by relevance Sort by last modified time
    Searched refs:MakeEachLetterABlock (Results 1 - 2 of 2) sorted by null

  /external/chromium/sdch/open-vcdiff/src/
vcdiffengine_test.cc 73 static void MakeEachLetterABlock(const char* string_without_spaces,
329 MakeEachLetterABlock(dictionary_without_spaces_, &dictionary_,
331 MakeEachLetterABlock(target_without_spaces_, &target_, kBlockSize, false);
583 // See MakeEachLetterABlock, below.
612 MakeEachLetterABlock(dictionary_without_spaces_,
616 MakeEachLetterABlock(target_without_spaces_,
620 MakeEachLetterABlock(weasel_text_without_spaces_,
624 MakeEachLetterABlock(moonpie_text_without_spaces_,
    [all...]
blockhash_test.cc 112 static void MakeEachLetterABlock(const char* string_without_spaces,
127 MakeEachLetterABlock(sample_text_without_spaces, &sample_text);
128 MakeEachLetterABlock(search_string_without_spaces, &search_string);
129 MakeEachLetterABlock(search_string_altered_without_spaces,
131 MakeEachLetterABlock(search_to_end_without_spaces, &search_to_end_string);
132 MakeEachLetterABlock(search_to_beginning_without_spaces,
134 MakeEachLetterABlock(sample_text_many_matches_without_spaces,
136 MakeEachLetterABlock(search_string_many_matches_without_spaces,
138 MakeEachLetterABlock("y", &test_string_y);
139 MakeEachLetterABlock("e", &test_string_e)
    [all...]

Completed in 668 milliseconds