Home
last modified time | relevance | path

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

/external/srec/shared/src/
DESR_Locale.c34 case ESR_LOCALE_NL_NL: return L("ESR_LOCALE_NL_NL"); in ESR_locale2str()
51 else if (!lstrcasecmp(str, L("NL-NL"), &rtn) && !rtn) *locale = ESR_LOCALE_NL_NL; in ESR_str2locale()
/external/srec/shared/include/
DESR_Locale.h62 ESR_LOCALE_NL_NL, enumerator
/external/srec/srec/Vocabulary/include/
DSR_VocabularyImpl.h119 locale == ESR_LOCALE_NL_NL ? L("nln") : \
/external/srec/srec/Vocabulary/src/
DVocabulary.c168 case ESR_LOCALE_NL_NL: in getTable()