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