Searched refs:NUM_MASK (Results 1 – 1 of 1) sorted by relevance
100 NUM_MASK = (-1) << SIZE_SHIFT; field in Wrapper.Format118 public boolean isNumeric() { return (format & Format.NUM_MASK) != 0; } in isNumeric()