Searched refs:isseparator (Results 1 – 1 of 1) sorted by relevance
362 cmsBool isseparator(int c) in isseparator() function371 return (!isseparator(c) && (c != '#') && (c !='\"') && (c != '\'') && (c > 32) && (c < 127)); in ismiddle()696 while (isseparator(it8->ch)) in InSymbol()2046 while (isseparator(it8->ch)) in ReadType()2100 while (isseparator(it8->ch)) in ParseIT8()