Searched refs:tokenLength (Results 1 – 3 of 3) sorted by relevance
90 int tokenLength = lastPeriodIndex - lastTokenIndex; in loggerNameToTag() local91 if (tokenLength > 1) { in loggerNameToTag()106 int tokenLength = length - lastTokenIndex; in loggerNameToTag() local107 if (tagLength == 0 || (tagLength + tokenLength) > TAG_MAX_LENGTH) { in loggerNameToTag()
1301 int32_t length=0, tokenLength; in calcNameSetLength() local1324 tokenLength=tokenLengths[c]; in calcNameSetLength()1325 if(tokenLength==0) { in calcNameSetLength()1326 tokenLength=calcStringSetLength(set, (const char *)tokenStrings+token); in calcNameSetLength()1327 tokenLengths[c]=(int8_t)tokenLength; in calcNameSetLength()1330 tokenLength=calcStringSetLength(set, (const char *)tokenStrings+token); in calcNameSetLength()1332 length+=tokenLength; in calcNameSetLength()
1 tokenLength.vert