/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() 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 …]
|
D | xfa_parser_imp.cpp | 424 if (pXFARootNode->GetFirstChildByName(pPacketInfo->uHash)) { in ParseAsXDPPacket_XDP() 489 pXFARootNode->GetFirstChildByName(pPacketInfo->uHash)) { in ParseAsXDPPacket_XDP()
|
D | xfa_object_imp.cpp | 29 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/ |
D | fx_codepage.cpp | 309 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/ |
D | xfa_ffbarcode.cpp | 218 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()
|
D | xfa_ffbarcode.h | 88 uint32_t uHash; member
|
/external/pdfium/xfa/include/fxfa/ |
D | fxfa_basic.h | 82 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/ |
D | xfa_simpleexpression.cpp | 451 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()
|
D | xfa_lexer.cpp | 526 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()
|
D | xfa_fm2jscontext.cpp | 4223 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/ |
D | fx_cpg.h | 214 uint32_t uHash; member
|
/external/pdfium/core/src/fpdfapi/fpdf_edit/ |
D | fpdf_edit_doc.cpp | 483 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/ |
D | fx_locale.cpp | 21 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()
|