Home
last modified time | relevance | path

Searched refs:tokenLength (Results 1 – 4 of 4) sorted by relevance

/external/slf4j/slf4j-android/src/main/java/org/slf4j/impl/
DAndroidLoggerFactory.java90 int tokenLength = lastPeriodIndex - lastTokenIndex; in loggerNameToTag() local
91 if (tokenLength > 1) { in loggerNameToTag()
106 int tokenLength = length - lastTokenIndex; in loggerNameToTag() local
107 if (tagLength == 0 || (tagLength + tokenLength) > TAG_MAX_LENGTH) { in loggerNameToTag()
/external/icu/icu4c/source/common/
Dunames.cpp1299 int32_t length=0, tokenLength; in calcNameSetLength() local
1322 tokenLength=tokenLengths[c]; in calcNameSetLength()
1323 if(tokenLength==0) { in calcNameSetLength()
1324 tokenLength=calcStringSetLength(set, (const char *)tokenStrings+token); in calcNameSetLength()
1325 tokenLengths[c]=(int8_t)tokenLength; in calcNameSetLength()
1328 tokenLength=calcStringSetLength(set, (const char *)tokenStrings+token); in calcNameSetLength()
1330 length+=tokenLength; in calcNameSetLength()
/external/skia/src/animator/
DSkScriptTokenizer.cpp606 int tokenLength = token_length(++script); in innerScript() local
608 script += tokenLength; in innerScript()
619 success = evaluateDotParam(script, token, tokenLength); in innerScript()
DSkScript.cpp715 int tokenLength = token_length(++script); in innerScript() local
717 script += tokenLength; in innerScript()
729 success = evaluateDotParam(script, SkToBool(suppressed), token, tokenLength); in innerScript()