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

/openjdk10/jdk/src/java.desktop/share/native/liblcms/
H A Dcmscgats.c2743 int CMSEXPORT cmsIT8SetTableByLabel(cmsHANDLE hIT8, const char* cSet, const char* cField, const char* ExpectedType) argument
2763 if (ExpectedType != NULL && *ExpectedType == 0)
2764 ExpectedType = NULL;
2766 if (ExpectedType) {
2768 if (cmsstrcasecmp(Type, ExpectedType) != 0) return -1;
H A Dlcms2.h1895 CMSAPI int CMSEXPORT cmsIT8SetTableByLabel(cmsHANDLE hIT8, const char* cSet, const char* cField, const char* ExpectedType);

Completed in 125 milliseconds