| 238 | } |
| 239 | |
| 240 | unsigned getCharSet(CheckStatusWrapper* status, unsigned index) |
| 241 | { |
| 242 | if (index < items.getCount()) |
| 243 | return items[index].charSet; |
| 244 | |
| 245 | raiseIndexError(status, index, "getCharSet"); |
| 246 | return 0; |
| 247 | } |
| 248 | |
| 249 | unsigned getOffset(CheckStatusWrapper* status, unsigned index) |
| 250 | { |