Home
last modified time | relevance | path

Searched refs:isComment (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/libkern/c++/
H A DOSUnserializeXML.y483 bool isComment = (c == '-') && ((c = nextChar()) != 0) && (c == '-'); in getTag() local
484 if (!isComment && !isAlpha(c)) { in getTag()
491 if (isComment) { in getTag()
505 if (isComment) { in getTag()
/xnu-11215/iokit/System/
H A DOSUnserializeXMLSharedImplementation.h2094 bool isComment = (c == '-') && ((c = nextChar()) != 0) && (c == '-'); in getTag() local
2095 if (!isComment && !isAlpha(c)) { in getTag()
2102 if (isComment) { in getTag()
2116 if (isComment) { in getTag()
/xnu-11215/libkern/libkern/c++/
H A DOSUnserializeXMLSharedImplementation.h2094 bool isComment = (c == '-') && ((c = nextChar()) != 0) && (c == '-'); in getTag() local
2095 if (!isComment && !isAlpha(c)) { in getTag()
2102 if (isComment) { in getTag()
2116 if (isComment) { in getTag()