Home
last modified time | relevance | path

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

/external/srec/srec/Vocabulary/src/
DVocabularyImpl.c420 ESR_ReturnCode nEsrRes = ESR_SUCCESS; in SR_VocabularyGetPronunciationImpl() local
447 CHKLOG( nEsrRes, sr_vocabularyloadimpl_for_real( impl)); in SR_VocabularyGetPronunciationImpl()
465 nEsrRes = run_ttt(phrase, copy_of_phrase, &text_length); in SR_VocabularyGetPronunciationImpl()
466 if (nEsrRes != ESR_SUCCESS) in SR_VocabularyGetPronunciationImpl()
468 PLogError(L("ESR_FATAL_ERROR: run_ttt( ) fails with return code %d\n"), nEsrRes); in SR_VocabularyGetPronunciationImpl()
469 return nEsrRes; in SR_VocabularyGetPronunciationImpl()
551 nEsrRes = ESR_INVALID_ARGUMENT; in SR_VocabularyGetPronunciationImpl()
553 return nEsrRes; in SR_VocabularyGetPronunciationImpl()
556 nEsrRes = ESR_INVALID_ARGUMENT; in SR_VocabularyGetPronunciationImpl()
558 return nEsrRes; in SR_VocabularyGetPronunciationImpl()
[all …]