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 185 if (rc != FST_SUCCESS) return rc;
192 if (rc != FST_SUCCESS) return rc;
199 if (rc != FST_SUCCESS) return rc;
208 return rc ? FST_FAILED_ON_INVALID_ARGS : FST_SUCCESS;
225 int rc = FST_SUCCESS;
236 return rc ? FST_FAILED_ON_INVALID_ARGS : FST_SUCCESS;
274 return FST_SUCCESS;
280 return FST_SUCCESS;
363 return FST_SUCCESS;
421 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 24 milliseconds