OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ca_rc
(Results
1 - 1
of
1
) sorted by null
/external/srec/srec/Grammar/src/
SR_GrammarImpl.c
158
int
ca_rc
= -99;
local
250
ca_rc
= CA_AddWordToSyntax(impl->syntax, slot, word, pronunciation, weight);
251
switch (
ca_rc
)
279
PLogError(L("%s|%s|%s|
ca_rc
=%d"), word, pronunciation, ESR_rc2str(rc),
ca_rc
);
local
285
CHKLOG(logrc, SR_EventLogTokenInt_BASIC(impl->eventLog, impl->logLevel, L("caRC"), (int)
ca_rc
));
294
CHKLOG(logrc, SR_EventLogTokenInt_BASIC(impl->eventLog, impl->logLevel, L("caRC"), (int)
ca_rc
));
Completed in 26 milliseconds