Searched refs:NumericShaper (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jdk/test/java/awt/font/NumericShaper/
H A DEqualsTest.java32 import java.awt.font.NumericShaper;
34 import static java.awt.font.NumericShaper.*;
38 NumericShaper ns1 = getContextualShaper(ARABIC | TAMIL, TAMIL);
39 NumericShaper ns2 = getContextualShaper(
42 NumericShaper ns3 = getContextualShaper(
45 NumericShaper ns4 = getContextualShaper(
H A DShapingTest.java31 import java.awt.font.NumericShaper;
33 import static java.awt.font.NumericShaper.*;
50 NumericShaper ns_old = getContextualShaper(ARABIC | TAMIL | ETHIOPIC,
52 NumericShaper ns_new = getContextualShaper(EnumSet.of(
84 NumericShaper ns_dummy = getContextualShaper(ARABIC | TAMIL | ETHIOPIC,
94 NumericShaper ns = getContextualShaper(ARABIC);
114 NumericShaper ns = getContextualShaper(EnumSet.of(Range.TAI_THAM_HORA));
141 private static void checkResult(String ranges, NumericShaper ns,
H A DMTTest.java27 * @summary Confirm that NumericShaper is thread-safe.
31 import java.awt.font.NumericShaper;
34 import static java.awt.font.NumericShaper.*;
44 static NumericShaper ns1, ns2, ns3, ns4;
101 NumericShaper ns;
104 Work(NumericShaper ns, char[] expectedText) {
H A DEasternArabicTest.java30 import java.awt.font.NumericShaper;
32 import static java.awt.font.NumericShaper.*;
35 static NumericShaper ns_old, ns_new;
/openjdk7/jdk/test/java/text/Bidi/
H A DBug7051769.java50 NumericShaper.getContextualShaper(NumericShaper.ARABIC));
H A DBidiConformance.java30 import java.awt.font.NumericShaper;
113 NumericShaper ns = NumericShaper.getShaper(NumericShaper.ARABIC);
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DNumericShaper.java36 * The <code>NumericShaper</code> class is used to convert Latin-1 (European)
43 * Instances of <code>NumericShaper</code> are typically applied
52 * NumericShaper.getContextualShaper(NumericShaper.ARABIC));
59 * of <code>NumericShaper</code>, as this code snippet demonstrates:<br>
63 * NumericShaper shaper = NumericShaper.getShaper(NumericShaper.ARABIC);
70 * NumericShaper shaper =
71 * NumericShaper
136 public final class NumericShaper implements java.io.Serializable { class in inherits:java.io.Serializable
1035 private NumericShaper(int key, int mask) { method in class:NumericShaper
1040 private NumericShaper(Range defaultContext, Set<Range> ranges) { method in class:NumericShaper
[all...]
H A DTextMeasurer.java215 NumericShaper shaper = AttributeValues.getNumericShaping(paragraphAttrs);
H A DTextLayout.java48 import java.awt.font.NumericShaper;
572 NumericShaper shaper = AttributeValues.getNumericShaping(paragraphAttrs);
/openjdk7/jdk/src/share/classes/sun/font/
H A DAttributeMap.java43 import java.awt.font.NumericShaper;
H A DAttributeValues.java46 import java.awt.font.NumericShaper;
70 private NumericShaper numericShaping; // null
179 public NumericShaper getNumericShaping() { return numericShaping; }
180 public void setNumericShaping(NumericShaper f) {
676 case ENUMERIC_SHAPING: numericShaping = (NumericShaper)o; break;
774 public static NumericShaper getNumericShaping(Map<?, ?> map) {
781 if (obj != null && obj instanceof NumericShaper) {
782 return (NumericShaper)obj;
/openjdk7/jdk/test/javax/swing/JComponent/4337267/
H A Dbug4337267.java12 import java.awt.font.NumericShaper;
139 NumericShaper.getContextualShaper(NumericShaper.ARABIC));
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/text/
H A DTextTests.java55 import java.awt.font.NumericShaper;
238 NumericShaper.getContextualShaper(NumericShaper.ALL_RANGES));

Completed in 336 milliseconds