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

  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_basic_imp.cpp 44 uint32_t uHash = FX_HashCode_String_GetW(wsName.GetPtr(), iLength);
49 if (uHash == pInfo->uHash) {
51 } else if (uHash < pInfo->uHash) {
80 uint32_t uHash = FX_HashCode_String_GetW(wsName.GetPtr(), iLength);
85 if (uHash == pInfo->uHash) {
87 } else if (uHash < pInfo->uHash) {
    [all...]
xfa_parser_imp.cpp 424 if (pXFARootNode->GetFirstChildByName(pPacketInfo->uHash)) {
489 pXFARootNode->GetFirstChildByName(pPacketInfo->uHash)) {
    [all...]
xfa_object_imp.cpp 29 return pElement->uHash;
    [all...]
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffbarcode.h 88 uint32_t uHash;
xfa_ffbarcode.cpp 218 uint32_t uHash = FX_HashCode_String_GetW(wsName.GetPtr(), iLength, TRUE);
223 if (uHash == pInfo->uHash) {
225 } else if (uHash < pInfo->uHash) {
  /external/pdfium/xfa/include/fxfa/
fxfa_basic.h 82 uint32_t uHash;
924 uint32_t uHash;
943 uint32_t uHash;
1009 uint32_t uHash;
1058 uint32_t uHash;
1074 uint32_t uHash;
    [all...]
  /external/pdfium/xfa/src/fgas/src/crt/
fx_codepage.cpp 309 uint32_t uHash = FX_HashCode_String_GetA(pStr, iLength, TRUE);
316 if (uHash == cp.uHash) {
318 } else if (uHash < cp.uHash) {
  /external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_simpleexpression.cpp 451 uint32_t uHash = FX_HashCode_String_GetW(funcName.GetBuffer(), iLength, TRUE);
459 if (uHash == buildinfunction.m_uHash) {
463 } else if (uHash < buildinfunction.m_uHash) {
474 uint32_t uHash = FX_HashCode_String_GetW(methodName.GetPtr(), iLength);
483 if (uHash == somMethodWithObjPara.m_uHash) {
486 } else if (uHash < somMethodWithObjPara.m_uHash) {
xfa_lexer.cpp 526 uint32_t uHash = FX_HashCode_String_GetW(str.GetPtr(), iLength, TRUE);
533 if (uHash == keyword.m_uHash) {
535 } else if (uHash < keyword.m_uHash) {
  /external/pdfium/xfa/src/fgas/include/
fx_cpg.h 214 uint32_t uHash;
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp 483 uint32_t uHash = FX_GetLangHashCode(pLang);
484 return FX_GetCsFromLangCode(uHash);
    [all...]
  /external/pdfium/xfa/src/fgas/src/localization/
fx_locale.cpp 21 uint32_t uHash;
44 FX_DWORD uHash;
854 if (g_FXLocaleNumSubCatData[i].uHash == dwSubHash) {
    [all...]

Completed in 696 milliseconds