Searched defs:toklen (Results 1 – 2 of 2) sorted by relevance
604 static int get_tok(const char * str , int pos, int textlen, int *tokstart, int *toklen) in get_tok()636 static int get_sub_tok(const char * str , int pos, int textlen, int *tokstart, int *toklen) { in get_sub_tok()685 int toklen, tokstart; /*legnth and start of generic token*/ in doCamelCase() local
58 int toklen; member