GetCodepointPrevious method

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

Implementation

int GetCodepointPrevious(Pointer<Char> text, Pointer<Int> codepointSize) {
  return _GetCodepointPrevious(text, codepointSize);
}