HomeSort by relevance Sort by last modified time
    Searched refs:nRes (Results 1 - 3 of 3) sorted by null

  /external/srec/seti/sltsEngine/src/
SWIslts.c 122 SWIsltsResult nRes = SWIsltsSuccess;
143 nRes = create_lts((char *)data_filename, &pEng->m_hLts);
144 if (nRes != SWIsltsSuccess) {
145 PLogError(L("create_lts with the model file (%s) fails with return code %d\n"), (char *)data_filename, nRes);
158 return nRes;
192 SWIsltsResult nRes = SWIsltsSuccess;
237 nRes = SWIsltsEmptyPhoneString;
242 nRes = run_lts(pEng->m_hLts, pEng->m_hDict, new_text, output_phone_string, output_phone_len);
243 if (nRes != SWIsltsSuccess) {
265 return nRes;
    [all...]
run_seq_lts.c 183 SWIsltsResult nRes = SWIsltsSuccess;
193 nRes = SWIsltsErrAllocResource;
200 nRes = SWIsltsErrAllocResource;
213 nRes = SWIsltsErrAllocResource;
230 return nRes;
236 SWIsltsResult nRes = SWIsltsSuccess;
250 return nRes;
255 SWIsltsResult nRes = SWIsltsSuccess;
263 nRes = SWIsltsErrAllocResource;
272 nRes = SWIsltsErrAllocResource
    [all...]
  /external/srec/srec/Vocabulary/src/
VocabularyImpl.c 583 ESR_ReturnCode nRes = ESR_SUCCESS;
590 nRes = ESR_FATAL_ERROR;
629 return nRes;

Completed in 146 milliseconds