Searched refs:stokstart (Results 1 – 1 of 1) sorted by relevance
/external/svox/pico/tts/ |
D | com_svox_picottsengine.cpp | 685 int stoklen, stokstart; /*legnth and start of generic sub-token*/ in doCamelCase() local 704 while (get_sub_tok(str, tokpos, tokstart+toklen, &stokstart, &stoklen)) { in doCamelCase() 707 tokpos = stokstart + stoklen; in doCamelCase() 729 while (get_sub_tok(str, tokpos, tokstart+toklen, &stokstart, &stoklen)) { in doCamelCase() 730 strncpy(&(data[outpos]), &(str[stokstart]), stoklen); in doCamelCase() 735 tokpos = stokstart + stoklen; in doCamelCase()
|