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