]> git.saurik.com Git - iphone-api.git/blob - UIKit/CSearchPlus.h
Adding numerous class dumps.
[iphone-api.git] / UIKit / CSearchPlus.h
1 /*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7 #import <UIKit/ShiftMatcher.h>
8
9 @interface CSearchPlus : ShiftMatcher
10 {
11 int _mismatch;
12 unsigned int _epsilon;
13 unsigned int _qmask;
14 unsigned int _shiftpat[256];
15 unsigned int _pluspat[256];
16 unsigned int _length;
17 }
18
19 - (id)initWithPattern:(char *)fp8 withAmbiguity:(int)fp12;
20 - (int)match:(char *)fp8;
21 - (int)length;
22
23 @end
24