Home | History | Annotate | Download | only in font

Lines Matching full:defaultcontext

993      * shaper uses defaultContext as the starting context.
995 * @param defaultContext the starting context, such as
999 * <code>defaultContext</code> is not a single valid range.
1001 public static NumericShaper getContextualShaper(int ranges, int defaultContext) {
1002 int key = getKeyFromMask(defaultContext);
1012 * defaultContext} as the starting context.
1015 * @param defaultContext the starting context, such as
1019 * if {@code ranges} or {@code defaultContext} is {@code null}
1023 Range defaultContext) {
1024 if (defaultContext == null) {
1027 NumericShaper shaper = new NumericShaper(defaultContext, ranges);
1040 private NumericShaper(Range defaultContext, Set<Range> ranges) {
1041 shapingRange = defaultContext;