IsCharAlphaW method

int IsCharAlphaW(
  1. int ch
)

Implementation

int IsCharAlphaW(
  int ch,
) {
  return _IsCharAlphaW(
    ch,
  );
}