Home
last modified time | relevance | path

Searched refs:LTS_MARKER_WORD_START (Results 1 – 1 of 1) sorted by relevance

/external/srec/seti/sltsEngine/src/
Drun_seq_lts.c58 #define LTS_MARKER_WORD_START "WS" macro
1421 if (strcmp(out, LTS_MARKER_WORD_START) == 0) { in adjust_syllable_boundaries()
1498 if ((strcmp(output_phone_string[i-1], LTS_MARKER_WORD_START) == 0) && in adjust_syllable_boundaries()
1577 …else if (strcmp(output_phone_string[num_out-1], LTS_MARKER_WORD_START) == 0) left_phone = find_pho… in lts_for_word()
1711 strcpy(output_phone_string[num_out++], LTS_MARKER_WORD_START); in run_lts()
1744 strcpy(output_phone_string[num_out++], LTS_MARKER_WORD_START); in run_lts()