Home
last modified time | relevance | path

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

/external/svox/pico/tts/
Dcom_svox_picottsengine.cpp1468 pico_Char * local_text = NULL; in synthesizeText() local
1502 local_text = (pico_Char *) doAddProperties( parsed_text ); in synthesizeText()
1503 if (!local_text) { in synthesizeText()
1544 local_text = (pico_Char *) doAddProperties( expanded_text ); in synthesizeText()
1548 if (!local_text) { in synthesizeText()
1554 text_remaining = strlen((const char *) local_text) + 1; in synthesizeText()
1556 inp = (pico_Char *) local_text; in synthesizeText()
1571 if (local_text) { in synthesizeText()
1572 free( local_text ); in synthesizeText()
1620 if (local_text) { in synthesizeText()
[all …]