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

/external/srec/seti/sltsEngine/src/
H A Drun_seq_lts.c82 int find_phone(const char *ph, PM *pm);
939 int find_phone(const char *ph, PM *pm) function
945 PLogError("error while in find_phone(%s,%x)\n", ph, pm);
1554 left_phone = find_phone(LTS_MARKER_PIPESEP, lts->phone_mapping);
1576 if (strcmp(output_phone_string[num_out-1], LTS_MARKER_PRON_START) == 0) left_phone = find_phone(LTS_MARKER_PIPESEP, lts->phone_mapping);
1577 else if (strcmp(output_phone_string[num_out-1], LTS_MARKER_WORD_START) == 0) left_phone = find_phone(LTS_MARKER_PIPESEP, lts->phone_mapping);
1578 else left_phone = find_phone(output_phone_string[num_out-1], lts->phone_mapping);

Completed in 45 milliseconds