Home
last modified time | relevance | path

Searched refs:max_text_length (Results 1 – 1 of 1) sorted by relevance

/external/srec/srec/Vocabulary/src/
DVocabularyImpl.c585 int max_text_length = *text_length / sizeof(LCHAR) - 1; in run_ttt() local
589 if (num_out + 2 >= max_text_length) { in run_ttt()