OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SWIsltsResult
(Results
1 - 8
of
8
) sorted by null
/external/srec/seti/sltsEngine/include/
CSWIslts.h
33
SWIsltsResult
init();
34
SWIsltsResult
term();
36
SWIsltsResult
open(const char *data_filename, const char *dictionary_filename);
38
SWIsltsResult
open(const char *data_filename);
40
SWIsltsResult
close();
41
SWIsltsResult
textToPhone(const char *text,
SWIslts.h
52
}
SWIsltsResult
;
60
SWIsltsResult
(*init) (void);
61
SWIsltsResult
(*term) (void);
62
SWIsltsResult
(*open) (SWIsltsHand *phLts,
64
SWIsltsResult
(*close) (SWIsltsHand hLts);
65
SWIsltsResult
(*textToPhone) (SWIsltsHand hLts,
74
SWISLTS_FNDECLARE
SWIsltsResult
SWIsltsGetWrapper(SWIsltsWrapperHand *phLtsWrap);
75
SWISLTS_FNDECLARE
SWIsltsResult
SWIsltsReleaseWrapper(SWIsltsWrapperHand hLtsWrap);
77
typedef
SWIsltsResult
(*pSWIsltsReleaseWrapper)(SWIsltsWrapperHand);
78
typedef
SWIsltsResult
(*pSWIsltsGetWrapper)(SWIsltsWrapperHand *)
[
all
...]
lts_error.h
37
}
SWIsltsResult
;
fsm_dictionary.h
43
SWIsltsResult
load_fsm_dictionary(const char *dict_file, FSM_DICTIONARY ** pd);
44
SWIsltsResult
free_fsm_dictionary(FSM_DICTIONARY * d);
lts.h
41
SWIsltsResult
create_lts(char *data_filename, LTS_HANDLE *phLts);
46
SWIsltsResult
free_lts(LTS_HANDLE hLts);
61
SWIsltsResult
run_lts(LTS_HANDLE h, FSM_DICT_HANDLE hdict, char *input_sentence, char **output_phone_string, int *phone_length);
/external/srec/seti/sltsEngine/src/
SWIslts.c
73
static
SWIsltsResult
GetPhoneStr(SLTS_Engine *pEng, char *apszPhones[], int num_phones, char *pszPhoneStr, size_t *len);
75
SWISLTS_FNEXPORT
SWIsltsResult
SWIsltsGetWrapper(SWIsltsWrapper **ppLtsWrap)
95
SWISLTS_FNEXPORT
SWIsltsResult
SWIsltsReleaseWrapper(SWIsltsWrapper *pLtsWrap)
107
SWISLTS_FNEXPORT
SWIsltsResult
SWIsltsInit()
112
SWISLTS_FNEXPORT
SWIsltsResult
SWIsltsTerm()
118
SWISLTS_FNEXPORT
SWIsltsResult
SWIsltsOpen(SWIsltsHand *phLts,
122
SWIsltsResult
nRes = SWIsltsSuccess;
162
SWISLTS_FNEXPORT
SWIsltsResult
SWIsltsClose(SWIsltsHand hLts)
185
SWISLTS_FNEXPORT
SWIsltsResult
SWIsltsTextToPhone(SWIsltsHand hLts,
192
SWIsltsResult
nRes = SWIsltsSuccess
[
all
...]
run_seq_lts.c
66
static
SWIsltsResult
load_lquestions(LQUESTION ***pquestions, int *pnum_questions, PORT_FILE *fp);
67
static
SWIsltsResult
free_lquestions(LQUESTION ** questions, int num_questions);
68
static
SWIsltsResult
load_letter_mapping(PORT_FILE *fp, LM **ppLetterMap);
69
static
SWIsltsResult
free_letter_mapping(LM *lm);
70
static
SWIsltsResult
load_phone_mapping(PORT_FILE *fp, PM **ppPhoneMap);
71
static
SWIsltsResult
free_phone_mapping(PM *pm);
72
static
SWIsltsResult
load_outputs(char ***poutputs, char ***pinputs, int *pnum, PORT_FILE *fp);
73
static
SWIsltsResult
free_outputs(char **outputs, char **inputs, int num);
74
static
SWIsltsResult
load_trees(RT_LTREE ***ptrees, int *num_letters,
76
static
SWIsltsResult
free_trees(RT_LTREE **trees, int num_letters, LQUESTION **questions, int num_questions, LM *lm)
[
all
...]
/external/srec/srec/Vocabulary/src/
VocabularyImpl.c
52
SWIsltsResult
res = SWIsltsSuccess;
107
SWIsltsResult
res = SWIsltsSuccess;
426
SWIsltsResult
res = SWIsltsSuccess;
Completed in 463 milliseconds