Searched refs:tokenLength (Results 1 – 4 of 4) sorted by relevance
133 return static::tokenLength($base) >= static::getMinWordLength();146 public static function tokenLength(string $token): int function in dokuwiki\\Search\\Tokenizer
150 … a ''tokenLength*tokenId'' pair because the token length is needed to locate the correct split ind…
53 $this->length = Tokenizer::tokenLength($this->base);
370 $group = $this->splitByLength ? Tokenizer::tokenLength($token) : 0;