Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:LocaleNCompare

1500     if (LocaleNCompare(keyword,"<!DOCTYPE",9) == 0)
1505 while ((LocaleNCompare(q,"]>",2) != 0) && (*q != '\0'))
1509 if (LocaleNCompare(keyword,"<!--",4) == 0)
1514 while ((LocaleNCompare(q,"->",2) != 0) && (*q != '\0'))
1721 if (LocaleNCompare(p,LogHandlers[i].name,length) == 0)