Searched refs:FX_HashCode_String_GetA (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/src/fxcrt/ |
D | fx_extension.cpp | 219 FX_DWORD FX_HashCode_String_GetA(const FX_CHAR* pStr, in FX_HashCode_String_GetA() function 329 FX_HashCode_String_GetA((const FX_CHAR*)&st1, sizeof(st1), TRUE); in FX_Random_GenerateBase() 331 FX_HashCode_String_GetA((const FX_CHAR*)&st2, sizeof(st2), TRUE); in FX_Random_GenerateBase()
|
/external/pdfium/xfa/src/fgas/src/font/ |
D | fx_stdfontmgr.cpp | 262 FX_HashCode_String_GetA((const FX_CHAR*)buffer, 3 * sizeof(void*)); in LoadFont() 734 FX_DWORD dwHash = FX_HashCode_String_GetA(bsHash, bsHash.GetLength()); in GetFontByCodePage() 789 FX_DWORD dwHash = FX_HashCode_String_GetA(bsHash, bsHash.GetLength()); in GetFontByUnicode() 891 FX_HashCode_String_GetA((const FX_CHAR*)Hash, 2 * sizeof(void*)); in LoadFont() 907 FX_HashCode_String_GetA((const FX_CHAR*)bsHash, bsHash.GetLength()); in LoadFont() 925 FX_HashCode_String_GetA((const FX_CHAR*)Hash, 1 * sizeof(void*)); in LoadFont() 944 dwHash = FX_HashCode_String_GetA(bsHash, bsHash.GetLength()); in LoadFont()
|
/external/pdfium/core/include/fxcrt/ |
D | fx_ext.h | 68 FX_DWORD FX_HashCode_String_GetA(const FX_CHAR* pStr,
|
/external/pdfium/xfa/src/fgas/src/crt/ |
D | fx_codepage.cpp | 309 uint32_t uHash = FX_HashCode_String_GetA(pStr, iLength, TRUE); in FX_GetCodePageFromStringA()
|