Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmscgats.c363 cmsBool isseparator(int c) in isseparator() function
372 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()