Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxcrt/
Dfx_ext.h45 FX_DWORD FX_HashCode_String_GetA(FX_LPCSTR pStr, FX_INT32 iLength, FX_BOOL bIgnoreCase = FALSE);
46 FX_DWORD FX_HashCode_String_GetW(FX_LPCWSTR pStr, FX_INT32 iLength, FX_BOOL bIgnoreCase = FALSE);
/external/pdfium/core/src/fxcrt/
Dfx_extension.cpp231 FX_DWORD FX_HashCode_String_GetA(FX_LPCSTR pStr, FX_INT32 iLength, FX_BOOL bIgnoreCase) in FX_HashCode_String_GetA() argument
239 if (bIgnoreCase) { in FX_HashCode_String_GetA()
250 FX_DWORD FX_HashCode_String_GetW(FX_LPCWSTR pStr, FX_INT32 iLength, FX_BOOL bIgnoreCase) in FX_HashCode_String_GetW() argument
258 if (bIgnoreCase) { in FX_HashCode_String_GetW()
/external/pdfium/core/src/fxge/android/
Dfpf_skiafontmgr.cpp106 static FX_UINT32 FPF_GetHashCode_StringA(FX_LPCSTR pStr, FX_INT32 iLength, FX_BOOL bIgnoreCase = FA… in FPF_GetHashCode_StringA() argument
116 if (bIgnoreCase) { in FPF_GetHashCode_StringA()