IsDBCSLeadByte method

int IsDBCSLeadByte(
  1. int TestChar
)

Implementation

int IsDBCSLeadByte(
  int TestChar,
) {
  return (_IsDBCSLeadByte ??=
      _dylib.lookupFunction<_c_IsDBCSLeadByte, _dart_IsDBCSLeadByte>(
          'IsDBCSLeadByte'))(
    TestChar,
  );
}