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

/libcore/ojluni/src/main/java/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(
977 public static NumericShaper getContextualShaper(int ranges) { method in class:NumericShaper
998 public static NumericShaper getContextualShaper(Set<Range> ranges) { method in class:NumericShaper
1019 public static NumericShaper getContextualShaper(int ranges, int defaultContext) { method in class:NumericShaper
1040 public static NumericShaper getContextualShaper(Set<Range> ranges, method in class:NumericShaper

Completed in 16 milliseconds