Home
last modified time | relevance | path

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

/external/srec/portable/include/
Dptypes.h277 #define LSTRSTR strstr macro
423 #define LSTRSTR wcsstr macro
/external/srec/portable/src/UNIX/
DPANSIFileSystemUNIXImpl.c56 if (LSTRSTR(path, value)==path) in PANSIFileSystemGetVirtualPathImpl()
/external/srec/portable/src/
Dpmemory.c152 index = LSTRSTR(index, L(" at\n")); in getStackTrace()
536 index = LSTRSTR(index, L(" at ")); in PMemReport()
Dplog.c355 index = LSTRSTR(index, L(" at\n")); in logIt()
DPFileSystem.c286 if (LSTRSTR(path, key) == path) in PFileSystemGetFS()
/external/srec/srec/Grammar/src/
DSR_GrammarImpl.c385 if (LSTRSTR(tok, "addWords")) in SR_GrammarLoad()
410 if (LSTRSTR(filename, L(".g2g"))) in SR_GrammarLoad()
/external/srec/srec/Semproc/src/
DSemanticProcessorImpl.c721 if (LSTRSTR(p, ruleName) == p) /* key name begins with root ruleName */ in SR_SemanticProcessor_CheckParseByWordID()
1029 if (LSTRSTR(p, ruleName) == p) /* key name begins with root ruleName */ in SR_SemanticProcessor_CheckParse()
DSemanticGraphImpl.c588 if (LSTRSTR(basename, L(".g2g"))) in SR_SemanticGraph_Load()
/external/srec/srec/EventLog/src/
DEventLogImpl.c647 p = LSTRSTR(impl->waveformFilename, L(".log")); in SR_EventLog_AudioOpen()
/external/srec/srec/Recognizer/src/
DRecognizerImpl.c3898 p = LSTRSTR( end_pointed_result, PREFIX_WORD); in WaveformBuffer_ParseEndPointedResultAndTrim()
3909 p = LSTRSTR( end_pointed_result, SUFFIX_WORD); in WaveformBuffer_ParseEndPointedResultAndTrim()
/external/srec/srec/crec/
Dsrec_context.c1339 if( LSTRSTR(pron, VETRANS_PREFIX)!=NULL) { in FST_AddWordToGrammar()