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

/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmscgats.c363 cmsBool isseparator(int c) function
372 return (!isseparator(c) && (c != '#') && (c !='\"') && (c != '\'') && (c > 32) && (c < 127));
693 while (isseparator(it8->ch))
2033 while (isseparator(it8->ch))
2086 while (isseparator(it8->ch))

Completed in 100 milliseconds