Searched refs:cmsstrcasecmp (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/third_party/lcms/src/ |
D | cmscgats.c | 522 res = cmsstrcasecmp(id, TabKeys[x-1].id); in BinSrchKey() 1133 if (cmsstrcasecmp(Key, p->Keyword) == 0) in IsAvailableOnList() 1150 if (cmsstrcasecmp(Subkey, p->Subkey) == 0) in IsAvailableOnList() 2155 if (cmsstrcasecmp(Fld, "SAMPLE_ID") == 0) { in CookPointers() 2180 if ((cmsstrcasecmp(Fld, "LABEL") == 0) || Fld[0] == '$' ) { in CookPointers() 2484 if (cmsstrcasecmp(data, cPatch) == 0) in LocatePatch() 2524 if (cmsstrcasecmp(fld, cSample) == 0) in LocateSample() 2645 if (cmsstrcasecmp(cSample, "SAMPLE_ID") == 0) { in cmsIT8SetData() 2743 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 | 666 if (cmsstrcasecmp(Name, NamedColorList->List[i].Name) == 0) in cmsNamedColorIndex()
|
/external/pdfium/third_party/lcms/include/ |
D | lcms2.h | 1012 CMSAPI int CMSEXPORT cmsstrcasecmp(const char* s1, const char* s2);
|