Searched refs:getContextualShaper (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/test/java/awt/font/NumericShaper/
H A DShapingTest.java50 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);
97 ns = getContextualShaper(EnumSet.of(Range.ARABIC));
100 ns = getContextualShaper(EASTERN_ARABIC);
103 ns = getContextualShaper(EnumSet.of(Range.EASTERN_ARABIC));
106 ns = getContextualShaper(ARABIC | EASTERN_ARABIC);
109 ns = getContextualShaper(EnumSet.of(Range.ARABIC, Range.EASTERN_ARABIC));
114 NumericShaper ns = getContextualShaper(EnumSe
[all...]
H A DEqualsTest.java38 NumericShaper ns1 = getContextualShaper(ARABIC | TAMIL, TAMIL);
39 NumericShaper ns2 = getContextualShaper(
42 NumericShaper ns3 = getContextualShaper(
45 NumericShaper ns4 = getContextualShaper(
H A DMTTest.java48 ns1 = getContextualShaper(EnumSet.of(Range.EASTERN_ARABIC, Range.THAI),
50 ns2 = getContextualShaper(EnumSet.of(Range.ARABIC, Range.THAI),
57 ns3 = getContextualShaper(EASTERN_ARABIC|THAI, EUROPEAN);
58 ns4 = getContextualShaper(ARABIC|THAI, EUROPEAN);
H A DEasternArabicTest.java56 ns_old = getContextualShaper(TAMIL|ETHIOPIC|EASTERN_ARABIC|ARABIC|THAI|LAO,
58 ns_new = getContextualShaper(EnumSet.of(Range.THAI,
/openjdk7/jdk/test/java/text/Bidi/
H A DBug7051769.java50 NumericShaper.getContextualShaper(NumericShaper.ARABIC));
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DNumericShaper.java52 * NumericShaper.getContextualShaper(NumericShaper.ARABIC));
71 * NumericShaper.getContextualShaper(NumericShaper.ARABIC |
148 * NumericShaper.getContextualShaper(NumericShaper.ARABIC |
154 * NumericShaper.getContextualShaper(EnumSet.of(
959 public static NumericShaper getContextualShaper(int ranges) { method in class:NumericShaper
980 public static NumericShaper getContextualShaper(Set<Range> ranges) { method in class:NumericShaper
1001 public static NumericShaper getContextualShaper(int ranges, int defaultContext) { method in class:NumericShaper
1022 public static NumericShaper getContextualShaper(Set<Range> ranges, method in class:NumericShaper
/openjdk7/jdk/test/javax/swing/JComponent/4337267/
H A Dbug4337267.java139 NumericShaper.getContextualShaper(NumericShaper.ARABIC));
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/text/
H A DTextTests.java238 NumericShaper.getContextualShaper(NumericShaper.ALL_RANGES));

Completed in 39 milliseconds