Home
last modified time | relevance | path

Searched defs:phoneSeq (Results 1 – 25 of 35) sorted by relevance

12

/dports/chinese/libchewing/libchewing-0.5.1/src/
H A Duserphrase-hash.c28 static int LoadOriginalFreq(ChewingData *pgdata, const uint16_t phoneSeq[], const char wordSeq[], i… in LoadOriginalFreq()
52 static int LoadMaxFreq(ChewingData *pgdata, const uint16_t phoneSeq[], int len) in LoadMaxFreq()
106 const uint16_t phoneSeq[], in LogUserPhrase()
128 int UserUpdatePhrase(ChewingData *pgdata, const uint16_t phoneSeq[], const char wordSeq[]) in UserUpdatePhrase()
178 int UserRemovePhrase(ChewingData *pgdata, const uint16_t phoneSeq[], const char wordSeq[]) in UserRemovePhrase()
209 UserPhraseData *UserGetPhraseFirst(ChewingData *pgdata, const uint16_t phoneSeq[]) in UserGetPhraseFirst()
217 UserPhraseData *UserGetPhraseNext(ChewingData *pgdata, const uint16_t phoneSeq[]) in UserGetPhraseNext()
225 void UserGetPhraseEnd(ChewingData *pgdata, const uint16_t phoneSeq[]) in UserGetPhraseEnd()
H A Duserphrase-sql.c23 static int UserBindPhone(ChewingData *pgdata, int index, const uint16_t phoneSeq[], int len) in UserBindPhone()
63 static int LoadOriginalFreq(ChewingData *pgdata, const uint16_t phoneSeq[], const char wordSeq[], i… in LoadOriginalFreq()
87 static int LoadMaxFreq(ChewingData *pgdata, const uint16_t phoneSeq[], int len) in LoadMaxFreq()
165 const uint16_t phoneSeq[], in LogUserPhrase()
187 int UserUpdatePhrase(ChewingData *pgdata, const uint16_t phoneSeq[], const char wordSeq[]) in UserUpdatePhrase()
338 int UserRemovePhrase(ChewingData *pgdata, const uint16_t phoneSeq[], const char wordSeq[]) in UserRemovePhrase()
382 UserPhraseData *UserGetPhraseFirst(ChewingData *pgdata, const uint16_t phoneSeq[]) in UserGetPhraseFirst()
407 UserPhraseData *UserGetPhraseNext(ChewingData *pgdata, const uint16_t phoneSeq[]) in UserGetPhraseNext()
H A Dhash.c63 static unsigned int HashFunc(const uint16_t phoneSeq[]) in HashFunc()
72 HASH_ITEM *HashFindPhonePhrase(ChewingData *pgdata, const uint16_t phoneSeq[], HASH_ITEM *pItemLast) in HashFindPhonePhrase()
82 HASH_ITEM **HashFindHead(ChewingData *pgdata, const uint16_t phoneSeq[]) in HashFindHead()
90 HASH_ITEM *HashFindEntry(ChewingData *pgdata, const uint16_t phoneSeq[], const char wordSeq[]) in HashFindEntry()
H A Dchoice.c69 const uint16_t *phoneSeq = pgdata->phoneSeq; in SetAvailInfo() local
204 uint16_t *phoneSeq = pgdata->phoneSeq; in SetChoiceInfo() local
319 int phoneSeq = PhoneSeqCursor(pgdata); in SeekPhraseHead() local
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/OVIMSpaceChewing0.3/libchewing/
H A Duserphrase.c46 static int LoadOriginalFreq( const uint16 phoneSeq[], const char wordSeq[], int len ) in LoadOriginalFreq()
73 static int LoadMaxFreq( const uint16 phoneSeq[], int len ) in LoadMaxFreq()
134 int UserUpdatePhrase( const uint16 phoneSeq[], const char wordSeq[] ) in UserUpdatePhrase()
174 UserPhraseData *UserGetPhraseFirst( const uint16 phoneSeq[] ) in UserGetPhraseFirst()
182 UserPhraseData *UserGetPhraseNext( const uint16 phoneSeq[] ) in UserGetPhraseNext()
H A Dchoice.c79 AvailInfo *pai, const uint16 phoneSeq[], in SetAvailInfo()
135 ChoiceInfo *pci,AvailInfo *pai, uint16 *phoneSeq, int cursor, in SetChoiceInfo()
H A Dhash.c50 static unsigned int HashFunc( const uint16 phoneSeq[] ) in HashFunc()
59 HASH_ITEM *HashFindPhonePhrase( const uint16 phoneSeq[], HASH_ITEM *pItemLast ) in HashFindPhonePhrase()
71 HASH_ITEM *HashFindEntry( const uint16 phoneSeq[], const char wordSeq[] ) in HashFindEntry()
H A Duserphrase.h32 uint16 *phoneSeq; member
H A Dtree.c274 int TreeFindPhrase( int begin, int end, const uint16 *phoneSeq ) in TreeFindPhrase()
349 uint16 *phoneSeq, int nPhoneSeq, in FindInterval()
609 static void LoadChar( char *buf, int buf_len, uint16 phoneSeq[], int nPhoneSeq ) in LoadChar()
626 uint16 phoneSeq[], int nPhoneSeq, in OutputRecordStr()
919 PhrasingOutput *ppo, uint16 phoneSeq[], int nPhoneSeq, in Phrasing()
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/OVIMSpaceChewingOld/libchewing/
H A Duserphrase.c43 int LoadOriginalFreq( const uint16 phoneSeq[], const char wordSeq[], int len ) in LoadOriginalFreq()
69 int LoadMaxFreq( const uint16 phoneSeq[], int len ) in LoadMaxFreq()
130 int UserUpdatePhrase( const uint16 phoneSeq[], const char wordSeq[] ) in UserUpdatePhrase()
170 UserPhraseData *UserGetPhraseFirst( const uint16 phoneSeq[] ) in UserGetPhraseFirst()
178 UserPhraseData *UserGetPhraseNext( const uint16 phoneSeq[] ) in UserGetPhraseNext()
H A Dhash.c49 static unsigned int HashFunc( const uint16 phoneSeq[] ) in HashFunc()
58 HASH_ITEM *HashFindPhonePhrase( const uint16 phoneSeq[], HASH_ITEM *pItemLast ) in HashFindPhonePhrase()
70 HASH_ITEM *HashFindEntry( const uint16 phoneSeq[], const char wordSeq[] ) in HashFindEntry()
H A Dchoice.c71 AvailInfo *pai, const uint16 phoneSeq[], in SetAvailInfo()
127 ChoiceInfo *pci,AvailInfo *pai, uint16 *phoneSeq, int cursor, in SetChoiceInfo()
H A Dtree.c235 int TreeFindPhrase( int begin, int end, const uint16 *phoneSeq ) in TreeFindPhrase()
270 uint16 *phoneSeq, int nPhoneSeq, in FindInterval()
502 void LoadChar( char *buf, uint16 phoneSeq[], int nPhoneSeq ) in LoadChar()
517 uint16 phoneSeq[], int nPhoneSeq, in OutputRecordStr()
773 PhrasingOutput *ppo, uint16 phoneSeq[], int nPhoneSeq, in Phrasing()
H A Duserphrase.h32 uint16 *phoneSeq; member
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Modules/OVIMSpaceChewingOld/libchewing/
H A Duserphrase.c43 int LoadOriginalFreq( const uint16 phoneSeq[], const char wordSeq[], int len ) in LoadOriginalFreq()
69 int LoadMaxFreq( const uint16 phoneSeq[], int len ) in LoadMaxFreq()
130 int UserUpdatePhrase( const uint16 phoneSeq[], const char wordSeq[] ) in UserUpdatePhrase()
170 UserPhraseData *UserGetPhraseFirst( const uint16 phoneSeq[] ) in UserGetPhraseFirst()
178 UserPhraseData *UserGetPhraseNext( const uint16 phoneSeq[] ) in UserGetPhraseNext()
H A Dhash.c49 static unsigned int HashFunc( const uint16 phoneSeq[] ) in HashFunc()
58 HASH_ITEM *HashFindPhonePhrase( const uint16 phoneSeq[], HASH_ITEM *pItemLast ) in HashFindPhonePhrase()
70 HASH_ITEM *HashFindEntry( const uint16 phoneSeq[], const char wordSeq[] ) in HashFindEntry()
H A Dchoice.c71 AvailInfo *pai, const uint16 phoneSeq[], in SetAvailInfo()
127 ChoiceInfo *pci,AvailInfo *pai, uint16 *phoneSeq, int cursor, in SetChoiceInfo()
H A Dtree.c235 int TreeFindPhrase( int begin, int end, const uint16 *phoneSeq ) in TreeFindPhrase()
270 uint16 *phoneSeq, int nPhoneSeq, in FindInterval()
502 void LoadChar( char *buf, uint16 phoneSeq[], int nPhoneSeq ) in LoadChar()
517 uint16 phoneSeq[], int nPhoneSeq, in OutputRecordStr()
773 PhrasingOutput *ppo, uint16 phoneSeq[], int nPhoneSeq, in Phrasing()
H A Duserphrase.h32 uint16 *phoneSeq; member
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Modules/OVIMSpaceChewing0.3/libchewing/
H A Duserphrase.h47 * @retval USER_UPDATE_FAIL Update fail. in LoadOriginalFreq()
H A Dchoice.c79 AvailInfo *pai, const uint16 phoneSeq[], in SetAvailInfo()
135 ChoiceInfo *pci,AvailInfo *pai, uint16 *phoneSeq, int cursor, in SetChoiceInfo()
H A Dhash.c50 static unsigned int HashFunc( const uint16 phoneSeq[] ) in HashFunc()
59 HASH_ITEM *HashFindPhonePhrase( const uint16 phoneSeq[], HASH_ITEM *pItemLast ) in HashFindPhonePhrase()
71 HASH_ITEM *HashFindEntry( const uint16 phoneSeq[], const char wordSeq[] ) in HashFindEntry()
H A Dzuin.c33 static int IsDvorakHsuPhoEndKey( int pho_inx[], int key )
H A Dtree.c274 int TreeFindPhrase( int begin, int end, const uint16 *phoneSeq ) in TreeFindPhrase()
349 uint16 *phoneSeq, int nPhoneSeq, in FindInterval()
609 static void LoadChar( char *buf, int buf_len, uint16 phoneSeq[], int nPhoneSeq ) in LoadChar()
626 uint16 phoneSeq[], int nPhoneSeq, in OutputRecordStr()
919 PhrasingOutput *ppo, uint16 phoneSeq[], int nPhoneSeq, in Phrasing()
/dports/chinese/libchewing/libchewing-0.5.1/src/common/
H A Dkey2pho.c212 size_t GetPhoneLen(const uint16_t *phoneSeq) in GetPhoneLen()
237 …opomofoFromUintArray(char *const bopomofo_buf, const size_t bopomofo_len, const uint16_t *phoneSeq) in BopomofoFromUintArray()

12