Searched refs:getContextualShaper (Results 1 – 7 of 7) sorted by relevance
/libcore/ojluni/src/test/java/awt/font/NumericShaper/ |
D | ShapingTest.java | 56 NumericShaper ns_old = getContextualShaper(ARABIC | TAMIL | ETHIOPIC, in test6842557() 58 NumericShaper ns_new = getContextualShaper(EnumSet.of( in test6842557() 90 NumericShaper ns_dummy = getContextualShaper(ARABIC | TAMIL | ETHIOPIC, in test6943963() 100 NumericShaper ns = getContextualShaper(ARABIC); in test6943963() 103 ns = getContextualShaper(EnumSet.of(Range.ARABIC)); in test6943963() 106 ns = getContextualShaper(EASTERN_ARABIC); in test6943963() 109 ns = getContextualShaper(EnumSet.of(Range.EASTERN_ARABIC)); in test6943963() 112 ns = getContextualShaper(ARABIC | EASTERN_ARABIC); in test6943963() 115 ns = getContextualShaper(EnumSet.of(Range.ARABIC, Range.EASTERN_ARABIC)); in test6943963() 120 NumericShaper ns = getContextualShaper(EnumSet.of(Range.TAI_THAM_HORA)); in test6903266() [all …]
|
D | EqualsTest.java | 44 NumericShaper ns1 = getContextualShaper(ARABIC | TAMIL, TAMIL); in main() 45 NumericShaper ns2 = getContextualShaper( in main() 48 NumericShaper ns3 = getContextualShaper( in main() 51 NumericShaper ns4 = getContextualShaper( in main()
|
D | MTTest.java | 57 ns1 = getContextualShaper(EnumSet.of(Range.EASTERN_ARABIC, Range.THAI), in main() 59 ns2 = getContextualShaper(EnumSet.of(Range.ARABIC, Range.THAI), in main() 66 ns3 = getContextualShaper(EASTERN_ARABIC|THAI, EUROPEAN); in main() 67 ns4 = getContextualShaper(ARABIC|THAI, EUROPEAN); in main()
|
D | EasternArabicTest.java | 62 ns_old = getContextualShaper(TAMIL|ETHIOPIC|EASTERN_ARABIC|ARABIC|THAI|LAO, in main() 64 ns_new = getContextualShaper(EnumSet.of(Range.THAI, in main()
|
/libcore/luni/src/test/java/libcore/java/awt/font/ |
D | NumericShaperTest.java | 53 NumericShaper ns = NumericShaper.getContextualShaper(NumericShaper.ARABIC); in testGetRanges() 59 NumericShaper ns = NumericShaper.getContextualShaper( in testGetRangeSet()
|
/libcore/ojluni/src/main/java/java/awt/font/ |
D | NumericShaper.java | 977 public static NumericShaper getContextualShaper(int ranges) { in getContextualShaper() method in NumericShaper 998 public static NumericShaper getContextualShaper(Set<Range> ranges) { in getContextualShaper() method in NumericShaper 1019 public static NumericShaper getContextualShaper(int ranges, int defaultContext) { in getContextualShaper() method in NumericShaper 1040 public static NumericShaper getContextualShaper(Set<Range> ranges, in getContextualShaper() method in NumericShaper
|
/libcore/api/ |
D | current.txt | 1150 method public static java.awt.font.NumericShaper getContextualShaper(int); 1151 …method public static java.awt.font.NumericShaper getContextualShaper(java.util.Set<java.awt.font.N… 1152 method public static java.awt.font.NumericShaper getContextualShaper(int, int); 1153 …method public static java.awt.font.NumericShaper getContextualShaper(java.util.Set<java.awt.font.N…
|