Searched refs:gotLevel (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
D | TestMultipleParagraphs.java | 83 byte gotLevel; in testMultipleParagraphs() 156 gotLevel = run.getEmbeddingLevel(); in testMultipleParagraphs() 157 if (gotLevel != multiLevels[k][i]) { in testMultipleParagraphs() 159 " paragraph = " + i + ", found level = " + gotLevel + in testMultipleParagraphs() 163 gotLevel = bidi.getParaLevel(); in testMultipleParagraphs() 164 if (gotLevel != multiLevels[k][0]) { in testMultipleParagraphs() 166 " getParaLevel = " + gotLevel + ", expected " + in testMultipleParagraphs() 181 gotLevel = bidi.getParaLevel(); in testMultipleParagraphs() 182 if (gotLevel != Bidi.RTL) { in testMultipleParagraphs() 184 gotLevel + ", expected = " + Bidi.RTL); in testMultipleParagraphs() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
D | TestMultipleParagraphs.java | 84 byte gotLevel; in testMultipleParagraphs() 157 gotLevel = run.getEmbeddingLevel(); in testMultipleParagraphs() 158 if (gotLevel != multiLevels[k][i]) { in testMultipleParagraphs() 160 " paragraph = " + i + ", found level = " + gotLevel + in testMultipleParagraphs() 164 gotLevel = bidi.getParaLevel(); in testMultipleParagraphs() 165 if (gotLevel != multiLevels[k][0]) { in testMultipleParagraphs() 167 " getParaLevel = " + gotLevel + ", expected " + in testMultipleParagraphs() 182 gotLevel = bidi.getParaLevel(); in testMultipleParagraphs() 183 if (gotLevel != Bidi.RTL) { in testMultipleParagraphs() 185 gotLevel + ", expected = " + Bidi.RTL); in testMultipleParagraphs() [all …]
|
/external/icu/icu4c/source/test/cintltst/ |
D | cbiditst.c | 1841 UBiDiLevel gotLevel; in testMultipleParagraphs() local 1899 paraIndex=ubidi_getParagraph(pBidi, paraBounds[i], NULL, NULL, &gotLevel, &errorCode); in testMultipleParagraphs() 1904 if (gotLevel!=multiLevels[k][i]) { in testMultipleParagraphs() 1906 paraLevels[k], i, gotLevel, multiLevels[k][i]); in testMultipleParagraphs() 1909 gotLevel=ubidi_getParaLevel(pBidi); in testMultipleParagraphs() 1910 if (gotLevel!=multiLevels[k][0]) { in testMultipleParagraphs() 1912 paraLevels[k], gotLevel, multiLevels[k][0]); in testMultipleParagraphs() 1921 gotLevel=ubidi_getParaLevel(pBidi); in testMultipleParagraphs() 1922 if (gotLevel!=UBIDI_RTL) { in testMultipleParagraphs() 1924 gotLevel, UBIDI_RTL); in testMultipleParagraphs() [all …]
|