GetCodepointCount method

int GetCodepointCount(
  1. Pointer<Char> text
)

Implementation

int GetCodepointCount(Pointer<Char> text) {
  return _GetCodepointCount(text);
}