Home
last modified time | relevance | path

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

/external/srec/srec/Vocabulary/src/
DVocabularyImpl.c414 LCHAR copy_of_phrase[MAX_PRON_LEN]; in SR_VocabularyGetPronunciationImpl() local
465 nEsrRes = run_ttt(phrase, copy_of_phrase, &text_length); in SR_VocabularyGetPronunciationImpl()
479 nsplits = split_on_nonalphanum(copy_of_phrase, &end, impl->locale); in SR_VocabularyGetPronunciationImpl()
484 curr=get_first_word(copy_of_phrase,end); in SR_VocabularyGetPronunciationImpl()