]> git.saurik.com Git - iphone-api.git/blob - AddressBookUI/ABVCardLexer.h
Here we go again: this time with SBIcon setAlpha.
[iphone-api.git] / AddressBookUI / ABVCardLexer.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 "NSObject.h"
8
9 @class NSArray, NSMutableData;
10
11 @interface ABVCardLexer : NSObject
12 {
13 NSMutableData *_data;
14 char *_bytes;
15 unsigned int _length;
16 unsigned int _peakedPoint;
17 unsigned int _cursor;
18 BOOL _unicode;
19 int _errorCount;
20 NSArray *_activeTokenSets;
21 }
22
23 - (id)tokenName:(int)fp8;
24 - (id)initWithData:(id)fp8;
25 - (void)dealloc;
26 - (void)finalize;
27 - (unsigned int)cursor;
28 - (int)errorCount;
29 - (id)tokenSetForLength:(int)fp8;
30 - (int)nextTokenPeakSingle:(BOOL)fp8 length:(int)fp12;
31 - (int)nextTokenPeakUnicode:(BOOL)fp8 length:(int)fp12;
32 - (int)nextTokenPeak:(BOOL)fp8;
33 - (id)nextQuotedPrintableData;
34 - (id)nextEscapedCharacter;
35 - (id)nextSingleByteStringInEncoding:(unsigned int)fp8 quotedPrintable:(BOOL)fp12 stopTokens:(int)fp16 trim:(BOOL)fp20;
36 - (id)nextUnicodeStringStopTokens:(int)fp8 quotedPrintable:(BOOL)fp12 trim:(BOOL)fp16;
37 - (id)nextStringInEncoding:(unsigned int)fp8 quotedPrintable:(BOOL)fp12 stopTokens:(int)fp16 trim:(BOOL)fp20;
38 - (int)tokenAtCursor;
39 - (id)nextArraySeperatedByToken:(int)fp8 stoppingAt:(int)fp12 inEncoding:(unsigned int)fp16;
40 - (id)nextUnicodeBase64Line:(char *)fp8;
41 - (id)nextSingleByteBase64Line:(char *)fp8;
42 - (id)nextBase64Line:(char *)fp8;
43 - (id)nextBase64Data;
44 - (void)advanceToPeakPoint;
45 - (int)advanceToUnicodeString;
46 - (int)advanceToSingleByteString;
47 - (int)advanceToString;
48 - (BOOL)advanceToToken:(int)fp8 throughTypes:(int)fp12;
49 - (BOOL)advanceToEOLUnicode;
50 - (BOOL)advanceToEOLSingle;
51 - (BOOL)advanceToEOL;
52 - (BOOL)advancePastEOLUnicode;
53 - (BOOL)advancePastEOLSingle;
54 - (BOOL)advancePastEOL;
55 - (BOOL)atEOF;
56
57 @end
58