OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SR_VocabularyCreate
(Results
1 - 3
of
3
) sorted by null
/external/srec/srec/Vocabulary/include/
SR_Vocabulary.h
97
SREC_VOCABULARY_API ESR_ReturnCode
SR_VocabularyCreate
(ESR_Locale locale, SR_Vocabulary** self);
/external/srec/tools/dictTest/
dictTest.c
274
rc =
SR_VocabularyCreate
(localeTag, &vocab);
277
rc =
SR_VocabularyCreate
(ESR_LOCALE_EN_US, &vocab);
/external/srec/srec/Vocabulary/src/
Vocabulary.c
25
ESR_ReturnCode
SR_VocabularyCreate
(ESR_Locale locale, SR_Vocabulary** self)
Completed in 200 milliseconds