Searched refs:FcStrCmp (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/fontconfig/include/
H A Dfcaliastail.h453 # undef FcStrCmp
454 extern __typeof (FcStrCmp) FcStrCmp __attribute((alias("IA__FcStrCmp"))) FC_ATTRIBUTE_VISIBILITY_EXPORT;
H A Dfcalias.h403 extern __typeof (FcStrCmp) IA__FcStrCmp FC_ATTRIBUTE_VISIBILITY_HIDDEN;
404 #define FcStrCmp IA__FcStrCmp macro
/xsrc/external/mit/fontconfig/dist/src/
H A Dfcstr.c290 FcStrCmp (const FcChar8 *s1, const FcChar8 *s2) function in typeref:typename:int
1319 if (!FcStrCmp (set->strs[i], s))
1548 if (!FcStrCmp (set->strs[i], s))
H A Dfcxml.c1303 if (FcStrCmp (prefix, (const FcChar8 *) "xdg") == 0)
1318 else if (FcStrCmp (prefix, (const FcChar8 *) "default") == 0 ||
1319 FcStrCmp (prefix, (const FcChar8 *) "cwd") == 0)
1323 else if (FcStrCmp (prefix, (const FcChar8 *) "relative") == 0)
2356 if (attr && FcStrCmp (attr, (const FcChar8 *)"xdg") == 0)
2521 if (attr && FcStrCmp (attr, (const FcChar8 *)"xdg") == 0)
3372 return FcStrCmp (as, bs);
H A Dfcfreetype.c1714 if (FcStrCmp (lang, (const FcChar8 *) "en") == 0)
1733 if (FcStrCmp (lang, (const FcChar8 *) "en") == 0)
1777 if (FcStrCmp (familylang, (const FcChar8 *)"en") == 0)
H A Dfcmatch.c286 if (FcStrCmp (s1, s2) == 0)
/xsrc/external/mit/fontconfig/dist/fontconfig/
H A Dfontconfig.h1053 FcStrCmp (const FcChar8 *s1, const FcChar8 *s2);

Completed in 15 milliseconds