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

  /external/srec/srec/crec/
srec_context.c 186 if (rc != FST_SUCCESS) return rc;
193 if (rc != FST_SUCCESS) return rc;
200 if (rc != FST_SUCCESS) return rc;
209 return rc ? FST_FAILED_ON_INVALID_ARGS : FST_SUCCESS;
226 int rc = FST_SUCCESS;
237 return rc ? FST_FAILED_ON_INVALID_ARGS : FST_SUCCESS;
275 return FST_SUCCESS;
281 return FST_SUCCESS;
364 return FST_SUCCESS;
422 return FST_SUCCESS;
    [all...]
  /external/srec/srec/include/
srec_context.h 172 #define FST_SUCCESS 0
  /external/srec/srec/Grammar/src/
SR_GrammarImpl.c 245 * if word already exists and pron is same (i.e. as if no action) returns FST_SUCCESS
246 * if word already exists and pron is different (e.g. read-rEd and read-red) returns FST_SUCCESS
247 * if word does not exist and no duplicate pron exists (homonyms not supported) returns FST_SUCCESS
253 case FST_SUCCESS:

Completed in 36 milliseconds