Searched defs:input_sentence (Results 1 - 2 of 2) sorted by relevance

/external/srec/srec/Vocabulary/src/
H A DVocabularyImpl.c37 static ESR_ReturnCode run_ttt(const LCHAR *input_sentence, LCHAR *output_sentence, int *text_length);
581 static ESR_ReturnCode run_ttt(const LCHAR *input_sentence, LCHAR *output_sentence, int *text_length) argument
588 while (*input_sentence != L('\0')) {
594 if (L('0') <= *input_sentence && *input_sentence <= L('9')) {
599 while( LISSPACE(*input_sentence) ) input_sentence++;
601 output_sentence[num_out] = *input_sentence;
610 while( LISSPACE(*input_sentence)) input_sentence
[all...]
/external/srec/seti/sltsEngine/src/
H A Drun_seq_lts.c1669 SWIsltsResult run_lts(LTS_HANDLE h, FSM_DICT_HANDLE hdict, char *input_sentence, char **output_phone_string, int *phone_length) argument
1684 len = strlen(input_sentence);
1704 pfprintf(PSTDOUT,"WORKING on letter %d %c\n", i, input_sentence[i]);
1709 if ((input_sentence[i] == ' ') || (input_sentence[i] == '-') || (input_sentence[i] == '\t') || (i == len)) {
1736 else if ( (input_sentence[i] == '.')
1737 || (input_sentence[i] == ',')
1738 || (input_sentence[i] == '!')
1739 || (input_sentence[
[all...]

Completed in 92 milliseconds