Searched refs:get_tok (Results 1 – 1 of 1) sorted by relevance
/external/svox/pico/tts/ |
D | com_svox_picottsengine.cpp | 604 static int get_tok(const char * str , int pos, int textlen, int *tokstart, int *toklen) in get_tok() function 701 while (get_tok(str, pos, textlen, &tokstart, &toklen)) { in doCamelCase() 726 while (get_tok (str, pos, textlen, &tokstart, &toklen)) { in doCamelCase()
|