OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ttp_lang
(Results
1 - 3
of
3
) sorted by null
/external/srec/srec/Vocabulary/include/
SR_VocabularyImpl.h
56
LCHAR *
ttp_lang
;
member in struct:SR_VocabularyImpl_t
114
#define
TTP_LANG
(locale) locale == ESR_LOCALE_EN_US ? L("enu") : \
/external/srec/srec/Vocabulary/src/
VocabularyImpl.c
222
impl->
ttp_lang
=
TTP_LANG
(impl->locale);
245
impl->
ttp_lang
= NULL;
Vocabulary.c
34
impl->
ttp_lang
=
TTP_LANG
(locale);
37
/* impl->
ttp_lang
should be set to the current language before G2P is created */
Completed in 4097 milliseconds