Searched refs:scriptIndex (Results 1 – 6 of 6) sorted by relevance
188 for (int32_t scriptIndex = fromIndex; scriptIndex < (int32_t)sizeof(bits)*8; scriptIndex++) { in nextSetBit() local189 if (test((UScriptCode)scriptIndex, status)) { in nextSetBit()190 return scriptIndex; in nextSetBit()
466 int32_t scriptIndex = -1; in createBucketList() local475 scriptUpperBoundary = getString(*firstCharsInScripts_, ++scriptIndex); in createBucketList()
243 const XFA_SCRIPTHIERARCHY* scriptIndex = g_XFAScriptIndex + iElementIndex; in XFA_GetScriptAttributeByName() local244 int32_t icount = scriptIndex->wAttributeCount; in XFA_GetScriptAttributeByName()246 iElementIndex = scriptIndex->wParentIndex; in XFA_GetScriptAttributeByName()250 int32_t iStart = scriptIndex->wAttributeStart, iEnd = iStart + icount - 1; in XFA_GetScriptAttributeByName()261 iElementIndex = scriptIndex->wParentIndex; in XFA_GetScriptAttributeByName()
84 const XFA_SCRIPTHIERARCHY* scriptIndex = g_XFAScriptIndex + iElementIndex; in GetMethodByName() local85 int32_t icount = scriptIndex->wMethodCount; in GetMethodByName()87 iElementIndex = scriptIndex->wParentIndex; in GetMethodByName()91 int32_t iStart = scriptIndex->wMethodStart; in GetMethodByName()104 iElementIndex = scriptIndex->wParentIndex; in GetMethodByName()
990 int scriptIndex = -1; in createBucketList() local998 scriptUpperBoundary = firstCharsInScripts.get(++scriptIndex); in createBucketList()
1036 int scriptIndex = -1; in createBucketList() local1044 scriptUpperBoundary = firstCharsInScripts.get(++scriptIndex); in createBucketList()