Searched refs:FcStrCmpIgnoreBlanksAndCase (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/fontconfig/dist/src/
H A Dfcfreetype.c892 if (FcStrCmpIgnoreBlanksAndCase (utf8, (FcChar8 *) "") == 0)
961 if (FcStrCmpIgnoreBlanksAndCase (string, c[i].name) == 0)
1094 if (!FcStrCmpIgnoreBlanksAndCase (v.u.s, string))
1634 FcStrCmpIgnoreBlanksAndCase ((FcChar8 *) face->family_name, (FcChar8 *) "") != 0)
1651 FcStrCmpIgnoreBlanksAndCase ((FcChar8 *) face->style_name, (FcChar8 *) "") != 0)
H A Dfcmatch.c88 return (double) FcStrCmpIgnoreBlanksAndCase (v1_string, v2_string) != 0;
532 (FcCompareFunc)FcStrCmpIgnoreBlanksAndCase,
H A Dfccfg.c1085 ret = FcStrCmpIgnoreBlanksAndCase (l, r) == 0;
1094 ret = FcStrCmpIgnoreBlanksAndCase (l, r) != 0;
1653 (FcCompareFunc)FcStrCmpIgnoreBlanksAndCase,
H A Dfcint.h1315 FcStrCmpIgnoreBlanksAndCase (const FcChar8 *s1, const FcChar8 *s2);
H A Dfcstr.c269 FcStrCmpIgnoreBlanksAndCase (const FcChar8 *s1, const FcChar8 *s2) function in typeref:typename:int
/xsrc/external/mit/fontconfig/include/
H A Dfcint.h1332 FcStrCmpIgnoreBlanksAndCase (const FcChar8 *s1, const FcChar8 *s2);

Completed in 15 milliseconds