Searched refs:LSTRSTR (Results 1 – 11 of 11) sorted by relevance
/external/srec/portable/include/ |
D | ptypes.h | 277 #define LSTRSTR strstr macro 423 #define LSTRSTR wcsstr macro
|
/external/srec/portable/src/UNIX/ |
D | PANSIFileSystemUNIXImpl.c | 56 if (LSTRSTR(path, value)==path) in PANSIFileSystemGetVirtualPathImpl()
|
/external/srec/portable/src/ |
D | pmemory.c | 152 index = LSTRSTR(index, L(" at\n")); in getStackTrace() 536 index = LSTRSTR(index, L(" at ")); in PMemReport()
|
D | plog.c | 355 index = LSTRSTR(index, L(" at\n")); in logIt()
|
D | PFileSystem.c | 286 if (LSTRSTR(path, key) == path) in PFileSystemGetFS()
|
/external/srec/srec/Grammar/src/ |
D | SR_GrammarImpl.c | 385 if (LSTRSTR(tok, "addWords")) in SR_GrammarLoad() 410 if (LSTRSTR(filename, L(".g2g"))) in SR_GrammarLoad()
|
/external/srec/srec/Semproc/src/ |
D | SemanticProcessorImpl.c | 721 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()
|
D | SemanticGraphImpl.c | 588 if (LSTRSTR(basename, L(".g2g"))) in SR_SemanticGraph_Load()
|
/external/srec/srec/EventLog/src/ |
D | EventLogImpl.c | 647 p = LSTRSTR(impl->waveformFilename, L(".log")); in SR_EventLog_AudioOpen()
|
/external/srec/srec/Recognizer/src/ |
D | RecognizerImpl.c | 3898 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/ |
D | srec_context.c | 1339 if( LSTRSTR(pron, VETRANS_PREFIX)!=NULL) { in FST_AddWordToGrammar()
|