Lines Matching refs:local_text
1463 pico_Char * local_text = NULL; in synthesizeText() local
1497 local_text = (pico_Char *) doAddProperties( parsed_text ); in synthesizeText()
1498 if (!local_text) { in synthesizeText()
1539 local_text = (pico_Char *) doAddProperties( expanded_text ); in synthesizeText()
1543 if (!local_text) { in synthesizeText()
1549 text_remaining = strlen((const char *) local_text) + 1; in synthesizeText()
1551 inp = (pico_Char *) local_text; in synthesizeText()
1566 if (local_text) { in synthesizeText()
1567 free( local_text ); in synthesizeText()
1615 if (local_text) { in synthesizeText()
1616 free(local_text); in synthesizeText()
1631 if (local_text) { in synthesizeText()
1632 free( local_text ); in synthesizeText()