Searched refs:cmsstrcasecmp (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/third_party/lcms/src/ |
D | cmscgats.c | 521 res = cmsstrcasecmp(id, TabKeys[x-1].id); in BinSrchKey() 1138 if (cmsstrcasecmp(Key, p->Keyword) == 0) in IsAvailableOnList() 1155 if (cmsstrcasecmp(Subkey, p->Subkey) == 0) in IsAvailableOnList() 2169 if (cmsstrcasecmp(Fld, "SAMPLE_ID") == 0) { in CookPointers() 2194 if ((cmsstrcasecmp(Fld, "LABEL") == 0) || Fld[0] == '$' ) { in CookPointers() 2498 if (cmsstrcasecmp(data, cPatch) == 0) in LocatePatch() 2538 if (cmsstrcasecmp(fld, cSample) == 0) in LocateSample() 2659 if (cmsstrcasecmp(cSample, "SAMPLE_ID") == 0) { in cmsIT8SetData() 2757 if (cmsstrcasecmp(Type, ExpectedType) != 0) return -1; in cmsIT8SetTableByLabel()
|
D | cmserr.c | 41 int CMSEXPORT cmsstrcasecmp(const char* s1, const char* s2) in cmsstrcasecmp() function
|
D | cmsnamed.c | 673 if (cmsstrcasecmp(Name, NamedColorList->List[i].Name) == 0) in cmsNamedColorIndex()
|
/external/pdfium/third_party/lcms/include/ |
D | lcms2.h | 1020 CMSAPI int CMSEXPORT cmsstrcasecmp(const char* s1, const char* s2);
|