Searched refs:FX_HashCode_GetA (Results 1 – 5 of 5) sorted by relevance
182 uint32_t FX_HashCode_GetA(ByteStringView str);192 return FX_HashCode_GetA(str.AsStringView());
387 uint32_t FX_HashCode_GetA(ByteStringView str) { in FX_HashCode_GetA() function
2004 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()
154 return FX_HashCode_GetA(font.AsStringView()); in GetFamilyHash()
70 return FX_HashCode_GetA(bsHash.AsStringView()); in ShortFormHash()80 return FX_HashCode_GetA(bsHash.AsStringView()); in LongFormHash()