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()
590 const XFA_SCRIPTHIERARCHY* scriptIndex = g_XFAScriptIndex + iElementIndex; in XFA_GetScriptAttributeByName() local591 int32_t icount = scriptIndex->wAttributeCount; in XFA_GetScriptAttributeByName()593 iElementIndex = scriptIndex->wParentIndex; in XFA_GetScriptAttributeByName()597 int32_t iStart = scriptIndex->wAttributeStart, iEnd = iStart + icount - 1; in XFA_GetScriptAttributeByName()608 iElementIndex = scriptIndex->wParentIndex; in XFA_GetScriptAttributeByName()
1032 int scriptIndex = -1; in createBucketList() local1040 scriptUpperBoundary = firstCharsInScripts.get(++scriptIndex); in createBucketList()
986 int scriptIndex = -1; in createBucketList() local994 scriptUpperBoundary = firstCharsInScripts.get(++scriptIndex); in createBucketList()
449 for scriptIndex, script in enumerate(table.ScriptList.ScriptRecord):