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
685
int stoklen,
stokstart
; /*legnth and start of generic sub-token*/
local
704
while (get_sub_tok(str, tokpos, tokstart+toklen, &
stokstart
, &stoklen)) {
707
tokpos =
stokstart
+ stoklen;
729
while (get_sub_tok(str, tokpos, tokstart+toklen, &
stokstart
, &stoklen)) {
730
strncpy(&(data[outpos]), &(str[
stokstart
]), stoklen);
735
tokpos =
stokstart
+ stoklen;
[
all
...]
Completed in 151 milliseconds