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