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

  /external/srec/shared/src/
CommandLine.c 39 if (lastKeyFound != NULL && LSTRCMP(lastKeyFound, key) == 0)
55 if (lastKeyFound != NULL && LSTRCMP(lastKeyFound, key) == 0)
66 if (lastKeyFound != NULL && LSTRCMP(lastKeyFound, key) == 0)
  /external/srec/tools/dictTest/
dictTest.c 101 if(LSTRCMP(expectedPhoneme, phoneme) == 0)
164 if(!LSTRCMP(argv[i], L("-words")))
166 else if(!LSTRCMP(argv[i], L("-vocab")))
168 else if(!LSTRCMP(argv[i], L("-locale")))
170 else if(!LSTRCMP(argv[i], L("-out")))
172 else if(!LSTRCMP(argv[i], L("-itest")))
174 else if(!LSTRCMP(argv[i], L("-parfile")) || !LSTRCMP(argv[i], L("-par")) )
331 if(!LSTRCMP("qqq",phrase))
  /external/srec/srec/Semproc/src/
ExpressionEvaluator.c 70 if (!LSTRCMP(operands[0], UNDEFINED_SYMBOL) || !operands[0] ||
71 !LSTRCMP(operands[0], FALSE_SYMBOL))
SymbolTable.c 172 if (!LSTRCMP(key, self->SpecialSymbols[i].key))
184 if (!LSTRCMP(key, self->SpecialSymbols[i].key))
277 if (!LSTRCMP(self->SpecialSymbols[i].key, key))
  /external/srec/tools/make_g2g/
make_g2g.c 97 if (base==NULL || (LSTRCMP(outFilename, L(""))==0 ))
  /external/srec/srec/test/SRecTest/src/
SRecTest.c 192 if ((LSTRCMP(functionName, "myDSMCallback")!=0) || (argc > 1))
908 if ( LSTRCMP ( ve_marker, L("ve") ) ==0 )
910 else if ( LSTRCMP ( ve_marker, L("not_ve") ) ==0 )
    [all...]
  /external/srec/portable/include/
ptypes.h 242 #define LSTRCMP strcmp
384 #define LSTRCMP wcscmp
  /external/srec/tools/parseStringTest/
parseStringTest.c 303 if (!LSTRCMP(argv[i], L("-base")))
308 else if (!LSTRCMP(argv[i], L("-in")))
313 else if (!LSTRCMP(argv[i], L("-out")))
318 else if (!LSTRCMP(argv[i], L("-itest")))
323 else if (!LSTRCMP(argv[i], L("-ids")))
327 else if (!LSTRCMP(argv[i], L("-allids")))
358 if (LSTRCMP(infilename, "-") == 0)
428 if (!LSTRCMP("qqq", trans))
  /external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c 190 if ((LSTRCMP(functionName, "myDSMCallback")!=0) || (argc > 1))
900 if ( LSTRCMP ( ve_marker, L("ve") ) ==0 )
902 else if ( LSTRCMP ( ve_marker, L("not_ve") ) ==0 )
    [all...]
  /external/srec/tools/test_g2g/
test_g2g.c 122 if(!LSTRCMP(argv[i], L("-base")))
127 else if(!LSTRCMP(argv[i],L("-out")))
131 else if(!LSTRCMP(argv[i],L("-swiarb")))
135 else if(!LSTRCMP(argv[i],L("-checkword")))
139 else if(!LSTRCMP(argv[i],L("-log")))
  /external/srec/portable/src/
PANSIFileSystemImpl.c 163 if (LSTRCMP(oldValue, value) != 0)
256 if (LSTRCMP(bestValue, L("/")) == 0 && isAbsolute)
PFileSystem.c 212 if (LSTRCMP(tokens[i], L("../")) == 0)
220 else if (LSTRCMP(tokens[i], L("./")) == 0)
phashtable.c 104 tmp->args.compFunction = LSTRCMP;
pmemory.c 200 LSTRCMP(gMemoryMap[idx].tag, key) == 0)
  /external/srec/srec/Recognizer/src/
Recognizer.c 141 if ( LSTRCMP( L("CREC.Frontend.samplerate"), name ) == 0 )
RecognizerImpl.c     [all...]
  /external/srec/srec/Vocabulary/src/
Vocabulary.c 235 if (!LSTRCMP(m[i], multi)) {
  /external/srec/srec/EventLog/src/
EventLogImpl.c 551 if (!LSTRCMP(event, "SWIrcst"))
567 if (!LSTRCMP(event, "SWIrcnd"))
  /external/srec/srec/Grammar/src/
SR_GrammarImpl.c 216 if (!pronunciation || !(*pronunciation) || !LSTRCMP(pronunciation, L("NULL")))
525 if (!LSTRCMP(key, "locale"))
  /external/srec/srec/AcousticModels/src/
AcousticModelsImpl.c 489 if (LSTRCMP(temp, value) == 0)
  /external/srec/srec/crec/
srec_context.c 319 return LSTRCMP(key1,key2);
    [all...]

Completed in 963 milliseconds