Searched refs:isseparator (Results 1 - 1 of 1) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/native/liblcms/
H A Dcmscgats.c388 cmsBool isseparator(int c) function
397 return (!isseparator(c) && (c != '#') && (c !='\"') && (c != '\'') && (c > 32) && (c < 127));
718 while (isseparator(it8->ch))
2058 while (isseparator(it8->ch))
2111 while (isseparator(it8->ch))

Completed in 105 milliseconds