/external/pdfium/core/fxcrt/ |
D | fx_extension_unittest.cpp | 38 EXPECT_EQ(0u, FX_HashCode_GetW(L"", false)); in TEST() 39 EXPECT_EQ(65u, FX_HashCode_GetW(L"A", false)); in TEST() 40 EXPECT_EQ(97u, FX_HashCode_GetW(L"A", true)); in TEST() 41 EXPECT_EQ(1313 * 65u + 66u, FX_HashCode_GetW(L"AB", false)); in TEST()
|
D | fx_string.h | 436 uint32_t FX_HashCode_GetW(const CFX_WideStringC& str, bool bIgnoreCase); 450 return FX_HashCode_GetW(str.AsStringC(), false);
|
D | fx_extension.cpp | 536 uint32_t FX_HashCode_GetW(const CFX_WideStringC& str, bool bIgnoreCase) { in FX_HashCode_GetW() function
|
/external/pdfium/xfa/fde/css/ |
D | cfde_cssstylesheet_unittest.cpp | 42 uint32_t hash = FX_HashCode_GetW(selectors[i].AsStringC(), true); in LoadAndVerifyDecl() 99 uint32_t hash = FX_HashCode_GetW(L"a", true); in TEST_F() 123 hash = FX_HashCode_GetW(L"b", true); in TEST_F() 148 EXPECT_EQ(FX_HashCode_GetW(L"c", true), sel->GetNameHash()); in TEST_F() 152 EXPECT_EQ(FX_HashCode_GetW(L"b", true), sel->GetNameHash()); in TEST_F() 156 EXPECT_EQ(FX_HashCode_GetW(L"a", true), sel->GetNameHash()); in TEST_F()
|
D | fde_cssdatatable.cpp | 202 uint32_t dwHash = FX_HashCode_GetW(wsName, true); in FDE_GetCSSPropertyByName() 227 uint32_t dwHash = FX_HashCode_GetW(wsName, true); in FDE_GetCSSPropertyValueByName() 248 uint16_t wHash = FX_HashCode_GetW(wsName, true); in FDE_GetCSSLengthUnitByName() 269 uint32_t dwHash = FX_HashCode_GetW(wsName, true); in FDE_GetCSSColorByName()
|
D | cfde_cssrulecollection.cpp | 32 auto it = m_TagRules.find(FX_HashCode_GetW(tagname.c_str(), true)); in GetTagRuleData()
|
D | cfde_cssselector.cpp | 40 m_dwHash(FX_HashCode_GetW(CFX_WideStringC(psz, iLen), bIgnoreCase)) {} in CFDE_CSSSelector()
|
D | cfde_cssstyleselector.cpp | 79 return pSel->GetNameHash() == FX_HashCode_GetW(tagname.c_str(), true); in MatchSelector()
|
/external/pdfium/xfa/fxfa/parser/ |
D | xfa_utils.cpp | 172 uint32_t uTag = FX_HashCode_GetW(wsTag.AsStringC(), true); in XFA_GetPlainTextFromRichText() 249 uint32_t uHash = FX_HashCode_GetW(wsAttributeName, false); in XFA_GetScriptAttributeByName() 376 uint32_t uHash = FX_HashCode_GetW(wsName, false); in XFA_GetElementTypeForName() 427 uint32_t uHash = FX_HashCode_GetW(wsName, false); in XFA_GetAttributeByName() 453 uint32_t uHash = FX_HashCode_GetW(wsName, false); in XFA_GetAttributeEnumByName()
|
D | cxfa_object.cpp | 21 m_elementNameHash(FX_HashCode_GetW(elementName, false)), in CXFA_Object()
|
D | cxfa_nodelist.cpp | 27 uint32_t dwHashCode = FX_HashCode_GetW(wsName, false); in NamedItem()
|
D | cxfa_resolveprocessor.cpp | 115 XFA_HashCode dwNameHash = static_cast<XFA_HashCode>(FX_HashCode_GetW( in ResolveDollar() 144 FX_HashCode_GetW(rndFind.m_wsName.AsStringC(), false)); in ResolveExcalmatory() 170 FX_HashCode_GetW(rndFind.m_wsName.AsStringC(), false)); in ResolveNumberSign() 607 static_cast<XFA_HashCode>(FX_HashCode_GetW(wsName.AsStringC(), false)); in GetFilter()
|
D | cxfa_document.cpp | 370 mIDMap[FX_HashCode_GetW(wsIDVal, false)] = pNode; in DoProtoMerge() 424 auto it = mIDMap.find(FX_HashCode_GetW(wsID, false)); in DoProtoMerge()
|
D | cxfa_scriptcontext.cpp | 90 uint32_t uHash = FX_HashCode_GetW(wsMethodName, false); in GetMethodByName() 244 FX_HashCode_GetW(wsPropName.AsStringC(), false)); in GlobalPropertyGetter()
|
D | cxfa_nodehelper.cpp | 34 uint32_t uNameHash = FX_HashCode_GetW(CFX_WideStringC(pwsName), false); in ResolveNodes_GetOneChild()
|
D | xfa_document_datamerger_imp.cpp | 413 uint32_t dwNameHash = FX_HashCode_GetW(wsName, false); in FindGlobalDataNode() 431 uint32_t dwNameHash = FX_HashCode_GetW(wsName, false); in FindOnceDataNode() 499 FX_HashCode_GetW(wsInstMgrNodeName.AsStringC(), false); in CloneOrMergeInstanceManager()
|
D | cxfa_node.cpp | 385 uint32_t uHash = FX_HashCode_GetW(wsEventName, false); in GetEventParaInfoByName() 442 uint32_t dwKey = FX_HashCode_GetW(wsKey, false); in GetMapKey_Custom() 3209 FX_HashCode_GetW(wsInstanceName.AsStringC(), false); in InstanceManager_SetInstances() 4622 return GetFirstChildByName(FX_HashCode_GetW(wsName, false)); in GetFirstChildByName() 4657 return GetNextSameNameSibling(FX_HashCode_GetW(wsNodeName, false)); in GetNextSameNameSibling() 4845 m_dwNameHash = FX_HashCode_GetW(wsName, false); in UpdateNameHash() 4848 m_dwNameHash = FX_HashCode_GetW(wsName, false); in UpdateNameHash()
|
/external/pdfium/xfa/fgas/font/ |
D | fgas_fontutils.cpp | 45 return FX_HashCode_GetW(wsFont.AsStringC(), false); in FGAS_GetFontFamilyHash()
|
/external/pdfium/xfa/fxfa/app/ |
D | cxfa_textparser.cpp | 280 FX_HashCode_GetW(wsName.AsStringC(), true)); in TagValidate() 619 uint32_t dwHashCode = FX_HashCode_GetW(wsAlign.AsStringC(), true); in GetTabstops() 634 uint32_t dwHashCode = FX_HashCode_GetW(wsAlign.AsStringC(), true); in GetTabstops()
|
D | xfa_fontmgr.cpp | 1710 uint32_t dwLocalNameHash = FX_HashCode_GetW(wsLocalName, true); in XFA_LocalFontNameToEnglishName() 1727 FX_HashCode_GetW(wsFontNameTemp.AsStringC(), true); in XFA_GetFontINFOByFontName() 1862 uint32_t dwHashCode = FX_HashCode_GetW(wsFontFamily, false); in GetFont() 2001 uint32_t dwHash = FX_HashCode_GetW(wsFontFamily, false); in GetFont()
|
D | cxfa_textlayout.cpp | 994 if (dwAlign == FX_HashCode_GetW(L"center", false)) { in DoTabstops() 996 } else if (dwAlign == FX_HashCode_GetW(L"right", false) || in DoTabstops() 997 dwAlign == FX_HashCode_GetW(L"before", false)) { in DoTabstops() 999 } else if (dwAlign == FX_HashCode_GetW(L"decimal", false)) { in DoTabstops()
|
D | xfa_ffbarcode.cpp | 100 uint32_t uHash = FX_HashCode_GetW(wsName, true); in XFA_GetBarcodeTypeByName()
|
D | xfa_ffdoc.cpp | 365 uint32_t dwHash = FX_HashCode_GetW(wsName, false); in GetPDFNamedImage()
|
/external/pdfium/xfa/fxfa/fm2js/ |
D | xfa_simpleexpression.cpp | 499 uint32_t uHash = FX_HashCode_GetW(funcName->AsStringC(), true); in IsBuildInFunc() 516 uint32_t uHash = FX_HashCode_GetW(methodName, false); in IsMethodWithObjParam()
|
D | xfa_lexer.cpp | 517 uint32_t uHash = FX_HashCode_GetW(str, true); in IsKeyword()
|