Searched refs:bIgnoreCase (Results 1 – 4 of 4) sorted by relevance
38 bool bIgnoreCase) in CFDE_CSSSelector() argument40 m_dwHash(FX_HashCode_GetW(CFX_WideStringC(psz, iLen), bIgnoreCase)) {} in CFDE_CSSSelector()
24 bool bIgnoreCase);
524 uint32_t FX_HashCode_GetA(const CFX_ByteStringC& str, bool bIgnoreCase) { in FX_HashCode_GetA() argument526 if (bIgnoreCase) { in FX_HashCode_GetA()536 uint32_t FX_HashCode_GetW(const CFX_WideStringC& str, bool bIgnoreCase) { in FX_HashCode_GetW() argument538 if (bIgnoreCase) { in FX_HashCode_GetW()
435 uint32_t FX_HashCode_GetA(const CFX_ByteStringC& str, bool bIgnoreCase);436 uint32_t FX_HashCode_GetW(const CFX_WideStringC& str, bool bIgnoreCase);