Searched refs:normalizedCharacter (Results 1 – 2 of 2) sorted by relevance
24 private $normalizedCharacter; variable in League\\CommonMark\\Extension\\SmartPunct\\QuoteProcessor34 $this->normalizedCharacter = $char;41 return $this->normalizedCharacter;46 return $this->normalizedCharacter;
41 $normalizedCharacter = $this->getNormalizedQuoteCharacter($cursor->getCharacter());59 $node = new Quote($normalizedCharacter, ['delim' => true]);63 …$inlineContext->getDelimiterStack()->push(new Delimiter($normalizedCharacter, 1, $node, $canOpen, …