HomeSort by relevance Sort by last modified time
    Searched refs:FX_HashCode_String_GetA (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/src/fxcrt/
fx_extension.cpp 219 FX_DWORD FX_HashCode_String_GetA(const FX_CHAR* pStr,
329 FX_HashCode_String_GetA((const FX_CHAR*)&st1, sizeof(st1), TRUE);
331 FX_HashCode_String_GetA((const FX_CHAR*)&st2, sizeof(st2), TRUE);
  /external/pdfium/core/include/fxcrt/
fx_ext.h 68 FX_DWORD FX_HashCode_String_GetA(const FX_CHAR* pStr,
  /external/pdfium/xfa/src/fgas/src/font/
fx_stdfontmgr.cpp 262 FX_HashCode_String_GetA((const FX_CHAR*)buffer, 3 * sizeof(void*));
734 FX_DWORD dwHash = FX_HashCode_String_GetA(bsHash, bsHash.GetLength());
789 FX_DWORD dwHash = FX_HashCode_String_GetA(bsHash, bsHash.GetLength());
891 FX_HashCode_String_GetA((const FX_CHAR*)Hash, 2 * sizeof(void*));
907 FX_HashCode_String_GetA((const FX_CHAR*)bsHash, bsHash.GetLength());
    [all...]
  /external/pdfium/xfa/src/fgas/src/crt/
fx_codepage.cpp 309 uint32_t uHash = FX_HashCode_String_GetA(pStr, iLength, TRUE);

Completed in 865 milliseconds