HomeSort by relevance Sort by last modified time
    Searched refs:FX_HashCode_GetW (Results 1 - 25 of 33) sorted by null

1 2

  /external/pdfium/xfa/fxfa/parser/
cxfa_treelist.cpp 29 uint32_t dwHashCode = FX_HashCode_GetW(wsName, false);
cxfa_object.cpp 29 m_elementNameHash(FX_HashCode_GetW(elementName, false)),
cxfa_document.cpp 356 mIDMap[FX_HashCode_GetW(wsIDVal.AsStringView(), false)] = pNode;
417 auto it = mIDMap.find(FX_HashCode_GetW(wsID, false));
cxfa_nodehelper.cpp 35 uint32_t uNameHash = FX_HashCode_GetW(WideStringView(pwsName), false);
xfa_utils.cpp 596 uint32_t uHash = FX_HashCode_GetW(wsAttributeName, false);
xfa_document_datamerger_imp.cpp 437 uint32_t dwNameHash = FX_HashCode_GetW(wsName.AsStringView(), false);
455 uint32_t dwNameHash = FX_HashCode_GetW(wsName.AsStringView(), false);
525 FX_HashCode_GetW(wsInstMgrNodeName.AsStringView(), false);
    [all...]
  /external/pdfium/core/fxcrt/
fx_extension_unittest.cpp 50 EXPECT_EQ(0u, FX_HashCode_GetW(L"", false));
51 EXPECT_EQ(65u, FX_HashCode_GetW(L"A", false));
52 EXPECT_EQ(97u, FX_HashCode_GetW(L"A", true));
53 EXPECT_EQ(1313 * 65u + 66u, FX_HashCode_GetW(L"AB", false));
fx_extension.cpp 88 uint32_t FX_HashCode_GetW(const WideStringView& str, bool bIgnoreCase) {
widestring.h 272 uint32_t FX_HashCode_GetW(const WideStringView& str, bool bIgnoreCase);
279 return FX_HashCode_GetW(str.AsStringView(), false);
  /external/pdfium/core/fxcrt/css/
cfx_cssstylesheet_unittest.cpp 42 uint32_t hash = FX_HashCode_GetW(selectors[i].AsStringView(), true);
99 uint32_t hash = FX_HashCode_GetW(L"a", true);
123 hash = FX_HashCode_GetW(L"b", true);
148 EXPECT_EQ(FX_HashCode_GetW(L"c", true), sel->GetNameHash());
152 EXPECT_EQ(FX_HashCode_GetW(L"b", true), sel->GetNameHash());
156 EXPECT_EQ(FX_HashCode_GetW(L"a", true), sel->GetNameHash());
cfx_cssrulecollection.cpp 32 auto it = m_TagRules.find(FX_HashCode_GetW(tagname.c_str(), true));
cfx_cssselector.cpp 34 m_dwHash(FX_HashCode_GetW(WideStringView(psz, iLen), bIgnoreCase)) {}
cfx_cssdatatable.cpp 127 uint32_t dwHash = FX_HashCode_GetW(wsName, true);
cfx_cssdeclaration.cpp 118 uint32_t dwHash = FX_HashCode_GetW(wsName, true);
139 uint16_t wHash = FX_HashCode_GetW(wsName, true);
160 uint32_t dwHash = FX_HashCode_GetW(wsName, true);
cfx_cssstyleselector.cpp 78 return pSel->GetNameHash() == FX_HashCode_GetW(tagname.c_str(), true);
  /external/pdfium/xfa/fxfa/
cxfa_fontmgr.cpp 30 uint32_t dwHash = FX_HashCode_GetW(wsFontFamily, false);
cxfa_textparser.cpp 274 FX_HashCode_GetW(wsName.AsStringView(), true));
610 uint32_t dwHashCode = FX_HashCode_GetW(wsAlign.AsStringView(), true);
625 uint32_t dwHashCode = FX_HashCode_GetW(wsAlign.AsStringView(), true);
cxfa_ffbarcode.cpp 105 FX_HashCode_GetW(wsName.AsStringView(), true),
cxfa_ffdoc.cpp 346 uint32_t dwHash = FX_HashCode_GetW(wsName, false);
cxfa_textlayout.cpp 978 if (dwAlign == FX_HashCode_GetW(L"center", false)) {
980 } else if (dwAlign == FX_HashCode_GetW(L"right", false) ||
981 dwAlign == FX_HashCode_GetW(L"before", false)) {
983 } else if (dwAlign == FX_HashCode_GetW(L"decimal", false)) {
    [all...]
  /external/pdfium/xfa/fgas/font/
cfgas_pdffontmgr.cpp 80 uint32_t dwHashCode = FX_HashCode_GetW(wsFontFamily, false);
  /external/pdfium/fxjs/
cfxjse_resolveprocessor.cpp 131 XFA_HashCode dwNameHash = static_cast<XFA_HashCode>(FX_HashCode_GetW(
159 FX_HashCode_GetW(rndFind.m_wsName.AsStringView(), false));
184 FX_HashCode_GetW(rndFind.m_wsName.AsStringView(), false));
564 static_cast<XFA_HashCode>(FX_HashCode_GetW(wsName.AsStringView(), false));
  /external/pdfium/fxjs/xfa/
cjx_instancemanager.cpp 60 FX_HashCode_GetW(wsInstanceName.AsStringView(), false);
cjx_node.cpp 69 uint32_t uHash = FX_HashCode_GetW(wsEventName, false);
  /external/pdfium/xfa/fxfa/fm2js/
cxfa_fmlexer.cpp 126 uint32_t key = FX_HashCode_GetW(str, true);

Completed in 272 milliseconds

1 2