Searched refs:EqualNoCase (Results 1 – 5 of 5) sorted by relevance
227 if (strPageMode.IsEmpty()||strPageMode.EqualNoCase(FX_BSTR("UseNone"))) in FPDFDoc_GetPageMode()229 else if (strPageMode.EqualNoCase(FX_BSTR("UseOutlines"))) in FPDFDoc_GetPageMode()231 else if (strPageMode.EqualNoCase(FX_BSTR("UseThumbs"))) in FPDFDoc_GetPageMode()233 else if (strPageMode.EqualNoCase(FX_BSTR("FullScreen"))) in FPDFDoc_GetPageMode()235 else if (strPageMode.EqualNoCase(FX_BSTR("UseOC"))) in FPDFDoc_GetPageMode()237 else if (strPageMode.EqualNoCase(FX_BSTR("UseAttachments"))) in FPDFDoc_GetPageMode()
240 bool EqualNoCase(FX_BSTR str) const;
274 bool CFX_ByteString::EqualNoCase(FX_BSTR str) const in EqualNoCase() function in CFX_ByteString
60 if (tag.EqualNoCase("p")) in SetText()
317 if (face.EqualNoCase(facebuf)) { in MapFont()