2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <Foundation/NSObject.h>
9 @
class NSData
, NSMutableArray
, NSString
, ShiftMatcher
, WordInfo
;
11 @interface KBWordSearch
: NSObject
13 WordInfo
*_learnDict
[200];
16 NSMutableArray
*_abPhoneticNamePairs
;
17 BOOL _isRegisteringABEntries
;
19 NSMutableArray
*_candidates
;
20 NSMutableArray
*_emptyCandidates
;
21 int _lastConnection
[10];
24 ShiftMatcher
*_css
[100];
27 int *_exactMatchArray
;
28 int _exactMatchCapacity
;
30 int _prefixMatchArray
[10];
31 int _prefixMatchCount
;
32 int _expandMatchStack
[10];
33 int _numberOfConnectionCands
[10];
34 CDAnonymousStruct8
*_expandExactArray
;
35 int _expandExactCapacity
;
36 int _expandExactCount
;
37 CDAnonymousStruct8 _expandPrefixArray
[5];
38 int _expandPrefixCount
;
40 struct _DictEntry
*_dict
;
43 NSString
*_deletedString
;
44 NSString
*_deletedPat
;
48 BOOL _isAddingExactMatch
;
50 BOOL _insertInputStringInCandidate
;
52 NSString
*_currentInputMode
;
53 BOOL _learningDictSaved
;
56 - (id
)a_matcher
:(char *)fp8 withAmbiguity
:(int)fp12
;
57 - (id
)c_matcher
:(char *)fp8 withAmbiguity
:(int)fp12
;
58 - (int)dictHash
:(char *)fp8
;
59 - (id
)learndicFileName
;
60 - (void)_loadLearningDictionary
;
61 - (void)saveLearningDictionary
;
62 - (void)registerNamesFromAddressBook
;
63 - (void)reallocExactMatchArray
;
64 - (void)reallocExpandExactArray
;
65 - (id
)initKBWordSearch
:(BOOL
)fp8 dictPath
:(id
)fp12
;
67 - (int)addCandidate
:(char *)fp8 yomi
:(char *)fp12 inConnection
:(int)fp16 outConnection
:(int)fp20 nCands
:(int)fp24 weight
:(int)fp28 type
:(int)fp32
;
68 - (BOOL
)noDupWithArray
:(int *)fp8 arrayCount
:(int)fp12 index
:(int)fp16
;
69 - (void)addNeededCandidates
;
70 - (BOOL
)generateCand1
:(int)fp8 connection
:(int)fp12 matchedLen
:(int)fp16 level
:(int)fp20 patLen
:(int)fp24
;
71 - (BOOL
)generateCand0
:(int)fp8 matchedLen
:(int)fp12 level
:(int)fp16
;
72 - (id
)getCandidates0
:(id
)fp8 fixPat
:(id
)fp12
;
73 - (id
)getCandidates1
:(id
)fp8 fixPat
:(id
)fp12
;
74 - (const char *)yomiInEngineRepresentation
:(id
)fp8
;
76 - (id
)getCandidates
:(id
)fp8
;
77 - (id
)getCandidates
:(id
)fp8 fixPat
:(id
)fp12
;
78 - (void)registABEntriesWithWord
:(id
)fp8 andYomi
:(id
)fp12
;
79 - (void)regist
:(id
)fp8 withYomi
:(id
)fp12 inConnection
:(int)fp16 outConnection
:(int *)fp20 outConnections
:(int)fp24
;
81 - (void)setSearchMode
:(int)fp8
;
82 - (void)setYouTubeMode
:(BOOL
)fp8
;
83 - (void)setInsertInputStringInCandidate
:(BOOL
)fp8
;
84 - (void)setMaxCands
:(int)fp8
;
85 - (void)setDeletedString
:(id
)fp8
;
87 - (void)setDeletedPat
:(id
)fp8
;
91 - (BOOL
)checkGSEventQueueContainsMouseEvent
;
92 - (void)getCandidatesAsyncForString
:(id
)fp8 target
:(id
)fp12 action
:(SEL
)fp16
;
93 - (void)_getCandidatesOnThread
:(id
)fp8
;