Searched refs:multiLevels (Results 1 – 3 of 3) sorted by relevance
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
D | TestMultipleParagraphs.java | 50 private static final byte[][] multiLevels = { field in TestMultipleParagraphs 160 if (gotLevel != multiLevels[k][i]) { in testMultipleParagraphs() 163 ", expected = " + multiLevels[k][i]); in testMultipleParagraphs() 167 if (gotLevel != multiLevels[k][0]) { in testMultipleParagraphs() 170 multiLevels[k][0]); in testMultipleParagraphs()
|
/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/icu4c/source/test/cintltst/ |
D | cbiditst.c | 1817 static const UBiDiLevel multiLevels[6][11] = {{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, in testMultipleParagraphs() local 1909 if (gotLevel!=multiLevels[k][i]) { in testMultipleParagraphs() 1911 paraLevels[k], i, gotLevel, multiLevels[k][i]); in testMultipleParagraphs() 1915 if (gotLevel!=multiLevels[k][0]) { in testMultipleParagraphs() 1917 paraLevels[k], gotLevel, multiLevels[k][0]); in testMultipleParagraphs()
|