Searched refs:nPortions (Results 1 – 3 of 3) sorted by relevance
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
D | TestStreaming.java | 31 int[] nPortions; field in TestStreaming.TestCase 38 this.nPortions = np; in TestCase() 79 int srcLen, processedLen, chunk, len, nPortions, offset; in testStreaming() local 97 nPortions = testCases[i].nPortions[levelIndex]; in testStreaming() 119 mismatch |= j >= nPortions || in testStreaming() 126 if (mismatch || j != nPortions) { in testStreaming()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
D | TestStreaming.java | 30 int[] nPortions; field in TestStreaming.TestCase 37 this.nPortions = np; in TestCase() 78 int srcLen, processedLen, chunk, len, nPortions, offset; in testStreaming() local 96 nPortions = testCases[i].nPortions[levelIndex]; in testStreaming() 118 mismatch |= j >= nPortions || in testStreaming() 125 if (mismatch || j != nPortions) { in testStreaming()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cbiditst.c | 4409 short int nPortions[2]; in testStreaming() member 4439 int32_t srcLen, processedLen, chunk, len, nPortions; in testStreaming() local 4456 nPortions = testData[i].nPortions[levelIndex]; in testStreaming() 4480 mismatch |= (UBool)(j >= nPortions || in testStreaming() 4487 if (mismatch || j != nPortions) { in testStreaming()
|