OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hSlts
(Results
1 - 2
of
2
) sorted by null
/external/srec/srec/Vocabulary/src/
VocabularyImpl.c
66
impl->
hSlts
= NULL;
87
res = SWIsltsOpen(&(impl->
hSlts
), szG2PDataFile);
117
if ( bG2P == ESR_FALSE || impl->
hSlts
== NULL)
122
res = SWIsltsClose(impl->
hSlts
);
169
impl->
hSlts
= NULL;
248
impl->
hSlts
= NULL;
520
if (impl->
hSlts
)
522
res = SWIsltsG2PGetWordTranscriptions(impl->
hSlts
, curr, &pTranscriptions, &nNbrOfTranscriptions);
543
res = SWIsltsG2PFreeWordTranscriptions(impl->
hSlts
, pTranscriptions);
552
PLogError(L("ESR_INVALID_ARGUMENT: impl->
hSlts
was not configured!"))
[
all
...]
/external/srec/srec/Vocabulary/include/
SR_VocabularyImpl.h
62
SWIsltsHand
hSlts
;
Completed in 47 milliseconds