Home
last modified time | relevance | path

Searched refs:EqualNoCase (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/src/
Dfpdf_ext.cpp227 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()
/external/pdfium/core/include/fxcrt/
Dfx_string.h240 bool EqualNoCase(FX_BSTR str) const;
/external/pdfium/core/src/fxcrt/
Dfx_basic_bstring.cpp274 bool CFX_ByteString::EqualNoCase(FX_BSTR str) const in EqualNoCase() function in CFX_ByteString
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Edit.cpp60 if (tag.EqualNoCase("p")) in SetText()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp317 if (face.EqualNoCase(facebuf)) { in MapFont()