Searched refs:multiLevels (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
D | TestMultipleParagraphs.java | 47 private static final byte[][] multiLevels = { field in TestMultipleParagraphs 157 if (gotLevel != multiLevels[k][i]) { in testMultipleParagraphs() 160 ", expected = " + multiLevels[k][i]); in testMultipleParagraphs() 164 if (gotLevel != multiLevels[k][0]) { in testMultipleParagraphs() 167 multiLevels[k][0]); in testMultipleParagraphs()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
D | TestMultipleParagraphs.java | 48 private static final byte[][] multiLevels = { field in TestMultipleParagraphs 158 if (gotLevel != multiLevels[k][i]) { in testMultipleParagraphs() 161 ", expected = " + multiLevels[k][i]); in testMultipleParagraphs() 165 if (gotLevel != multiLevels[k][0]) { in testMultipleParagraphs() 168 multiLevels[k][0]); in testMultipleParagraphs()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cbiditst.c | 1812 static const UBiDiLevel multiLevels[6][11] = {{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, in testMultipleParagraphs() local 1904 if (gotLevel!=multiLevels[k][i]) { in testMultipleParagraphs() 1906 paraLevels[k], i, gotLevel, multiLevels[k][i]); in testMultipleParagraphs() 1910 if (gotLevel!=multiLevels[k][0]) { in testMultipleParagraphs() 1912 paraLevels[k], gotLevel, multiLevels[k][0]); in testMultipleParagraphs()
|