Searched refs:uHashCode (Results 1 – 4 of 4) sorted by relevance
105 uint32_t uHashCode = 0; in FPF_GetHashCode_StringA() local108 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()
214 uint32_t uHashCode = in GlobalPropertyGetter() local216 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() argument838 if (uHashCode == pInfo->uUnicodeHash) { in XFA_GetJSBuiltinByHash()840 } else if (uHashCode < pInfo->uUnicodeHash) { in XFA_GetJSBuiltinByHash()
73 XFA_LPCJSBUILTININFO XFA_GetJSBuiltinByHash(uint32_t uHashCode);
435 uint32_t uHashCode = 0; in FX_GetLangHashCode() local437 uHashCode = 31 * uHashCode + tolower(*pStr++); in FX_GetLangHashCode()439 return uHashCode; in FX_GetLangHashCode()