Searched refs:tokenCount (Results 1 – 2 of 2) sorted by relevance
2058 int tokenCount = countTokens(text); in createMoreChipPlainText() local2059 MoreImageSpan moreSpan = createMoreSpan(tokenCount - CHIP_LIMIT); in createMoreChipPlainText()2068 int tokenCount = 0; in countTokens() local2072 tokenCount++; in countTokens()2077 return tokenCount; in countTokens()
1300 final int tokenCount = this.mStartedPrinterDiscoveryTokens.size(); in dump() local1301 for (int i = 0; i < tokenCount; i++) { in dump()