HomeSort by relevance Sort by last modified time
    Searched full:small_text (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/sdch/open-vcdiff/src/
vcdiffengine_test.cc 393 const char* small_text = " "; local
394 EncodeText(small_text,
397 VerifyHeaderForDictionaryAndTargetText(dictionary_, small_text);
399 ExpectDataString(small_text);
401 ExpectAddInstructionForStringLength(small_text);
405 const char* small_text = " "; local
406 EncodeText(small_text,
409 VerifyHeaderForDictionaryAndTargetText(dictionary_, small_text);
411 ExpectAddInstructionForStringLength(small_text);
412 ExpectDataString(small_text);
    [all...]

Completed in 268 milliseconds