Lines Matching refs:astr
129 AttributedString astr = new AttributedString(paragraph);
130 astr.addAttribute(TextAttribute.RUN_DIRECTION,
132 bidi = new Bidi(astr.getIterator());
140 astr = new AttributedString(paragraph);
141 astr.addAttribute(TextAttribute.RUN_DIRECTION,
143 astr.addAttribute(TextAttribute.BIDI_EMBEDDING, new Integer(1),
145 bidi = new Bidi(astr.getIterator());
152 astr = new AttributedString(paragraph);
153 astr.addAttribute(TextAttribute.RUN_DIRECTION,
155 astr.addAttribute(TextAttribute.BIDI_EMBEDDING, new Integer(2),
157 bidi = new Bidi(astr.getIterator());
164 astr = new AttributedString(paragraph);
165 astr.addAttribute(TextAttribute.RUN_DIRECTION,
167 astr.addAttribute(TextAttribute.BIDI_EMBEDDING, new Integer(-3),
169 bidi = new Bidi(astr.getIterator());
176 astr = new AttributedString(paragraph);
177 astr.addAttribute(TextAttribute.RUN_DIRECTION,
179 astr.addAttribute(TextAttribute.BIDI_EMBEDDING, new Integer(-4),
181 bidi = new Bidi(astr.getIterator());
187 astr = new AttributedString(paragraph);
188 astr.addAttribute(TextAttribute.RUN_DIRECTION,
190 bidi = new Bidi(astr.getIterator());
197 astr = new AttributedString(paragraph);
198 astr.addAttribute(TextAttribute.RUN_DIRECTION,
200 astr.addAttribute(TextAttribute.BIDI_EMBEDDING, new Integer(1),
203 bidi = new Bidi(astr.getIterator());
214 astr = new AttributedString(paragraph);
215 astr.addAttribute(TextAttribute.RUN_DIRECTION,
217 astr.addAttribute(TextAttribute.BIDI_EMBEDDING, new Integer(2),
220 bidi = new Bidi(astr.getIterator());
231 astr = new AttributedString(paragraph);
232 astr.addAttribute(TextAttribute.RUN_DIRECTION,
234 astr.addAttribute(TextAttribute.BIDI_EMBEDDING, new Integer(-3),
237 bidi = new Bidi(astr.getIterator());
248 astr = new AttributedString(paragraph);
249 astr.addAttribute(TextAttribute.RUN_DIRECTION,
251 astr.addAttribute(TextAttribute.BIDI_EMBEDDING, new Integer(-4),
254 bidi = new Bidi(astr.getIterator());
265 astr = new AttributedString(paragraph);
266 bidi = new Bidi(astr.getIterator());
273 astr = new AttributedString(paragraph);
274 astr.addAttribute(TextAttribute.RUN_DIRECTION,
276 astr.addAttribute(TextAttribute.NUMERIC_SHAPING, ns);
277 bidi = new Bidi(astr.getIterator());
284 astr = new AttributedString(paragraph);
285 astr.addAttribute(TextAttribute.RUN_DIRECTION,
287 astr.addAttribute(TextAttribute.NUMERIC_SHAPING, ns);
288 bidi = new Bidi(astr.getIterator());
368 AttributedString astr = new AttributedString(paragraph);
369 astr.addAttribute(TextAttribute.RUN_DIRECTION,
371 astr.addAttribute(TextAttribute.BIDI_EMBEDDING, new Integer(-61),
374 bidi = new Bidi(astr.getIterator());
387 astr = new AttributedString(paragraph);
388 astr.addAttribute(TextAttribute.RUN_DIRECTION,
390 astr.addAttribute(TextAttribute.BIDI_EMBEDDING, new Integer(-62),
393 bidi = new Bidi(astr.getIterator());
405 astr = new AttributedString(paragraph);
406 astr.addAttribute(TextAttribute.RUN_DIRECTION,
408 astr.addAttribute(TextAttribute.BIDI_EMBEDDING, new Integer(60),
411 bidi = new Bidi(astr.getIterator());
423 astr = new AttributedString(paragraph);
424 astr.addAttribute(TextAttribute.RUN_DIRECTION,
426 astr.addAttribute(TextAttribute.BIDI_EMBEDDING, new Integer(61),
429 bidi = new Bidi(astr.getIterator());
442 astr = new AttributedString(paragraph);
443 astr.addAttribute(TextAttribute.RUN_DIRECTION,
445 astr.addAttribute(TextAttribute.BIDI_EMBEDDING, new Integer(62),
448 bidi = new Bidi(astr.getIterator());