Searched refs:NUMERIC_SHAPING (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/test/java/text/Bidi/
H A DBug7051769.java49 attrNS.put(TextAttribute.NUMERIC_SHAPING,
H A DBidiConformance.java272 ": RUN_DIRECTION_LTR, NUMERIC_SHAPING(ARABIC)");
276 astr.addAttribute(TextAttribute.NUMERIC_SHAPING, ns);
283 ": RUN_DIRECTION_RTL, NUMERIC_SHAPING(ARABIC)");
287 astr.addAttribute(TextAttribute.NUMERIC_SHAPING, ns);
/openjdk7/jdk/src/share/classes/sun/font/
H A DEAttribute.java64 ENUMERIC_SHAPING(NUMERIC_SHAPING),
H A DAttributeValues.java780 Object obj = map.get(TextAttribute.NUMERIC_SHAPING);
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DTextLayoutStrategy.java308 TextAttribute.NUMERIC_SHAPING);
526 } else if (attribute == TextAttribute.NUMERIC_SHAPING) {
549 keys.add(TextAttribute.NUMERIC_SHAPING);
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextAttribute.java227 * <td valign="TOP">{@link #NUMERIC_SHAPING}</td>
1028 public static final TextAttribute NUMERIC_SHAPING = field in class:TextAttribute
/openjdk7/jdk/src/share/classes/sun/swing/
H A DSwingUtilities2.java385 (c.getClientProperty(TextAttribute.NUMERIC_SHAPING) != null));
465 aString.addAttribute(TextAttribute.NUMERIC_SHAPING,
466 c.getClientProperty(TextAttribute.NUMERIC_SHAPING));
549 (c.getClientProperty(TextAttribute.NUMERIC_SHAPING) != null));
902 null : c.getClientProperty(TextAttribute.NUMERIC_SHAPING));
908 a.put(TextAttribute.NUMERIC_SHAPING, shaper);
/openjdk7/jdk/test/javax/swing/JComponent/4337267/
H A Dbug4337267.java138 c.putClientProperty(TextAttribute.NUMERIC_SHAPING,
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/text/
H A DTextTests.java237 complexMap.put(TextAttribute.NUMERIC_SHAPING,
/openjdk7/jdk/src/share/classes/sun/text/bidi/
H A DBidiBase.java2673 * The NUMERIC_SHAPING attribute in the text, if present, converts European
2696 Object shaper = paragraph.getAttribute(TextAttributeConstants.NUMERIC_SHAPING);
3457 static final AttributedCharacterIterator.Attribute NUMERIC_SHAPING = field in class:BidiBase.TextAttributeConstants
3458 getTextAttribute("NUMERIC_SHAPING");
/openjdk7/jdk/src/share/classes/java/awt/
H A DFont.java1847 TextAttribute.NUMERIC_SHAPING,

Completed in 92 milliseconds