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

/external/pdfium/fpdfsdk/
H A Dfpdf_ext.cpp184 if (strPageMode.IsEmpty() || strPageMode.EqualNoCase("UseNone"))
186 if (strPageMode.EqualNoCase("UseOutlines"))
188 if (strPageMode.EqualNoCase("UseThumbs"))
190 if (strPageMode.EqualNoCase("FullScreen"))
192 if (strPageMode.EqualNoCase("UseOC"))
194 if (strPageMode.EqualNoCase("UseAttachments"))
/external/pdfium/core/fxcrt/
H A Dbytestring_unittest.cpp1579 TEST(CFX_BytrString, EqualNoCase) {
1581 EXPECT_TRUE(str.EqualNoCase("aaa"));
1582 EXPECT_TRUE(str.EqualNoCase("AAA"));
1583 EXPECT_TRUE(str.EqualNoCase("aaA"));
1584 EXPECT_TRUE(str.EqualNoCase("Aaa"));
1585 EXPECT_FALSE(str.EqualNoCase("aab"));
1586 EXPECT_FALSE(str.EqualNoCase("aaaa"));
1587 EXPECT_FALSE(str.EqualNoCase("BBBB"));
1588 EXPECT_FALSE(str.EqualNoCase("a"));
1589 EXPECT_FALSE(str.EqualNoCase(""));
[all...]
H A Dbytestring.h109 bool EqualNoCase(const ByteStringView& str) const;
H A Dbytestring.cpp335 bool ByteString::EqualNoCase(const ByteStringView& str) const { function in class:fxcrt::ByteString
/external/pdfium/fpdfsdk/pwl/
H A Dcpwl_edit.cpp62 if (!pSubElement || !pSubElement->GetTagName().EqualNoCase("p"))
/external/pdfium/core/fxge/win32/
H A Dfx_win32_device.cpp599 if (face.EqualNoCase(facebuf))

Completed in 222 milliseconds