Home
last modified time | relevance | path

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

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