Searched refs:uHashCode (Results 1 – 2 of 2) sorted by relevance
74 uint32_t uHashCode = 0; in FPF_GetHashCode_StringA() local76 uHashCode = 31 * uHashCode + tolower(*pStr++); in FPF_GetHashCode_StringA()77 return uHashCode; in FPF_GetHashCode_StringA()
237 XFA_HashCode uHashCode = static_cast<XFA_HashCode>( in GlobalPropertyGetter() local239 if (uHashCode != XFA_HASHCODE_Layout) { in GlobalPropertyGetter()241 lpScriptContext->GetDocument()->GetXFAObject(uHashCode); in GlobalPropertyGetter()