Searched refs:small_text (Results 1 – 2 of 2) sorted by relevance
393 const char* small_text = " "; in TEST_F() local394 EncodeText(small_text, in TEST_F()397 VerifyHeaderForDictionaryAndTargetText(dictionary_, small_text); in TEST_F()399 ExpectDataString(small_text); in TEST_F()401 ExpectAddInstructionForStringLength(small_text); in TEST_F()405 const char* small_text = " "; in TEST_F() local406 EncodeText(small_text, in TEST_F()409 VerifyHeaderForDictionaryAndTargetText(dictionary_, small_text); in TEST_F()411 ExpectAddInstructionForStringLength(small_text); in TEST_F()412 ExpectDataString(small_text); in TEST_F()
416 const char* small_text = " "; in TEST_F() local417 EncodeText(small_text, in TEST_F()420 VerifyHeaderForDictionaryAndTargetText(dictionary_, small_text); in TEST_F()422 ExpectDataString(small_text); in TEST_F()424 ExpectAddInstructionForStringLength(small_text); in TEST_F()428 const char* small_text = " "; in TEST_F() local429 EncodeText(small_text, in TEST_F()432 VerifyHeaderForDictionaryAndTargetText(dictionary_, small_text); in TEST_F()434 ExpectAddInstructionForStringLength(small_text); in TEST_F()435 ExpectDataString(small_text); in TEST_F()