* set maximum code length * * @param max the maximum code length. */
| 1622 | * @param max the maximum code length. |
| 1623 | */ |
| 1624 | void ASFormatter::setMaxCodeLength(int max) |
| 1625 | { |
| 1626 | maxCodeLength = max; |
| 1627 | } |
| 1628 | |
| 1629 | /** |
| 1630 | * set operator padding mode. |