Searched refs:FcStrStrIgnoreCase (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/fontconfig/include/
H A Dfcaliastail.h455 # undef FcStrStrIgnoreCase
456 extern __typeof (FcStrStrIgnoreCase) FcStrStrIgnoreCase __attribute((alias("IA__FcStrStrIgnoreCase"))) FC_ATTRIBUTE_VISIBILITY_EXPORT;
H A Dfcalias.h405 extern __typeof (FcStrStrIgnoreCase) IA__FcStrStrIgnoreCase FC_ATTRIBUTE_VISIBILITY_HIDDEN;
406 #define FcStrStrIgnoreCase IA__FcStrStrIgnoreCase macro
/xsrc/external/mit/fontconfig/dist/fontconfig/
H A Dfontconfig.h1056 FcStrStrIgnoreCase (const FcChar8 *s1, const FcChar8 *s2);
/xsrc/external/mit/fontconfig/dist/src/
H A Dfccfg.c1090 ret = FcStrStrIgnoreCase (l, r) != 0;
1099 ret = FcStrStrIgnoreCase (l, r) == 0;
H A Dfcstr.c532 FcStrStrIgnoreCase (const FcChar8 *s1, const FcChar8 *s2) function in typeref:typename:const FcChar8 *

Completed in 15 milliseconds