Home
last modified time | relevance | path

Searched refs:ESR_LOCALE_EN_US (Results 1 – 6 of 6) sorted by relevance

/external/srec/shared/src/
DESR_Locale.c29 case ESR_LOCALE_EN_US: return L("ESR_LOCALE_EN_US"); in ESR_locale2str()
46 if (!lstrcasecmp(str, L("EN-US"), &rtn) && !rtn) *locale = ESR_LOCALE_EN_US; in ESR_str2locale()
/external/srec/shared/include/
DESR_Locale.h43 ESR_LOCALE_EN_US, enumerator
/external/srec/srec/Vocabulary/src/
DVocabularyImpl.c247 impl->locale = ESR_LOCALE_EN_US; // default really in SR_VocabularyLoadImpl()
278 if(*_next == LSINGLEQUOTE && locale == ESR_LOCALE_EN_US) { in split_on_nonalphanum()
508 if( impl->locale == ESR_LOCALE_EN_US) { in SR_VocabularyGetPronunciationImpl()
527 if( impl->locale == ESR_LOCALE_EN_US && p_infpron[0] && squote!=L('\0')) { in SR_VocabularyGetPronunciationImpl()
DVocabulary.c118 case ESR_LOCALE_EN_US: in getTable()
/external/srec/srec/Vocabulary/include/
DSR_VocabularyImpl.h114 #define TTP_LANG(locale) locale == ESR_LOCALE_EN_US ? L("enu") : \
/external/srec/tools/dictTest/
DdictTest.c277 rc = SR_VocabularyCreate(ESR_LOCALE_EN_US, &vocab); in main()