Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfx_extension.cpp219 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/
Dfx_stdfontmgr.cpp262 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/
Dfx_ext.h68 FX_DWORD FX_HashCode_String_GetA(const FX_CHAR* pStr,
/external/pdfium/xfa/src/fgas/src/crt/
Dfx_codepage.cpp309 uint32_t uHash = FX_HashCode_String_GetA(pStr, iLength, TRUE); in FX_GetCodePageFromStringA()