Home
last modified time | relevance | path

Searched refs:FX_HashCode_GetLoweredA (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxcrt/
Dbytestring.h183 uint32_t FX_HashCode_GetLoweredA(ByteStringView str);
Dbytestring.cpp394 uint32_t FX_HashCode_GetLoweredA(ByteStringView str) { in FX_HashCode_GetLoweredA() function
Dbytestring_unittest.cpp2006 EXPECT_EQ(97u, FX_HashCode_GetLoweredA("A")); in TEST()
2009 EXPECT_EQ(31u * 97u + 255u, FX_HashCode_GetLoweredA("A\xff")); in TEST()