Searched refs:text_remaining (Results 1 - 1 of 1) sorted by relevance

/external/svox/pico/tts/
H A Dcom_svox_picottsengine.cpp1465 pico_Int16 bytes_sent, bytes_recv, text_remaining, out_data_type; local
1549 text_remaining = strlen((const char *) local_text) + 1;
1556 while (text_remaining) {
1563 ret = pico_putTextUtf8( picoEngine, inp, text_remaining, &bytes_sent );
1572 text_remaining -= bytes_sent;

Completed in 23 milliseconds