GetCodepointNext method

int GetCodepointNext(
  1. Pointer<Char> text,
  2. Pointer<Int> codepointSize
)

Implementation

int GetCodepointNext(Pointer<Char> text, Pointer<Int> codepointSize) {
  return _GetCodepointNext(text, codepointSize);
}