Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
DTestStreaming.java34 int[][] portionLens; field in TestStreaming.TestCase
41 this.portionLens = lens; in TestCase()
122 processedLen != testCases[i].portionLens[levelIndex][j]; in testStreaming()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestStreaming.java31 int[][] portionLens; field in TestStreaming.TestCase
38 this.portionLens = lens; in TestCase()
119 processedLen != testCases[i].portionLens[levelIndex][j]; in testStreaming()
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.c4415 char portionLens[2][MAXPORTIONS]; in testStreaming() member
4486 processedLen != testData[i].portionLens[levelIndex][j]); in testStreaming()