Home
last modified time | relevance | path

Searched refs:uHash (Results 1 – 13 of 13) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_basic_imp.cpp44 uint32_t uHash = FX_HashCode_String_GetW(wsName.GetPtr(), iLength); in XFA_GetPacketByName() local
49 if (uHash == pInfo->uHash) { in XFA_GetPacketByName()
51 } else if (uHash < pInfo->uHash) { in XFA_GetPacketByName()
80 uint32_t uHash = FX_HashCode_String_GetW(wsName.GetPtr(), iLength); in XFA_GetAttributeEnumByName() local
85 if (uHash == pInfo->uHash) { in XFA_GetAttributeEnumByName()
87 } else if (uHash < pInfo->uHash) { in XFA_GetAttributeEnumByName()
106 uint32_t uHash = FX_HashCode_String_GetW(wsName.GetPtr(), iLength); in XFA_GetAttributeByName() local
111 if (uHash == pInfo->uHash) { in XFA_GetAttributeByName()
113 } else if (uHash < pInfo->uHash) { in XFA_GetAttributeByName()
207 uint32_t uHash = FX_HashCode_String_GetW(wsName.GetPtr(), iLength); in XFA_GetElementByName() local
[all …]
Dxfa_parser_imp.cpp424 if (pXFARootNode->GetFirstChildByName(pPacketInfo->uHash)) { in ParseAsXDPPacket_XDP()
489 pXFARootNode->GetFirstChildByName(pPacketInfo->uHash)) { in ParseAsXDPPacket_XDP()
Dxfa_object_imp.cpp29 return pElement->uHash; in GetClassHashCode()
1788 uint32_t uHash = FX_HashCode_String_GetW(wsEventName.GetPtr(), iLength); in GetEventParaInfoByName() local
1796 if (uHash == eventParaInfo->m_uHash) { in GetEventParaInfoByName()
1798 } else if (uHash < eventParaInfo->m_uHash) { in GetEventParaInfoByName()
/external/pdfium/xfa/src/fgas/src/crt/
Dfx_codepage.cpp309 uint32_t uHash = FX_HashCode_String_GetA(pStr, iLength, TRUE); in FX_GetCodePageFromStringA() local
316 if (uHash == cp.uHash) { in FX_GetCodePageFromStringA()
318 } else if (uHash < cp.uHash) { in FX_GetCodePageFromStringA()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffbarcode.cpp218 uint32_t uHash = FX_HashCode_String_GetW(wsName.GetPtr(), iLength, TRUE); in XFA_GetBarcodeTypeByName() local
223 if (uHash == pInfo->uHash) { in XFA_GetBarcodeTypeByName()
225 } else if (uHash < pInfo->uHash) { in XFA_GetBarcodeTypeByName()
Dxfa_ffbarcode.h88 uint32_t uHash; member
/external/pdfium/xfa/include/fxfa/
Dfxfa_basic.h82 uint32_t uHash; member
924 uint32_t uHash; member
943 uint32_t uHash; member
1009 uint32_t uHash; member
1058 uint32_t uHash; member
1074 uint32_t uHash; member
/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_simpleexpression.cpp451 uint32_t uHash = FX_HashCode_String_GetW(funcName.GetBuffer(), iLength, TRUE); in IsBuildInFunc() local
459 if (uHash == buildinfunction.m_uHash) { in IsBuildInFunc()
463 } else if (uHash < buildinfunction.m_uHash) { in IsBuildInFunc()
474 uint32_t uHash = FX_HashCode_String_GetW(methodName.GetPtr(), iLength); in IsSomMethodWithObjPara() local
483 if (uHash == somMethodWithObjPara.m_uHash) { in IsSomMethodWithObjPara()
486 } else if (uHash < somMethodWithObjPara.m_uHash) { in IsSomMethodWithObjPara()
Dxfa_lexer.cpp526 uint32_t uHash = FX_HashCode_String_GetW(str.GetPtr(), iLength, TRUE); in IsKeyword() local
533 if (uHash == keyword.m_uHash) { in IsKeyword()
535 } else if (uHash < keyword.m_uHash) { in IsKeyword()
Dxfa_fm2jscontext.cpp4223 uint32_t uHash = FX_HashCode_String_GetW(pData.GetPtr(), iLength); in HTMLSTR2Code() local
4231 if (uHash == htmlhashedreservecode.m_uHash) { in HTMLSTR2Code()
4234 } else if (uHash < htmlhashedreservecode.m_uHash) { in HTMLSTR2Code()
/external/pdfium/xfa/src/fgas/include/
Dfx_cpg.h214 uint32_t uHash; member
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_doc.cpp483 uint32_t uHash = FX_GetLangHashCode(pLang); in FX_GetCharsetFromLang() local
484 return FX_GetCsFromLangCode(uHash); in FX_GetCharsetFromLang()
/external/pdfium/xfa/src/fgas/src/localization/
Dfx_locale.cpp21 uint32_t uHash; member
44 FX_DWORD uHash; member
854 if (g_FXLocaleNumSubCatData[i].uHash == dwSubHash) { in GetNumericFormat()
2332 if (g_FXLocaleDateTimeSubCatData[i].uHash == dwSubHash) { in GetDateTimeFormat()
2774 if (dwHash == pInfo->uHash) { in FX_ParseLocaleTime()
2777 } else if (dwHash < pInfo->uHash) { in FX_ParseLocaleTime()