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.cpp243 const XFA_SCRIPTHIERARCHY* scriptIndex = g_XFAScriptIndex + iElementIndex; in XFA_GetScriptAttributeByName() local
244 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()
Dcxfa_scriptcontext.cpp84 const XFA_SCRIPTHIERARCHY* scriptIndex = g_XFAScriptIndex + iElementIndex; in GetMethodByName() local
85 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()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DAlphabeticIndex.java990 int scriptIndex = -1; in createBucketList() local
998 scriptUpperBoundary = firstCharsInScripts.get(++scriptIndex); in createBucketList()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DAlphabeticIndex.java1036 int scriptIndex = -1; in createBucketList() local
1044 scriptUpperBoundary = firstCharsInScripts.get(++scriptIndex); in createBucketList()