Searched refs:scriptIndex (Results 1 – 5 of 5) sorted by relevance
389 XFA_LPCSCRIPTHIERARCHY scriptIndex = g_XFAScriptIndex + iElementIndex; in XFA_GetMethodByName() local390 int32_t icount = scriptIndex->wMethodCount; in XFA_GetMethodByName()392 iElementIndex = scriptIndex->wParentIndex; in XFA_GetMethodByName()396 int32_t iStart = scriptIndex->wMethodStart, iEnd = iStart + icount - 1; in XFA_GetMethodByName()408 iElementIndex = scriptIndex->wParentIndex; in XFA_GetMethodByName()421 XFA_LPCSCRIPTHIERARCHY scriptIndex = g_XFAScriptIndex + iElementIndex; in XFA_GetScriptAttributeByName() local422 int32_t icount = scriptIndex->wAttributeCount; in XFA_GetScriptAttributeByName()424 iElementIndex = scriptIndex->wParentIndex; in XFA_GetScriptAttributeByName()428 int32_t iStart = scriptIndex->wAttributeStart, iEnd = iStart + icount - 1; in XFA_GetScriptAttributeByName()440 iElementIndex = scriptIndex->wParentIndex; in XFA_GetScriptAttributeByName()
186 for (int32_t scriptIndex = fromIndex; scriptIndex < (int32_t)sizeof(bits)*8; scriptIndex++) { in nextSetBit() local187 if (test((UScriptCode)scriptIndex, status)) { in nextSetBit()188 return scriptIndex; in nextSetBit()
464 int32_t scriptIndex = -1; in createBucketList() local473 scriptUpperBoundary = getString(*firstCharsInScripts_, ++scriptIndex); in createBucketList()
983 int scriptIndex = -1; in createBucketList() local991 scriptUpperBoundary = firstCharsInScripts.get(++scriptIndex); in createBucketList()
1029 int scriptIndex = -1; in createBucketList() local1037 scriptUpperBoundary = firstCharsInScripts.get(++scriptIndex); in createBucketList()