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

  /external/srec/shared/include/
ESR_Locale.h 2 * ESR_Locale.h *
29 * @addtogroup ESR_LocaleModule ESR_Locale API functions
67 } ESR_Locale;
75 ESR_SHARED_API LCHAR* ESR_locale2str(const ESR_Locale locale);
78 * Given a locale's string representation, returns the associated ESR_Locale handle.
84 ESR_SHARED_API ESR_ReturnCode ESR_str2locale(const LCHAR* str, ESR_Locale* locale);
  /external/srec/srec/Vocabulary/include/
SR_Vocabulary.h 25 #include "ESR_Locale.h"
68 ESR_ReturnCode(*getLanguage)(struct SR_Vocabulary_t* self, ESR_Locale* locale);
97 SREC_VOCABULARY_API ESR_ReturnCode SR_VocabularyCreate(ESR_Locale locale, SR_Vocabulary** self);
136 SREC_VOCABULARY_API ESR_ReturnCode SR_VocabularyGetLanguage(SR_Vocabulary* self, ESR_Locale* locale);
161 SREC_VOCABULARY_API ESR_ReturnCode SR_Vocabulary_etiinf_conv_multichar(ESR_Locale locale, const LCHAR* input, LCHAR* output, size_t max_len);
162 SREC_VOCABULARY_API ESR_ReturnCode SR_Vocabulary_etiinf_conv_from_multichar(ESR_Locale locale, const LCHAR* input, LCHAR* output);
SR_VocabularyImpl.h 52 ESR_Locale locale;
99 ESR_ReturnCode SR_VocabularyGetLanguageImpl(SR_Vocabulary* self, ESR_Locale* locale);
  /external/srec/srec/include/
hmmlib.h 30 #include "ESR_Locale.h"
32 int read_word_transcription(const LCHAR* basename, vocab_info* voc, ESR_Locale* locale);
simapi.h 41 #include "ESR_Locale.h"
606 ESR_Locale* locale);
    [all...]
  /external/srec/shared/src/
ESR_Locale.c 2 * ESR_Locale.c *
21 #include "ESR_Locale.h"
26 LCHAR* ESR_locale2str(const ESR_Locale locale)
43 ESR_ReturnCode ESR_str2locale(const LCHAR* str, ESR_Locale* locale)
  /external/srec/srec/Recognizer/include/
SR_RecognizerResult.h 26 #include "ESR_Locale.h"
108 ESR_ReturnCode(*getLocale)(const struct SR_RecognizerResult_t* self, ESR_Locale* locale);
185 ESR_Locale* locale);
SR_RecognizerResultImpl.h 56 ESR_Locale locale;
114 ESR_Locale* locale);
  /external/srec/shared/
Android.mk 12 src/ESR_Locale.c \
  /external/srec/srec/Recognizer/src/
RecognizerResult.c 76 ESR_ReturnCode SR_RecognizerResultGetLocale(const SR_RecognizerResult* self, ESR_Locale* locale)
RecognizerResultImpl.c 27 #include "ESR_Locale.h"
271 ESR_ReturnCode SR_RecognizerResult_GetLocale(const SR_RecognizerResult* self, ESR_Locale* locale)
  /external/srec/srec/Vocabulary/src/
Vocabulary.c 25 ESR_ReturnCode SR_VocabularyCreate(ESR_Locale locale, SR_Vocabulary** self)
75 ESR_ReturnCode SR_VocabularyGetLanguage(SR_Vocabulary* self, ESR_Locale* locale)
111 static ESR_ReturnCode getTable(ESR_Locale locale, const LCHAR* m[])
211 ESR_ReturnCode SR_Vocabulary_etiinf_conv_multichar(ESR_Locale locale, const LCHAR* single, LCHAR* multi, size_t max_len)
226 ESR_ReturnCode SR_Vocabulary_etiinf_conv_from_multichar(ESR_Locale locale, const LCHAR* multi, LCHAR* single)
VocabularyImpl.c 271 int split_on_nonalphanum(LCHAR* toSplit, LCHAR** end, const ESR_Locale locale)
572 ESR_ReturnCode SR_VocabularyGetLanguageImpl(SR_Vocabulary* self, ESR_Locale* locale)
  /external/srec/srec/ca/
voc_basi.c 68 void CA_LoadDictionary(CA_Vocab *hVocab, const LCHAR *vocname, char *phtname, ESR_Locale* locale)
  /external/srec/srec/Nametag/src/
NametagImpl.c 33 ESR_Locale locale;
  /external/srec/srec/clib/
voc_read.c 71 int read_word_transcription(const LCHAR* basename, vocab_info* voc, ESR_Locale* locale)
  /external/srec/tools/dictTest/
dictTest.c 20 #include "ESR_Locale.h"
266 ESR_Locale localeTag;
  /external/srec/srec/Grammar/src/
SR_GrammarImpl.c 527 ESR_Locale locale;
  /external/srec/srec/test/SRecTest/src/
SRecTest.c 133 ESR_Locale locale; /* Current application locale. */
    [all...]
  /external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c 132 ESR_Locale locale; /* Current application locale. */
    [all...]

Completed in 135 milliseconds