Searched refs:MASK_NOSHAPE (Results 1 – 1 of 1) sorted by relevance
26 static final int MASK_NOSHAPE = 8; // if this bit set, don't shape this char, i.e. tatweel field in ArabicShaping34 public static final int VALUE_NOSHAPE_DUAL = MASK_NOSHAPE | VALUE_DUAL;35 public static final int VALUE_NOSHAPE_NONE = MASK_NOSHAPE;99 boolean curShapes = (t & MASK_NOSHAPE) == 0; in shape()