Searched defs:levelStart (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/text/
H A DBidi.java390 * in the levels array (at <code>index - objectStart + levelStart</code>).
393 * @param levelStart the start position in the levels array
398 public static void reorderVisually(byte[] levels, int levelStart, Object[] objects, int objectStart, int count) { argument
400 if (0 > levelStart || levels.length <= levelStart) {
401 throw new IllegalArgumentException("Value levelStart " +
402 levelStart + " is out of range 0 to " +
407 levelStart + " is out of range 0 to " +
412 levelStart + " is out of range 0 to " +
418 android.icu.text.Bidi.reorderVisually(levels, levelStart, object
[all...]

Completed in 290 milliseconds