Home | History | Annotate | Download | only in common

Lines Matching refs:tokenLength

1301     int32_t length=0, tokenLength;
1324 tokenLength=tokenLengths[c];
1325 if(tokenLength==0) {
1326 tokenLength=calcStringSetLength(set, (const char *)tokenStrings+token);
1327 tokenLengths[c]=(int8_t)tokenLength;
1330 tokenLength=calcStringSetLength(set, (const char *)tokenStrings+token);
1332 length+=tokenLength;