Searched refs:FcStrCmp (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/fontconfig/include/ |
| H A D | fcaliastail.h | 453 # undef FcStrCmp 454 extern __typeof (FcStrCmp) FcStrCmp __attribute((alias("IA__FcStrCmp"))) FC_ATTRIBUTE_VISIBILITY_EXPORT;
|
| H A D | fcalias.h | 403 extern __typeof (FcStrCmp) IA__FcStrCmp FC_ATTRIBUTE_VISIBILITY_HIDDEN; 404 #define FcStrCmp IA__FcStrCmp macro
|
| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | fcstr.c | 290 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 D | fcxml.c | 1303 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 D | fcfreetype.c | 1714 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 D | fcmatch.c | 286 if (FcStrCmp (s1, s2) == 0)
|
| /xsrc/external/mit/fontconfig/dist/fontconfig/ |
| H A D | fontconfig.h | 1053 FcStrCmp (const FcChar8 *s1, const FcChar8 *s2);
|
Completed in 15 milliseconds