HomeSort by relevance Sort by last modified time
    Searched refs:gotLevels (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestMultipleParagraphs.java 79 byte[] gotLevels;
208 gotLevels = bidi.getLevels();
211 gotLevels = new byte[bidi.getLength()];
212 Arrays.fill(gotLevels, (byte)-1);
215 if (gotLevels[i] != Bidi.RTL) {
217 "), level = " + gotLevels[i] + ", expected = " + Bidi.RTL);
232 gotLevels = bidiLine.getLevels();
235 gotLevels = new byte[bidiLine.getLength()];
236 Arrays.fill(gotLevels, (byte)-1);
240 if ((gotLevel != Bidi.RTL) || (gotLevels[length - 1] != Bidi.RTL))
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cbiditst.c 393 const UBiDiLevel* gotLevels = ubidi_getLevels(bidi, &ec);
403 k = gotLevels[i];
    [all...]

Completed in 876 milliseconds