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

/external/srec/seti/sltsEngine/src/
H A Drun_seq_lts.c1010 int first_syl_end; local
1108 first_syl_end = word_len;
1114 first_syl_end = j;
1130 pfprintf(PSTDOUT,"first_syl_end %d last_syl_start %d\n", first_syl_end, last_syl_start);
1134 else if (index < first_syl_end) dp->properties[ SylInWord] = 0;
1137 first_syl_end = word_len;
1146 first_syl_end = j;
1165 pfprintf(PSTDOUT,"first_syl_end %d last_syl_start %d\n", first_syl_end, last_syl_star
[all...]

Completed in 713 milliseconds