HomeSort by relevance Sort by last modified time
    Searched refs:uHash (Results 1 - 11 of 11) sorted by null

  /external/pdfium/xfa/fxfa/parser/
xfa_utils.cpp 249 uint32_t uHash = FX_HashCode_GetW(wsAttributeName, false);
254 if (uHash == pInfo->uHash)
256 if (uHash < pInfo->uHash)
376 uint32_t uHash = FX_HashCode_GetW(wsName, false);
378 auto pInfo = std::lower_bound(g_XFAElementData, pEnd, uHash,
380 return info.uHash < hash;
382 if (pInfo < pEnd && pInfo->uHash == uHash)
    [all...]
cxfa_simple_parser.cpp 238 uint32_t uHash = FX_HashCode_GetW(wsName, false);
244 if (uHash == pInfo->uHash)
246 if (uHash < pInfo->uHash)
505 if (pXFARootNode->GetFirstChildByName(pPacketInfo->uHash)) {
569 pXFARootNode->GetFirstChildByName(pPacketInfo->uHash)) {
    [all...]
cxfa_scriptcontext.cpp 90 uint32_t uHash = FX_HashCode_GetW(wsMethodName, false);
97 if (uHash == pInfo->uHash)
99 if (uHash < pInfo->uHash)
cxfa_node.cpp 385 uint32_t uHash = FX_HashCode_GetW(wsEventName, false);
391 if (uHash == eventParaInfo->m_uHash)
393 if (uHash < eventParaInfo->m_uHash)
    [all...]
  /external/pdfium/xfa/fxfa/app/
xfa_ffbarcode.h 95 uint32_t uHash;
xfa_ffbarcode.cpp 100 uint32_t uHash = FX_HashCode_GetW(wsName, true);
106 if (uHash == pInfo->uHash) {
108 } else if (uHash < pInfo->uHash) {
  /external/pdfium/xfa/fgas/crt/
fgas_codepage.cpp 14 uint32_t uHash;
272 uint32_t uHash = FX_HashCode_GetA(CFX_ByteStringC(pStr, iLength), true);
279 if (uHash == cp.uHash) {
281 } else if (uHash < cp.uHash) {
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 92 uint32_t uHash;
930 uint32_t uHash;
946 uint32_t uHash;
976 uint32_t uHash;
1006 uint32_t uHash;
1019 uint32_t uHash;
  /external/pdfium/xfa/fxfa/fm2js/
xfa_simpleexpression.cpp 499 uint32_t uHash = FX_HashCode_GetW(funcName->AsStringC(), true);
502 std::lower_bound(g_BuildInFuncs, pEnd, uHash,
506 if (pFunc < pEnd && uHash == pFunc->m_uHash) {
516 uint32_t uHash = FX_HashCode_GetW(methodName, false);
525 if (uHash == somMethodWithObjPara.m_uHash) {
528 } else if (uHash < somMethodWithObjPara.m_uHash) {
xfa_lexer.cpp 517 uint32_t uHash = FX_HashCode_GetW(str, true);
523 if (uHash == keyword.m_uHash)
525 if (uHash < keyword.m_uHash)
  /external/pdfium/xfa/fgas/localization/
fgas_locale.cpp 25 uint32_t uHash;
50 uint32_t uHash;
571 if (g_FXLocaleNumSubCatData[i].uHash == dwSubHash) {
    [all...]

Completed in 260 milliseconds