Searched refs:chPound (Results 1 – 2 of 2) sorted by relevance
817 static const UChar chPound = 0x23; // '#', introduces a comment. variable934 if (c.fChar == chPound) { in nextChar()
3943 static const UChar chPound = 0x23; // '#', introduces a comment. variable4062 if (c.fChar == chPound && fEOLComments == TRUE) { in nextChar()