Searched defs:tokpos (Results 1 - 1 of 1) sorted by relevance

/external/svox/pico/tts/
H A Dcom_svox_picottsengine.cpp687 int pos, tokpos, outpos; /*postion of current char in input string and token and output*/ local
691 tokpos = 0;
702 tokpos = tokstart;
705 while (get_sub_tok(str, tokpos, tokstart+toklen, &stokstart, &stoklen)) {
708 tokpos = stokstart + stoklen;
727 tokpos = tokstart;
730 while (get_sub_tok(str, tokpos, tokstart+toklen, &stokstart, &stoklen)) {
736 tokpos = stokstart + stoklen;

Completed in 77 milliseconds