Searched refs:FcStrCmpIgnoreCase (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/libXft/dist/src/
H A Dxftstr.c30 if (!FcStrCmpIgnoreCase ((const FcChar8 *) s->name, (const FcChar8 *) name))
/xsrc/external/mit/fontconfig/dist/src/
H A Dfclang.c194 if (FcStrCmpIgnoreCase (lang, (const FcChar8 *)"C") == 0 ||
195 FcStrCmpIgnoreCase (lang, (const FcChar8 *)"C.UTF-8") == 0 ||
196 FcStrCmpIgnoreCase (lang, (const FcChar8 *)"C.utf8") == 0 ||
197 FcStrCmpIgnoreCase (lang, (const FcChar8 *)"POSIX") == 0)
577 cmp = FcStrCmpIgnoreCase(fcLangCharSets[mid].lang, lang);
586 cmp = FcStrCmpIgnoreCase(fcLangCharSets[mid].lang+2,
H A Dfcname.c228 if (!FcStrCmpIgnoreCase (string, _FcBaseConstants[i].name))
240 if (!FcStrCmpIgnoreCase (string, _FcBaseConstants[i].name) &&
241 !FcStrCmpIgnoreCase ((const FcChar8 *)object, (const FcChar8 *)_FcBaseConstants[i].object))
H A Dfcdefault.c70 if (langs && (FcStrCmpIgnoreCase((const FcChar8 *) langs,
H A Dfccfg.c1087 ret = FcStrCmpIgnoreCase (l, r) == 0;
1096 ret = FcStrCmpIgnoreCase (l, r) != 0;
1659 (FcCompareFunc)FcStrCmpIgnoreCase,
2022 if (FcStrCmpIgnoreCase (vv.u.s, lang) == 0)
2024 if (FcStrCmpIgnoreCase (vv.u.s, (const FcChar8 *)"und") == 0)
2334 if (p && (FcStrCmpIgnoreCase (p + 1, (const FcChar8 *) "bin") == 0 ||
2335 FcStrCmpIgnoreCase (p + 1, (const FcChar8 *) "lib") == 0))
H A Dfcmatch.c71 return (double) FcStrCmpIgnoreCase (FcValueString(v1), FcValueString(v2)) != 0;
288 else if (FcStrCmpIgnoreCase (s1, s2) == 0)
H A Dfcstr.c248 FcStrCmpIgnoreCase (const FcChar8 *s1, const FcChar8 *s2) function in typeref:typename:int
H A Dfcpat.c254 return FcStrCmpIgnoreCase (va.u.s, vb.u.s) == 0;
/xsrc/external/mit/fontconfig/include/
H A Dfcaliastail.h451 # undef FcStrCmpIgnoreCase
452 extern __typeof (FcStrCmpIgnoreCase) FcStrCmpIgnoreCase __attribute((alias("IA__FcStrCmpIgnoreCase"))) FC_ATTRIBUTE_VISIBILITY_EXPORT;
H A Dfcalias.h401 extern __typeof (FcStrCmpIgnoreCase) IA__FcStrCmpIgnoreCase FC_ATTRIBUTE_VISIBILITY_HIDDEN;
402 #define FcStrCmpIgnoreCase IA__FcStrCmpIgnoreCase macro
/xsrc/external/mit/fontconfig/dist/fontconfig/
H A Dfontconfig.h1050 FcStrCmpIgnoreCase (const FcChar8 *s1, const FcChar8 *s2);

Completed in 18 milliseconds