Home
last modified time | relevance | path

Searched refs:bIgnoreCase (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fde/css/
Dcfde_cssselector.cpp38 bool bIgnoreCase) in CFDE_CSSSelector() argument
40 m_dwHash(FX_HashCode_GetW(CFX_WideStringC(psz, iLen), bIgnoreCase)) {} in CFDE_CSSSelector()
Dcfde_cssselector.h24 bool bIgnoreCase);
/external/pdfium/core/fxcrt/
Dfx_extension.cpp524 uint32_t FX_HashCode_GetA(const CFX_ByteStringC& str, bool bIgnoreCase) { in FX_HashCode_GetA() argument
526 if (bIgnoreCase) { in FX_HashCode_GetA()
536 uint32_t FX_HashCode_GetW(const CFX_WideStringC& str, bool bIgnoreCase) { in FX_HashCode_GetW() argument
538 if (bIgnoreCase) { in FX_HashCode_GetW()
Dfx_string.h435 uint32_t FX_HashCode_GetA(const CFX_ByteStringC& str, bool bIgnoreCase);
436 uint32_t FX_HashCode_GetW(const CFX_WideStringC& str, bool bIgnoreCase);