Searched refs:tokenLength (Results 1 – 3 of 3) sorted by relevance
133 return static::tokenLength($base) >= static::getMinWordLength();146 public static function tokenLength(string $token): int function in dokuwiki\\Search\\Tokenizer
53 $this->length = Tokenizer::tokenLength($this->base);
370 $group = $this->splitByLength ? Tokenizer::tokenLength($token) : 0;