Home
last modified time | relevance | path

Searched refs:ESR_LOCALE_DE_DE (Results 1 – 4 of 4) sorted by relevance

/external/srec/shared/src/
DESR_Locale.c31 case ESR_LOCALE_DE_DE: return L("ESR_LOCALE_DE_DE"); in ESR_locale2str()
48 else if (!lstrcasecmp(str, L("DE-DE"), &rtn) && !rtn) *locale = ESR_LOCALE_DE_DE; in ESR_str2locale()
/external/srec/shared/include/
DESR_Locale.h53 ESR_LOCALE_DE_DE, enumerator
/external/srec/srec/Vocabulary/include/
DSR_VocabularyImpl.h116 locale == ESR_LOCALE_DE_DE ? L("deu") : \
/external/srec/srec/Vocabulary/src/
DVocabulary.c146 case ESR_LOCALE_DE_DE: in getTable()