OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stokstart
(Results
1 - 1
of
1
) sorted by null
/external/svox/pico/tts/
com_svox_picottsengine.cpp
686
int stoklen,
stokstart
; /*legnth and start of generic sub-token*/
local
705
while (get_sub_tok(str, tokpos, tokstart+toklen, &
stokstart
, &stoklen)) {
708
tokpos =
stokstart
+ stoklen;
730
while (get_sub_tok(str, tokpos, tokstart+toklen, &
stokstart
, &stoklen)) {
731
strncpy(&(data[outpos]), &(str[
stokstart
]), stoklen);
736
tokpos =
stokstart
+ stoklen;
[
all
...]
Completed in 33 milliseconds