| 220 | } |
| 221 | |
| 222 | unsigned getLength(CheckStatusWrapper* status, unsigned index) |
| 223 | { |
| 224 | if (index < items.getCount()) |
| 225 | return items[index].length; |
| 226 | |
| 227 | raiseIndexError(status, index, "getLength"); |
| 228 | return 0; |
| 229 | } |
| 230 | |
| 231 | int getScale(CheckStatusWrapper* status, unsigned index) |
| 232 | { |