Searched refs:FX_HashCode_GetAsIfW (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/xfa/fxfa/ |
D | fxfa_basic_unittest.cpp | 14 EXPECT_EQ(hash, FX_HashCode_GetAsIfW(str, false)) << str; in HashTestCase() 17 EXPECT_NE(hash, FX_HashCode_GetAsIfW(str, false)) << str; in HashTestCase()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_object.cpp | 30 m_elementNameHash(FX_HashCode_GetAsIfW(m_elementName, false)), in CXFA_Object()
|
/external/pdfium/core/fxcrt/ |
D | bytestring_unittest.cpp | 1886 EXPECT_EQ(0u, FX_HashCode_GetAsIfW("", false)); in TEST() 1887 EXPECT_EQ(65u, FX_HashCode_GetAsIfW("A", false)); in TEST() 1888 EXPECT_EQ(97u, FX_HashCode_GetAsIfW("A", true)); in TEST() 1889 EXPECT_EQ(1313u * 65u + 66u, FX_HashCode_GetAsIfW("AB", false)); in TEST() 1890 EXPECT_EQ(1313u * 65u + 255u, FX_HashCode_GetAsIfW("A\xff", false)); in TEST() 1891 EXPECT_EQ(1313u * 97u + 255u, FX_HashCode_GetAsIfW("A\xff", true)); in TEST()
|
D | bytestring.h | 281 uint32_t FX_HashCode_GetAsIfW(ByteStringView str, bool bIgnoreCase);
|
D | bytestring.cpp | 789 uint32_t FX_HashCode_GetAsIfW(ByteStringView str, bool bIgnoreCase) { in FX_HashCode_GetAsIfW() function
|
D | widestring_unittest.cpp | 1999 EXPECT_EQ(FX_HashCode_GetAsIfW("AB\xff", false), in TEST() 2001 EXPECT_EQ(FX_HashCode_GetAsIfW("AB\xff", true), in TEST()
|