Home
last modified time | relevance | path

Searched refs:gotLevels (Results 1 – 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
DTestMultipleParagraphs.java87 byte[] gotLevels; in testMultipleParagraphs()
216 gotLevels = bidi.getLevels(); in testMultipleParagraphs()
219 gotLevels = new byte[bidi.getLength()]; in testMultipleParagraphs()
220 Arrays.fill(gotLevels, (byte)-1); in testMultipleParagraphs()
223 if (gotLevels[i] != Bidi.RTL) { in testMultipleParagraphs()
225 "), level = " + gotLevels[i] + ", expected = " + Bidi.RTL); in testMultipleParagraphs()
240 gotLevels = bidiLine.getLevels(); in testMultipleParagraphs()
243 gotLevels = new byte[bidiLine.getLength()]; in testMultipleParagraphs()
244 Arrays.fill(gotLevels, (byte)-1); in testMultipleParagraphs()
248 if ((gotLevel != Bidi.RTL) || (gotLevels[length - 1] != Bidi.RTL)) { in testMultipleParagraphs()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestMultipleParagraphs.java84 byte[] gotLevels; in testMultipleParagraphs()
213 gotLevels = bidi.getLevels(); in testMultipleParagraphs()
216 gotLevels = new byte[bidi.getLength()]; in testMultipleParagraphs()
217 Arrays.fill(gotLevels, (byte)-1); in testMultipleParagraphs()
220 if (gotLevels[i] != Bidi.RTL) { in testMultipleParagraphs()
222 "), level = " + gotLevels[i] + ", expected = " + Bidi.RTL); in testMultipleParagraphs()
237 gotLevels = bidiLine.getLevels(); in testMultipleParagraphs()
240 gotLevels = new byte[bidiLine.getLength()]; in testMultipleParagraphs()
241 Arrays.fill(gotLevels, (byte)-1); in testMultipleParagraphs()
245 if ((gotLevel != Bidi.RTL) || (gotLevels[length - 1] != Bidi.RTL)) { in testMultipleParagraphs()
[all …]
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.c400 const UBiDiLevel* gotLevels = ubidi_getLevels(bidi, &ec); in formatLevels() local
410 k = gotLevels[i]; in formatLevels()
1847 const UBiDiLevel* gotLevels; in testMultipleParagraphs() local
1953 gotLevels=ubidi_getLevels(pBidi, &errorCode); in testMultipleParagraphs()
1961 if (gotLevels[i]!=UBIDI_RTL) { in testMultipleParagraphs()
1963 i, src[i], gotLevels[i], UBIDI_RTL); in testMultipleParagraphs()
1978 gotLevels=ubidi_getLevels(pLine, &errorCode); in testMultipleParagraphs()
1986 if ((gotLevel!=UBIDI_RTL) || (gotLevels[length-1]!=UBIDI_RTL)) { in testMultipleParagraphs()
1989 … paraIndex, paraStart, paraLimit, gotLevel, UBIDI_RTL, gotLevels[length-1], UBIDI_RTL); in testMultipleParagraphs()
2003 gotLevels=ubidi_getLevels(pBidi, &errorCode); in testMultipleParagraphs()
[all …]