Home
last modified time | relevance | path

Searched refs:tokpos (Results 1 – 1 of 1) sorted by relevance

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