Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dbytestring.h294 uint32_t FX_HashCode_GetLoweredA(ByteStringView str);
Dbytestring.cpp796 uint32_t FX_HashCode_GetLoweredA(ByteStringView str) { in FX_HashCode_GetLoweredA() function
Dbytestring_unittest.cpp1977 EXPECT_EQ(97u, FX_HashCode_GetLoweredA("A")); in TEST()
1980 EXPECT_EQ(31u * 97u + 255u, FX_HashCode_GetLoweredA("A\xff")); in TEST()