regularExpressionCheckingResultWithRanges_count_regularExpression_ static method

NSTextCheckingResult regularExpressionCheckingResultWithRanges_count_regularExpression_(
  1. ThermionDartTexture1 _lib,
  2. Pointer<_NSRange> ranges,
  3. int count,
  4. NSRegularExpression regularExpression,
)

Implementation

static NSTextCheckingResult
    regularExpressionCheckingResultWithRanges_count_regularExpression_(
        ThermionDartTexture1 _lib,
        ffi.Pointer<_NSRange> ranges,
        int count,
        NSRegularExpression regularExpression) {
  final _ret = _lib._objc_msgSend_956(
      _lib._class_NSTextCheckingResult1,
      _lib._sel_regularExpressionCheckingResultWithRanges_count_regularExpression_1,
      ranges,
      count,
      regularExpression._id);
  return NSTextCheckingResult._(_ret, _lib, retain: true, release: true);
}