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()692 while (isseparator(it8->ch)) in InSymbol()2032 while (isseparator(it8->ch)) in ReadType()2085 while (isseparator(it8->ch)) in ParseIT8()