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

1 2

  /external/pdfium/core/fxcrt/
fx_extension_unittest.cpp 38 EXPECT_EQ(0u, FX_HashCode_GetW(L"", false));
39 EXPECT_EQ(65u, FX_HashCode_GetW(L"A", false));
40 EXPECT_EQ(97u, FX_HashCode_GetW(L"A", true));
41 EXPECT_EQ(1313 * 65u + 66u, FX_HashCode_GetW(L"AB", false));
fx_string.h 436 uint32_t FX_HashCode_GetW(const CFX_WideStringC& str, bool bIgnoreCase);
450 return FX_HashCode_GetW(str.AsStringC(), false);
fx_extension.cpp 536 uint32_t FX_HashCode_GetW(const CFX_WideStringC& str, bool bIgnoreCase) {
  /external/pdfium/xfa/fde/css/
cfde_cssstylesheet_unittest.cpp 42 uint32_t hash = FX_HashCode_GetW(selectors[i].AsStringC(), 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());
cfde_cssrulecollection.cpp 32 auto it = m_TagRules.find(FX_HashCode_GetW(tagname.c_str(), true));
cfde_cssselector.cpp 40 m_dwHash(FX_HashCode_GetW(CFX_WideStringC(psz, iLen), bIgnoreCase)) {}
fde_cssdatatable.cpp 202 uint32_t dwHash = FX_HashCode_GetW(wsName, true);
227 uint32_t dwHash = FX_HashCode_GetW(wsName, true);
248 uint16_t wHash = FX_HashCode_GetW(wsName, true);
269 uint32_t dwHash = FX_HashCode_GetW(wsName, true);
cfde_cssstyleselector.cpp 79 return pSel->GetNameHash() == FX_HashCode_GetW(tagname.c_str(), true);
  /external/pdfium/xfa/fxfa/parser/
cxfa_object.cpp 21 m_elementNameHash(FX_HashCode_GetW(elementName, false)),
xfa_utils.cpp 172 uint32_t uTag = FX_HashCode_GetW(wsTag.AsStringC(), true);
249 uint32_t uHash = FX_HashCode_GetW(wsAttributeName, false);
376 uint32_t uHash = FX_HashCode_GetW(wsName, false);
427 uint32_t uHash = FX_HashCode_GetW(wsName, false);
453 uint32_t uHash = FX_HashCode_GetW(wsName, false);
cxfa_nodelist.cpp 27 uint32_t dwHashCode = FX_HashCode_GetW(wsName, false);
cxfa_document.cpp 370 mIDMap[FX_HashCode_GetW(wsIDVal, false)] = pNode;
424 auto it = mIDMap.find(FX_HashCode_GetW(wsID, false));
cxfa_resolveprocessor.cpp 115 XFA_HashCode dwNameHash = static_cast<XFA_HashCode>(FX_HashCode_GetW(
144 FX_HashCode_GetW(rndFind.m_wsName.AsStringC(), false));
170 FX_HashCode_GetW(rndFind.m_wsName.AsStringC(), false));
607 static_cast<XFA_HashCode>(FX_HashCode_GetW(wsName.AsStringC(), false));
cxfa_nodehelper.cpp 34 uint32_t uNameHash = FX_HashCode_GetW(CFX_WideStringC(pwsName), false);
cxfa_scriptcontext.cpp 90 uint32_t uHash = FX_HashCode_GetW(wsMethodName, false);
244 FX_HashCode_GetW(wsPropName.AsStringC(), false));
xfa_document_datamerger_imp.cpp 413 uint32_t dwNameHash = FX_HashCode_GetW(wsName, false);
431 uint32_t dwNameHash = FX_HashCode_GetW(wsName, false);
499 FX_HashCode_GetW(wsInstMgrNodeName.AsStringC(), false);
    [all...]
cxfa_node.cpp 385 uint32_t uHash = FX_HashCode_GetW(wsEventName, false);
442 uint32_t dwKey = FX_HashCode_GetW(wsKey, false);
    [all...]
  /external/pdfium/xfa/fxfa/app/
cxfa_textparser.cpp 280 FX_HashCode_GetW(wsName.AsStringC(), true));
619 uint32_t dwHashCode = FX_HashCode_GetW(wsAlign.AsStringC(), true);
634 uint32_t dwHashCode = FX_HashCode_GetW(wsAlign.AsStringC(), true);
xfa_ffbarcode.cpp 100 uint32_t uHash = FX_HashCode_GetW(wsName, true);
cxfa_textlayout.cpp 994 if (dwAlign == FX_HashCode_GetW(L"center", false)) {
996 } else if (dwAlign == FX_HashCode_GetW(L"right", false) ||
997 dwAlign == FX_HashCode_GetW(L"before", false)) {
999 } else if (dwAlign == FX_HashCode_GetW(L"decimal", false)) {
    [all...]
xfa_ffdoc.cpp 365 uint32_t dwHash = FX_HashCode_GetW(wsName, false);
xfa_fontmgr.cpp     [all...]
  /external/pdfium/xfa/fgas/font/
fgas_fontutils.cpp 45 return FX_HashCode_GetW(wsFont.AsStringC(), false);
  /external/pdfium/xfa/fxfa/fm2js/
xfa_simpleexpression.cpp 499 uint32_t uHash = FX_HashCode_GetW(funcName->AsStringC(), true);
516 uint32_t uHash = FX_HashCode_GetW(methodName, false);
xfa_lexer.cpp 517 uint32_t uHash = FX_HashCode_GetW(str, true);

Completed in 1473 milliseconds

1 2