Searched refs:toklen (Results 1 - 3 of 3) sorted by relevance

/external/svox/pico/tts/
H A Dcom_svox_picottsengine.cpp604 static int get_tok(const char * str , int pos, int textlen, int *tokstart, int *toklen) argument
621 *toklen = pos - *tokstart;
636 static int get_sub_tok(const char * str , int pos, int textlen, int *tokstart, int *toklen) { argument
652 *toklen = pos - *tokstart;
662 *toklen = pos - *tokstart;
665 *toklen = pos - *tokstart;
685 int toklen, tokstart; /*legnth and start of generic token*/ local
692 toklen = 0;
701 while (get_tok(str, pos, textlen, &tokstart, &toklen)) {
705 while (get_sub_tok(str, tokpos, tokstart+toklen,
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
H A Dnasm-token.re74 handle_dot_label(YYSTYPE *lvalp, char *tok, size_t toklen, size_t zeropos,
80 toklen-zeropos-(parser_nasm->tasm?2:0));
87 lvalp->str_val = yasm__xstrndup(tok + zeropos, toklen - zeropos);
96 lvalp->str_val = yasm__xstrndup(tok + zeropos, toklen - zeropos);
100 lvalp->str_val = yasm__xstrndup(tok+zeropos, toklen-zeropos);
105 size_t len = toklen - zeropos + parser_nasm->locallabel_base_len;
108 strncat(lvalp->str_val, tok+zeropos, toklen-zeropos);
/external/srec/seti/sltsEngine/src/
H A Drun_seq_lts.c659 int i, toklen; local
676 tok = safe_strtok(line, seps, &toklen);
680 while(tok && toklen > 0){
681 count += toklen;
682 strncat(tempstr, tok, toklen);
687 tok = safe_strtok(tok+toklen, seps, &toklen);
1347 int toklen; local
1352 tok = safe_strtok(output, seps, &toklen);
1353 while (tok && toklen) {
[all...]

Completed in 132 milliseconds