Searched refs:textStart (Results 1 – 1 of 1) sorted by relevance
165 …public Bidi(char[] text, int textStart, byte[] embeddings, int embStart, int paragraphLength, int … in Bidi() argument172 if (textStart < 0 || paragraphLength > text.length - textStart) { in Bidi()173 throw new IllegalArgumentException("bad range: " + textStart + in Bidi()183 bidiBase = new android.icu.text.Bidi(text, textStart, embeddings, embStart, in Bidi()