Home
last modified time | relevance | path

Searched refs:iPrimaryLen (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/lib/ucrt/locale/
H A Dgetqloc_downlevel.cpp288 _psetloc_data->iPrimaryLen = _psetloc_data->bAbbrevLanguage ? in GetLcidFromLangCountry()
373 …if (_psetloc_data->iPrimaryLen && !_wcsnicmp(_psetloc_data->pchLanguage, rgcInfo, _psetloc_data->i… in LangCountryEnumProc()
380 if ((int)wcslen(_psetloc_data->pchLanguage) == _psetloc_data->iPrimaryLen) in LangCountryEnumProc()
426 …else if (_psetloc_data->iPrimaryLen && ((int)wcslen(_psetloc_data->pchLanguage) == _psetloc_data-> in LangCountryEnumProc()
447 else if (!_psetloc_data->bAbbrevLanguage && _psetloc_data->iPrimaryLen in LangCountryEnumProc()
494 …_psetloc_data->iPrimaryLen = _psetloc_data->bAbbrevLanguage ? 2 : GetPrimaryLen(_psetloc_data->pch… in GetLcidFromLanguage()
552 else if (!_psetloc_data->bAbbrevLanguage && _psetloc_data->iPrimaryLen in LanguageEnumProc()
H A Dget_qualified_locale.cpp387 _psetloc_data->iPrimaryLen = _psetloc_data->bAbbrevLanguage ? in GetLocaleNameFromLangCountry()
477 …if (_psetloc_data->iPrimaryLen && !_wcsnicmp(_psetloc_data->pchLanguage, rgcInfo, _psetloc_data->i… in LangCountryEnumProcEx()
528 …else if (_psetloc_data->iPrimaryLen && ((int)wcslen(_psetloc_data->pchLanguage) == _psetloc_data-> in LangCountryEnumProcEx()
596 …_psetloc_data->iPrimaryLen = _psetloc_data->bAbbrevLanguage ? 2 : GetPrimaryLen(_psetloc_data->pch… in GetLocaleNameFromLanguage()
/reactos/sdk/lib/ucrt/inc/
H A Dcorecrt_internal.h463 int iPrimaryLen; member