Home
last modified time | relevance | path

Searched refs:scriptIndex (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/i18n/
Dscriptset.cpp188 for (int32_t scriptIndex = fromIndex; scriptIndex < (int32_t)sizeof(bits)*8; scriptIndex++) { in nextSetBit() local
189 if (test((UScriptCode)scriptIndex, status)) { in nextSetBit()
190 return scriptIndex; in nextSetBit()
Dalphaindex.cpp466 int32_t scriptIndex = -1; in createBucketList() local
475 scriptUpperBoundary = getString(*firstCharsInScripts_, ++scriptIndex); in createBucketList()
/external/pdfium/xfa/fxfa/parser/
Dxfa_utils.cpp590 const XFA_SCRIPTHIERARCHY* scriptIndex = g_XFAScriptIndex + iElementIndex; in XFA_GetScriptAttributeByName() local
591 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()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DAlphabeticIndex.java1032 int scriptIndex = -1; in createBucketList() local
1040 scriptUpperBoundary = firstCharsInScripts.get(++scriptIndex); in createBucketList()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DAlphabeticIndex.java986 int scriptIndex = -1; in createBucketList() local
994 scriptUpperBoundary = firstCharsInScripts.get(++scriptIndex); in createBucketList()
/external/fonttools/Lib/fontTools/varLib/
DfeatureVars.py449 for scriptIndex, script in enumerate(table.ScriptList.ScriptRecord):