Searched refs:gotLevel (Results 1 – 3 of 3) sorted by relevance
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
D | TestMultipleParagraphs.java | 86 byte gotLevel; in testMultipleParagraphs() 159 gotLevel = run.getEmbeddingLevel(); in testMultipleParagraphs() 160 if (gotLevel != multiLevels[k][i]) { in testMultipleParagraphs() 162 " paragraph = " + i + ", found level = " + gotLevel + in testMultipleParagraphs() 166 gotLevel = bidi.getParaLevel(); in testMultipleParagraphs() 167 if (gotLevel != multiLevels[k][0]) { in testMultipleParagraphs() 169 " getParaLevel = " + gotLevel + ", expected " + in testMultipleParagraphs() 184 gotLevel = bidi.getParaLevel(); in testMultipleParagraphs() 185 if (gotLevel != Bidi.RTL) { in testMultipleParagraphs() 187 gotLevel + ", expected = " + Bidi.RTL); in testMultipleParagraphs() [all …]
|
/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/icu4c/source/test/cintltst/ |
D | cbiditst.c | 1846 UBiDiLevel gotLevel; in testMultipleParagraphs() local 1904 paraIndex=ubidi_getParagraph(pBidi, paraBounds[i], NULL, NULL, &gotLevel, &errorCode); in testMultipleParagraphs() 1909 if (gotLevel!=multiLevels[k][i]) { in testMultipleParagraphs() 1911 paraLevels[k], i, gotLevel, multiLevels[k][i]); in testMultipleParagraphs() 1914 gotLevel=ubidi_getParaLevel(pBidi); in testMultipleParagraphs() 1915 if (gotLevel!=multiLevels[k][0]) { in testMultipleParagraphs() 1917 paraLevels[k], gotLevel, multiLevels[k][0]); in testMultipleParagraphs() 1926 gotLevel=ubidi_getParaLevel(pBidi); in testMultipleParagraphs() 1927 if (gotLevel!=UBIDI_RTL) { in testMultipleParagraphs() 1929 gotLevel, UBIDI_RTL); in testMultipleParagraphs() [all …]
|