Searched refs:bIgnoreCase (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/include/fxcrt/ |
D | fx_ext.h | 45 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/ |
D | fx_extension.cpp | 231 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/ |
D | fpf_skiafontmgr.cpp | 106 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()
|