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