Home | History | Annotate | Download | only in src

Lines Matching refs:small_text

393   const char* small_text = "  ";
394 EncodeText(small_text,
397 VerifyHeaderForDictionaryAndTargetText(dictionary_, small_text);
399 ExpectDataString(small_text);
401 ExpectAddInstructionForStringLength(small_text);
405 const char* small_text = " ";
406 EncodeText(small_text,
409 VerifyHeaderForDictionaryAndTargetText(dictionary_, small_text);
411 ExpectAddInstructionForStringLength(small_text);
412 ExpectDataString(small_text);