Home | History | Annotate | Download | only in common

Lines Matching refs:tokenLength

1324     int32_t length=0, tokenLength;
1347 tokenLength=tokenLengths[c];
1348 if(tokenLength==0) {
1349 tokenLength=calcStringSetLength(set, (const char *)tokenStrings+token);
1350 tokenLengths[c]=(int8_t)tokenLength;
1353 tokenLength=calcStringSetLength(set, (const char *)tokenStrings+token);
1355 length+=tokenLength;