Home
last modified time | relevance | path

Searched refs:scriptIndex (Results 1 – 5 of 5) 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/android_icu4j/src/main/java/android/icu/text/
DAlphabeticIndex.java991 int scriptIndex = -1; in createBucketList() local
999 scriptUpperBoundary = firstCharsInScripts.get(++scriptIndex); in createBucketList()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DAlphabeticIndex.java1037 int scriptIndex = -1; in createBucketList() local
1045 scriptUpperBoundary = firstCharsInScripts.get(++scriptIndex); in createBucketList()