Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dbytestring.h182 uint32_t FX_HashCode_GetA(ByteStringView str);
192 return FX_HashCode_GetA(str.AsStringView());
Dbytestring.cpp387 uint32_t FX_HashCode_GetA(ByteStringView str) { in FX_HashCode_GetA() function
Dbytestring_unittest.cpp2004 EXPECT_EQ(0u, FX_HashCode_GetA("")); in TEST()
2005 EXPECT_EQ(65u, FX_HashCode_GetA("A")); in TEST()
2007 EXPECT_EQ(31 * 65u + 66u, FX_HashCode_GetA("AB")); in TEST()
2008 EXPECT_EQ(31u * 65u + 255u, FX_HashCode_GetA("A\xff")); in TEST()
/external/pdfium/core/fxge/android/
Dcfpf_skiafontmgr.cpp154 return FX_HashCode_GetA(font.AsStringView()); in GetFamilyHash()
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp70 return FX_HashCode_GetA(bsHash.AsStringView()); in ShortFormHash()
80 return FX_HashCode_GetA(bsHash.AsStringView()); in LongFormHash()