Searched refs:langCode (Results 1 – 1 of 1) sorted by relevance
65 WCHAR langCode[4]; in EnumLocalesProcA() local83 if( GetLocaleInfo( localeId, LOCALE_SISO639LANGNAME , langCode, 4 ) ) in EnumLocalesProcA()88 if( 0 != wcscmp( langCode, params->Language ) ) in EnumLocalesProcA()206 WCHAR langCode[4]; in _imp_getProcessLocale() local216 if( GetLocaleInfo( localeId, LOCALE_SISO639LANGNAME , langCode, 4 ) && in _imp_getProcessLocale()219 *ppLocale = rtl_locale_register( langCode, ctryCode, L"" ); in _imp_getProcessLocale()
Completed in 8 milliseconds