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 | 33 int[] nPortions; field in TestStreaming.TestCase 40 this.nPortions = np; in TestCase() 81 int srcLen, processedLen, chunk, len, nPortions, offset; in testStreaming() local 99 nPortions = testCases[i].nPortions[levelIndex]; in testStreaming() 121 mismatch |= j >= nPortions || in testStreaming() 128 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 | 4414 short int nPortions[2]; in testStreaming() member 4444 int32_t srcLen, processedLen, chunk, len, nPortions; in testStreaming() local 4461 nPortions = testData[i].nPortions[levelIndex]; in testStreaming() 4485 mismatch |= (UBool)(j >= nPortions || in testStreaming() 4492 if (mismatch || j != nPortions) { in testStreaming()
|