Searched refs:tokstart (Results 1 – 1 of 1) sorted by relevance
/external/svox/pico/tts/ |
D | com_svox_picottsengine.cpp | 603 static int get_tok(const char * str , int pos, int textlen, int *tokstart, int *toklen) in get_tok() argument 615 *tokstart = pos; in get_tok() 620 *toklen = pos - *tokstart; in get_tok() 635 static int get_sub_tok(const char * str , int pos, int textlen, int *tokstart, int *toklen) { in get_sub_tok() argument 644 *tokstart = pos; in get_sub_tok() 651 *toklen = pos - *tokstart; in get_sub_tok() 661 *toklen = pos - *tokstart; in get_sub_tok() 664 *toklen = pos - *tokstart; in get_sub_tok() 684 int toklen, tokstart; /*legnth and start of generic token*/ in doCamelCase() local 700 while (get_tok(str, pos, textlen, &tokstart, &toklen)) { in doCamelCase() [all …]
|