Searched refs:FcStrCmpIgnoreCase (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/libXft/dist/src/ |
| H A D | xftstr.c | 30 if (!FcStrCmpIgnoreCase ((const FcChar8 *) s->name, (const FcChar8 *) name))
|
| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | fclang.c | 194 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 D | fcname.c | 228 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 D | fcdefault.c | 70 if (langs && (FcStrCmpIgnoreCase((const FcChar8 *) langs,
|
| H A D | fccfg.c | 1087 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 D | fcmatch.c | 71 return (double) FcStrCmpIgnoreCase (FcValueString(v1), FcValueString(v2)) != 0; 288 else if (FcStrCmpIgnoreCase (s1, s2) == 0)
|
| H A D | fcstr.c | 248 FcStrCmpIgnoreCase (const FcChar8 *s1, const FcChar8 *s2) function in typeref:typename:int
|
| H A D | fcpat.c | 254 return FcStrCmpIgnoreCase (va.u.s, vb.u.s) == 0;
|
| /xsrc/external/mit/fontconfig/include/ |
| H A D | fcaliastail.h | 451 # undef FcStrCmpIgnoreCase 452 extern __typeof (FcStrCmpIgnoreCase) FcStrCmpIgnoreCase __attribute((alias("IA__FcStrCmpIgnoreCase"))) FC_ATTRIBUTE_VISIBILITY_EXPORT;
|
| H A D | fcalias.h | 401 extern __typeof (FcStrCmpIgnoreCase) IA__FcStrCmpIgnoreCase FC_ATTRIBUTE_VISIBILITY_HIDDEN; 402 #define FcStrCmpIgnoreCase IA__FcStrCmpIgnoreCase macro
|
| /xsrc/external/mit/fontconfig/dist/fontconfig/ |
| H A D | fontconfig.h | 1050 FcStrCmpIgnoreCase (const FcChar8 *s1, const FcChar8 *s2);
|
Completed in 18 milliseconds