Searched refs:isseparator (Results 1 – 1 of 1) sorted by relevance
363 cmsBool isseparator(int c) in isseparator() function372 return (!isseparator(c) && (c != '#') && (c !='\"') && (c != '\'') && (c > 32) && (c < 127)); in ismiddle()693 while (isseparator(it8->ch)) in InSymbol()2033 while (isseparator(it8->ch)) in ReadType()2086 while (isseparator(it8->ch)) in ParseIT8()