getCharSet method

int getCharSet(
  1. IStatus status,
  2. int index
)

Implementation

int getCharSet(IStatus status, int index) {
  final res = _getCharSet(self, status.self, index);
  status.checkStatus();
  return res;
}