Home
last modified time | relevance | path

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

/external/svox/pico/tts/
Dcom_svox_picottsengine.cpp686 int pos, tokpos, outpos; /*postion of current char in input string and token and output*/ in doCamelCase() local
690 tokpos = 0; in doCamelCase()
701 tokpos = tokstart; in doCamelCase()
704 while (get_sub_tok(str, tokpos, tokstart+toklen, &stokstart, &stoklen)) { in doCamelCase()
707 tokpos = stokstart + stoklen; in doCamelCase()
726 tokpos = tokstart; in doCamelCase()
729 while (get_sub_tok(str, tokpos, tokstart+toklen, &stokstart, &stoklen)) { in doCamelCase()
735 tokpos = stokstart + stoklen; in doCamelCase()