Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dscriptset.cpp186 for (int32_t scriptIndex = fromIndex; scriptIndex < (int32_t)sizeof(bits)*8; scriptIndex++) { in nextSetBit() local
187 if (test((UScriptCode)scriptIndex, status)) { in nextSetBit()
188 return scriptIndex; in nextSetBit()
Dalphaindex.cpp464 int32_t scriptIndex = -1; in createBucketList() local
473 scriptUpperBoundary = getString(*firstCharsInScripts_, ++scriptIndex); in createBucketList()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DAlphabeticIndex.java1029 int scriptIndex = -1; in createBucketList() local
1037 scriptUpperBoundary = firstCharsInScripts.get(++scriptIndex); in createBucketList()