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

/external/svox/pico/tts/
H A Dcom_svox_picottsengine.cpp582 /** get_tok
592 static int get_tok(const char * str , int pos, int textlen, int *tokstart, int *toklen) function
611 }/*get_tok*/
689 while (get_tok(str, pos, textlen, &tokstart, &toklen)) {
714 while (get_tok (str, pos, textlen, &tokstart, &toklen)) {

Completed in 15 milliseconds