]> git.saurik.com Git - iphone-api.git/blame - UIKit/ASearchPlus.h
Commit the Preferences folder (for WinterBoard).
[iphone-api.git] / UIKit / ASearchPlus.h
CommitLineData
2cd8f71b
JF
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 ASearchPlus : ShiftMatcher
10{
11 int _mismatch;
12 unsigned int _epsilon;
13 unsigned int _acceptpat;
14 unsigned int _qmask;
15 unsigned int _shiftpat[256];
16 unsigned int _pluspat[256];
17}
18
19- (id)initWithPattern:(char *)fp8 withAmbiguity:(int)fp12;
20- (int)match:(char *)fp8;
21
22@end
23