/external/pdfium/xfa/src/fdp/src/css/ |
D | fde_csscache.cpp | 109 FX_HashCode_String_GetW(wsName.GetPtr(), wsName.GetLength(), TRUE); in _FDE_CSSTAGCACHE() 114 FX_HashCode_String_GetW(wsName.GetPtr(), wsName.GetLength(), TRUE); in _FDE_CSSTAGCACHE() 115 static const FX_DWORD s_dwIDHash = FX_HashCode_String_GetW(L"id", 2, TRUE); in _FDE_CSSTAGCACHE() 117 FX_HashCode_String_GetW(L"class", 5, TRUE); in _FDE_CSSTAGCACHE() 120 FX_HashCode_String_GetW(wsValue.GetPtr(), wsValue.GetLength()); in _FDE_CSSTAGCACHE() 123 dwIDHash = FX_HashCode_String_GetW(wsValue.GetPtr(), wsValue.GetLength()); in _FDE_CSSTAGCACHE()
|
D | fde_cssdatatable.cpp | 559 FX_DWORD dwHash = FX_HashCode_String_GetW(pszName, iLength, TRUE); in FDE_GetCSSPropertyByName() 583 FX_DWORD dwHash = FX_HashCode_String_GetW(pszName, iLength, TRUE); in FDE_GetCSSPropertyValueByName() 608 FX_WORD wHash = (FX_WORD)FX_HashCode_String_GetW(pszName, iLength, TRUE); in FDE_GetCSSMediaTypeByName() 629 FX_WORD wHash = (FX_WORD)FX_HashCode_String_GetW(pszName, iLength, TRUE); in FDE_GetCSSLengthUnitByName() 650 FX_DWORD dwHash = FX_HashCode_String_GetW(pszName, iLength, TRUE); in FDE_GetCSSColorByName()
|
D | fde_cssstylesheet.h | 17 m_dwHash(FX_HashCode_String_GetW(psz, iLen, bIgnoreCase)), in CFDE_CSSSelector()
|
D | fde_cssstyleselector.cpp | 444 FX_HashCode_String_GetW(wsAttri.GetPtr(), wsAttri.GetLength(), TRUE); in ComputeStyle() 446 FX_HashCode_String_GetW(L"style", 5, TRUE); in ComputeStyle() 448 FX_HashCode_String_GetW(L"align", 5, TRUE); in ComputeStyle()
|
D | fde_cssdeclaration.cpp | 57 (void*)(uintptr_t)FX_HashCode_String_GetW(pszValue, iValueLen, FALSE); in CopyToLocal()
|
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_basic_imp.cpp | 44 uint32_t uHash = FX_HashCode_String_GetW(wsName.GetPtr(), iLength); in XFA_GetPacketByName() 80 uint32_t uHash = FX_HashCode_String_GetW(wsName.GetPtr(), iLength); in XFA_GetAttributeEnumByName() 106 uint32_t uHash = FX_HashCode_String_GetW(wsName.GetPtr(), iLength); in XFA_GetAttributeByName() 207 uint32_t uHash = FX_HashCode_String_GetW(wsName.GetPtr(), iLength); in XFA_GetElementByName() 395 uint32_t uHash = FX_HashCode_String_GetW(wsMethodName.GetPtr(), iLength); in XFA_GetMethodByName() 427 uint32_t uHash = FX_HashCode_String_GetW(wsAttributeName.GetPtr(), iLength); in XFA_GetScriptAttributeByName()
|
D | xfa_document_imp.cpp | 95 FX_HashCode_String_GetW(wsNodeName.GetPtr(), wsNodeName.GetLength())); in GetXFANode() 369 mIDMap[FX_HashCode_String_GetW(wsIDVal.GetPtr(), wsIDVal.GetLength())] = in DoProtoMerge() 431 FX_HashCode_String_GetW(wsID.GetPtr(), wsID.GetLength()), in DoProtoMerge()
|
D | xfa_script_resolveprocessor.cpp | 123 FX_HashCode_String_GetW((const FX_WCHAR*)wsName + 1, iNameLen - 1); in XFA_ResolveNodes_Dollar() 152 FX_HashCode_String_GetW(rndFind.m_wsName, rndFind.m_wsName.GetLength()); in XFA_ResolveNodes_Excalmatory() 179 FX_HashCode_String_GetW(rndFind.m_wsName, rndFind.m_wsName.GetLength()); in XFA_ResolveNodes_NumberSign() 617 rnd.m_uHashName = FX_HashCode_String_GetW(wsName, wsName.GetLength()); in XFA_ResolveNodes_GetFilter()
|
D | xfa_utils_imp.cpp | 197 uint32_t uTag = FX_HashCode_String_GetW(wsTag, wsTag.GetLength(), TRUE); in XFA_GetPlainTextFromRichText()
|
D | xfa_script_nodehelper.cpp | 35 uint32_t uNameHash = FX_HashCode_String_GetW(pwsName, FXSYS_wcslen(pwsName)); in XFA_ResolveNodes_GetOneChild()
|
D | xfa_document_datamerger_imp.cpp | 399 wsName.IsEmpty() ? 0 : FX_HashCode_String_GetW(wsName.GetPtr(), in XFA_DataMerge_FindGlobalDataNode() 419 wsName.IsEmpty() ? 0 : FX_HashCode_String_GetW(wsName.GetPtr(), in XFA_DataMerge_FindOnceDataNode() 563 FX_HashCode_String_GetW(wsInstMgrNodeName, wsInstMgrNodeName.GetLength()); in XFA_NodeMerge_CloneOrMergeInstanceManager()
|
D | xfa_object_imp.cpp | 1788 uint32_t uHash = FX_HashCode_String_GetW(wsEventName.GetPtr(), iLength); in GetEventParaInfoByName() 3307 wsInstanceName.IsEmpty() ? 0 : FX_HashCode_String_GetW( in InstanceManager_SetInstances() 3747 FX_DWORD dwKey = FX_HashCode_String_GetW(wsKey.GetPtr(), wsKey.GetLength()); in XFA_GetMapKey_Custom() 4780 wsName.IsEmpty() ? 0 : FX_HashCode_String_GetW(wsName.GetPtr(), in GetFirstChildByName() 4814 : FX_HashCode_String_GetW(wsNodeName.GetPtr(), in GetNextSameNameSibling() 5007 wsName.IsEmpty() ? 0 : FX_HashCode_String_GetW(wsName.GetPtr(), in UpdateNameHash() 5013 wsName.IsEmpty() ? 0 : FX_HashCode_String_GetW(wsName.GetPtr(), in UpdateNameHash() 5297 FX_HashCode_String_GetW(wsName.GetPtr(), wsName.GetLength()); in NamedItem()
|
D | xfa_script_imp.cpp | 215 FX_HashCode_String_GetW(wsPropName, wsPropName.GetLength()); in GlobalPropertyGetter()
|
/external/pdfium/xfa/src/fgas/src/font/ |
D | fx_fontutils.cpp | 42 return FX_HashCode_String_GetW((const FX_WCHAR*)wsFont, wsFont.GetLength()); in FGAS_GetFontFamilyHash()
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_ffdoc.cpp | 327 FX_HashCode_String_GetW(wsName.GetPtr(), wsName.GetLength(), FALSE); in GetPDFNamedImage() 398 FX_HashCode_String_GetW(wsPackage.GetPtr(), wsPackage.GetLength()); in GetPackageData() 418 FX_HashCode_String_GetW(wsPackage.GetPtr(), wsPackage.GetLength()); in SavePackage()
|
D | xfa_textlayout.cpp | 309 FX_HashCode_String_GetW(wsName, wsName.GetLength(), TRUE); in ParseTagInfo() 651 FX_HashCode_String_GetW(wsAlign, wsAlign.GetLength(), TRUE); in GetTabstops() 666 FX_HashCode_String_GetW(wsAlign, wsAlign.GetLength(), TRUE); in GetTabstops() 1694 if (dwAlgin == FX_HashCode_String_GetW(L"center", 6)) { in DoTabstops() 1696 } else if (dwAlgin == FX_HashCode_String_GetW(L"right", 5) || in DoTabstops() 1697 dwAlgin == FX_HashCode_String_GetW(L"before", 6)) { in DoTabstops() 1699 } else if (dwAlgin == FX_HashCode_String_GetW(L"decimal", 7)) { in DoTabstops()
|
D | xfa_ffbarcode.cpp | 218 uint32_t uHash = FX_HashCode_String_GetW(wsName.GetPtr(), iLength, TRUE); in XFA_GetBarcodeTypeByName()
|
D | xfa_fontmgr.cpp | 1699 FX_DWORD dwLocalNameHash = FX_HashCode_String_GetW( in XFA_LocalFontNameToEnglishName() 1727 FX_HashCode_String_GetW(wsFontNameTemp, wsFontNameTemp.GetLength(), TRUE); in XFA_GetFontINFOByFontName() 1932 FX_HashCode_String_GetW(wsFontFamily.GetPtr(), wsFontFamily.GetLength()); in GetFont() 2061 FX_DWORD dwHash = FX_HashCode_String_GetW(wsFontFamily.GetPtr(), in GetFont()
|
D | xfa_ffdocview.cpp | 795 FX_DWORD uValueHash = FX_HashCode_String_GetW(CFX_WideString(wsValueRef), in RunBindItems()
|
/external/pdfium/core/include/fxcrt/ |
D | fx_ext.h | 71 FX_DWORD FX_HashCode_String_GetW(const FX_WCHAR* pStr,
|
/external/pdfium/xfa/src/fxfa/src/fm2js/ |
D | xfa_simpleexpression.cpp | 451 uint32_t uHash = FX_HashCode_String_GetW(funcName.GetBuffer(), iLength, TRUE); in IsBuildInFunc() 474 uint32_t uHash = FX_HashCode_String_GetW(methodName.GetPtr(), iLength); in IsSomMethodWithObjPara()
|
D | xfa_lexer.cpp | 526 uint32_t uHash = FX_HashCode_String_GetW(str.GetPtr(), iLength, TRUE); in IsKeyword()
|
/external/pdfium/core/src/fxcrt/ |
D | fx_extension.cpp | 239 FX_DWORD FX_HashCode_String_GetW(const FX_WCHAR* pStr, in FX_HashCode_String_GetW() function
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | global.cpp | 57 return (unsigned)FX_HashCode_String_GetW(main, FXSYS_wcslen(main)); in JS_CalcHash()
|
/external/pdfium/xfa/src/fgas/src/localization/ |
D | fx_locale.cpp | 691 FX_HashCode_String_GetW(wsCategory, wsCategory.GetLength()); in GetCategory() 851 FX_HashCode_String_GetW(wsSubCategory, wsSubCategory.GetLength()); in GetNumericFormat() 2328 FX_HashCode_String_GetW(wsSubCategory, wsSubCategory.GetLength()); in GetDateTimeFormat()
|