Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/android/
Dcfpf_skiafontmgr.cpp96 uint32_t uHashCode = 0; in FPF_GetHashCode_StringA() local
98 uHashCode = 31 * uHashCode + FXSYS_tolower(*pStr++); in FPF_GetHashCode_StringA()
99 return uHashCode; in FPF_GetHashCode_StringA()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_scriptcontext.cpp243 XFA_HashCode uHashCode = static_cast<XFA_HashCode>( in GlobalPropertyGetter() local
245 if (uHashCode != XFA_HASHCODE_Layout) { in GlobalPropertyGetter()
247 lpScriptContext->GetDocument()->GetXFAObject(uHashCode); in GlobalPropertyGetter()