Searched refs:iscomment (Results 1 – 4 of 4) sorted by relevance
170 elif self.iscomment(line):224 def iscomment(self, line): member in Message
334 elif self.iscomment(line):
171 .. method:: Message.iscomment(line)
5130 xmlChar next, xmlChar third, int iscomment, in htmlParseLookupSequence() argument5165 if ((!incomment) && (base + 4 < len) && (!iscomment)) { in htmlParseLookupSequence()