Home
last modified time | relevance | path

Searched refs:uHashCode (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/src/fxge/android/
Dfpf_skiafontmgr.cpp105 uint32_t uHashCode = 0; in FPF_GetHashCode_StringA() local
108 uHashCode = 31 * uHashCode + FXSYS_tolower(*pStr++); in FPF_GetHashCode_StringA()
112 uHashCode = 31 * uHashCode + *pStr++; in FPF_GetHashCode_StringA()
115 return uHashCode; in FPF_GetHashCode_StringA()
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_script_imp.cpp214 uint32_t uHashCode = in GlobalPropertyGetter() local
216 if (uHashCode != XFA_HASHCODE_Layout) { in GlobalPropertyGetter()
218 lpScriptContext->GetDocument()->GetXFANode(uHashCode); in GlobalPropertyGetter()
833 XFA_LPCJSBUILTININFO XFA_GetJSBuiltinByHash(uint32_t uHashCode) { in XFA_GetJSBuiltinByHash() argument
838 if (uHashCode == pInfo->uUnicodeHash) { in XFA_GetJSBuiltinByHash()
840 } else if (uHashCode < pInfo->uUnicodeHash) { in XFA_GetJSBuiltinByHash()
/external/pdfium/xfa/src/fxfa/src/common/
Dxfa_script.h73 XFA_LPCJSBUILTININFO XFA_GetJSBuiltinByHash(uint32_t uHashCode);
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_doc.cpp435 uint32_t uHashCode = 0; in FX_GetLangHashCode() local
437 uHashCode = 31 * uHashCode + tolower(*pStr++); in FX_GetLangHashCode()
439 return uHashCode; in FX_GetLangHashCode()