Home | History | Annotate | Download | only in src

Lines Matching refs:small_text

416   const char* small_text = "  ";
417 EncodeText(small_text,
420 VerifyHeaderForDictionaryAndTargetText(dictionary_, small_text);
422 ExpectDataString(small_text);
424 ExpectAddInstructionForStringLength(small_text);
428 const char* small_text = " ";
429 EncodeText(small_text,
432 VerifyHeaderForDictionaryAndTargetText(dictionary_, small_text);
434 ExpectAddInstructionForStringLength(small_text);
435 ExpectDataString(small_text);