Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dxfa_basic_data.cpp92 uint32_t uHash; // |pName| hashed as WideString. member
175 uint32_t hash) { return arg.uHash < hash; }); in XFA_GetAttributeValueByName()
/external/pdfium/xfa/fxfa/
Dcxfa_ffbarcode.h81 uint32_t uHash; // |pName| hashed as if wide string. member
Dcxfa_ffbarcode.cpp128 [](const BarCodeInfo& arg, uint32_t hash) { return arg.uHash < hash; }); in GetBarcodeTypeByName()
/external/pdfium/fxjs/xfa/
Dcjx_node.cpp120 uint32_t uHash = FX_HashCode_GetW(wsEventName, false); in GetEventParaInfoByName() local
122 std::begin(gs_eventParaInfos), std::end(gs_eventParaInfos), uHash, in GetEventParaInfoByName()
126 if (result != std::end(gs_eventParaInfos) && result->m_uHash == uHash) in GetEventParaInfoByName()
/external/pdfium/xfa/fgas/crt/
Dcfgas_stringformatter.cpp38 uint32_t uHash; // Hashed as wide string. member
43 uint32_t uHash; // Hashed as wide string. member
1000 if (data.uHash == dwSubHash) { in GetNumericFormat()
1614 if (data.uHash == dwSubHash) { in GetDateTimeFormat()