Lines Matching refs:isCurrentLineEmpty
137 while ($this->isCurrentLineEmpty()) {
149 if ($this->isCurrentLineEmpty()) {
389 if (!$this->isCurrentLineEmpty()) {
410 if (!$this->isCurrentLineEmpty()) {
596 if ($this->isCurrentLineEmpty() || $this->isCurrentLineComment()) {
613 if (!$this->isCurrentLineEmpty() && 0 === $newIndent && !$unindentedEmbedBlock) {
624 } elseif ($this->isCurrentLineEmpty() || $this->isCurrentLineComment()) {
651 …if ($isItUnindentedCollection && !$this->isCurrentLineEmpty() && !$this->isStringUnIndentedCollect…
949 } while (!$EOF && ($this->isCurrentLineEmpty() || $this->isCurrentLineComment()));
967 private function isCurrentLineEmpty(): bool function in Symfony\\Component\\Yaml\\Parser
1046 } while (!$EOF && ($this->isCurrentLineEmpty() || $this->isCurrentLineComment()));