Searched refs:stoklen (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 692 stoklen = 0; in doCamelCase() 704 while (get_sub_tok(str, tokpos, tokstart+toklen, &stokstart, &stoklen)) { in doCamelCase() 705 totlen += stoklen; in doCamelCase() 706 tlen_2 += 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() 731 outpos += stoklen; in doCamelCase() 733 tlen_2 += stoklen; in doCamelCase() [all …]
|