ReactOS 0.4.16-dev-1506-g117cd33
|
Go to the source code of this file.
Classes | |
struct | locale_name |
struct | registry_value |
struct | enum_locale_ex_data |
struct | ENUMLANGUAGEGROUP_CALLBACKS |
struct | ENUMLANGUAGEGROUPLOCALE_CALLBACKS |
struct | ENUM_UILANG_CALLBACK |
struct | geoinfo_t |
Macros | |
#define | NDEBUG |
#define | WINVER DLL_EXPORT_VERSION |
#define | LOCALE_NAME_USER_DEFAULT NULL |
#define | REG_SZ 1 |
#define | NLSRC_OFFSET 5000 /* FIXME */ |
#define | LOCALE_LOCALEINFOFLAGSMASK |
#define | MB_FLAGSMASK (MB_PRECOMPOSED|MB_COMPOSITE|MB_USEGLYPHCHARS|MB_ERR_INVALID_CHARS) |
#define | WC_FLAGSMASK |
#define | GET_UNIX_LOCALE(cat) |
Enumerations | |
enum | locationkind { LOCATION_NATION = 0 , LOCATION_REGION , LOCATION_BOTH } |
enum | { BASE = 36 , TMIN = 1 , TMAX = 26 , SKEW = 38 , DAMP = 700 , INIT_BIAS = 72 , INIT_N = 128 } |
Variables | |
HMODULE | kernel32_handle |
static const union cptable * | ansi_cptable |
static const union cptable * | oem_cptable |
static const union cptable * | mac_cptable |
static const union cptable * | unix_cptable |
static const WCHAR | szLocaleKeyName [] |
static const WCHAR | szLangGroupsKeyName [] |
static LCID | lcid_LC_COLLATE |
static LCID | lcid_LC_CTYPE |
static LCID | lcid_LC_MESSAGES |
static LCID | lcid_LC_MONETARY |
static LCID | lcid_LC_NUMERIC |
static LCID | lcid_LC_TIME |
static LCID | lcid_LC_PAPER |
static LCID | lcid_LC_MEASUREMENT |
static LCID | lcid_LC_TELEPHONE |
static const WCHAR | iCalendarTypeW [] = {'i','C','a','l','e','n','d','a','r','T','y','p','e',0} |
static const WCHAR | iCountryW [] = {'i','C','o','u','n','t','r','y',0} |
static const WCHAR | iCurrDigitsW [] = {'i','C','u','r','r','D','i','g','i','t','s',0} |
static const WCHAR | iCurrencyW [] = {'i','C','u','r','r','e','n','c','y',0} |
static const WCHAR | iDateW [] = {'i','D','a','t','e',0} |
static const WCHAR | iDigitsW [] = {'i','D','i','g','i','t','s',0} |
static const WCHAR | iFirstDayOfWeekW [] = {'i','F','i','r','s','t','D','a','y','O','f','W','e','e','k',0} |
static const WCHAR | iFirstWeekOfYearW [] = {'i','F','i','r','s','t','W','e','e','k','O','f','Y','e','a','r',0} |
static const WCHAR | iLDateW [] = {'i','L','D','a','t','e',0} |
static const WCHAR | iLZeroW [] = {'i','L','Z','e','r','o',0} |
static const WCHAR | iMeasureW [] = {'i','M','e','a','s','u','r','e',0} |
static const WCHAR | iNegCurrW [] = {'i','N','e','g','C','u','r','r',0} |
static const WCHAR | iNegNumberW [] = {'i','N','e','g','N','u','m','b','e','r',0} |
static const WCHAR | iPaperSizeW [] = {'i','P','a','p','e','r','S','i','z','e',0} |
static const WCHAR | iTLZeroW [] = {'i','T','L','Z','e','r','o',0} |
static const WCHAR | iTimePrefixW [] = {'i','T','i','m','e','P','r','e','f','i','x',0} |
static const WCHAR | iTimeW [] = {'i','T','i','m','e',0} |
static const WCHAR | s1159W [] = {'s','1','1','5','9',0} |
static const WCHAR | s2359W [] = {'s','2','3','5','9',0} |
static const WCHAR | sCountryW [] = {'s','C','o','u','n','t','r','y',0} |
static const WCHAR | sCurrencyW [] = {'s','C','u','r','r','e','n','c','y',0} |
static const WCHAR | sDateW [] = {'s','D','a','t','e',0} |
static const WCHAR | sDecimalW [] = {'s','D','e','c','i','m','a','l',0} |
static const WCHAR | sGroupingW [] = {'s','G','r','o','u','p','i','n','g',0} |
static const WCHAR | sLanguageW [] = {'s','L','a','n','g','u','a','g','e',0} |
static const WCHAR | sListW [] = {'s','L','i','s','t',0} |
static const WCHAR | sLongDateW [] = {'s','L','o','n','g','D','a','t','e',0} |
static const WCHAR | sMonDecimalSepW [] = {'s','M','o','n','D','e','c','i','m','a','l','S','e','p',0} |
static const WCHAR | sMonGroupingW [] = {'s','M','o','n','G','r','o','u','p','i','n','g',0} |
static const WCHAR | sMonThousandSepW [] = {'s','M','o','n','T','h','o','u','s','a','n','d','S','e','p',0} |
static const WCHAR | sNativeDigitsW [] = {'s','N','a','t','i','v','e','D','i','g','i','t','s',0} |
static const WCHAR | sNegativeSignW [] = {'s','N','e','g','a','t','i','v','e','S','i','g','n',0} |
static const WCHAR | sPositiveSignW [] = {'s','P','o','s','i','t','i','v','e','S','i','g','n',0} |
static const WCHAR | sShortDateW [] = {'s','S','h','o','r','t','D','a','t','e',0} |
static const WCHAR | sThousandW [] = {'s','T','h','o','u','s','a','n','d',0} |
static const WCHAR | sTimeFormatW [] = {'s','T','i','m','e','F','o','r','m','a','t',0} |
static const WCHAR | sTimeW [] = {'s','T','i','m','e',0} |
static const WCHAR | sYearMonthW [] = {'s','Y','e','a','r','M','o','n','t','h',0} |
static const WCHAR | NumShapeW [] = {'N','u','m','s','h','a','p','e',0} |
static struct registry_value | registry_values [] |
static RTL_CRITICAL_SECTION | cache_section = { NULL, -1, 0, 0, 0, 0 } |
static const struct geoinfo_t | geoinfodata [] |
#define GET_UNIX_LOCALE | ( | cat | ) |
#define LOCALE_LOCALEINFOFLAGSMASK |
#define MB_FLAGSMASK (MB_PRECOMPOSED|MB_COMPOSITE|MB_USEGLYPHCHARS|MB_ERR_INVALID_CHARS) |
#define WC_FLAGSMASK |
anonymous enum |
Enumerator | |
---|---|
LOCATION_NATION | |
LOCATION_REGION | |
LOCATION_BOTH |
Definition at line 5690 of file locale.c.
Referenced by IdnToAscii(), and IdnToUnicode().
Definition at line 4086 of file locale.c.
Referenced by __crtCompareStringA(), _Locale_strcmp_auxA(), char_compare(), check_format(), COMCTL32_ChrCmpHelperA(), compare_line(), compare_string2(), FPropContainsProp(), get_env(), IntlStrEqWorkerA(), lstrcmpA(), lstrcmpiA(), SHLWAPI_ChrCmpHelperA(), StrCmpNA(), StrCmpNIA(), StrIsIntlEqualA(), test_CompareStringA(), test_encoders(), test_sh_new_link_info(), and UrlIsA().
INT WINAPI CompareStringEx | ( | LPCWSTR | locale, |
DWORD | flags, | ||
LPCWSTR | str1, | ||
INT | len1, | ||
LPCWSTR | str2, | ||
INT | len2, | ||
LPNLSVERSIONINFO | version, | ||
LPVOID | reserved, | ||
LPARAM | lParam | ||
) |
Definition at line 4026 of file locale.c.
Referenced by CompareStringA(), CompareStringW(), and InitFunctionPointers().
INT WINAPI CompareStringW | ( | LCID | lcid, |
DWORD | flags, | ||
LPCWSTR | str1, | ||
INT | len1, | ||
LPCWSTR | str2, | ||
INT | len2 | ||
) |
Definition at line 4017 of file locale.c.
Referenced by __acrt_CompareStringEx(), __crtCompareStringW(), _WLocale_strcmp_aux(), CEnumMergedFolder::Begin(), ChrCmpIW(), COMCTL32_ChrCmpIW(), CompareStringA(), CEnumMergedFolder::FindByName(), HTMLElementCollection_tags(), HTTP_DealWithProxy(), HTTP_FixURL(), IntlStrEqWorkerW(), LISTBOX_lstrcmpiW(), lstrcmpiW(), lstrcmpW(), lstrstri(), map_type(), MatchString(), msi_strequal(), msi_strprefix(), MSSTYLES_ParseThemeIni(), OLEFontImpl_IsEqual(), PathCreateFromUrlW(), registry_credential_matches_filter(), Storage_DestroyElement(), StrCmpIW(), StrCmpNIW(), StrCmpNW(), StrCmpW(), StrIsIntlEqualW(), StrStrCase(), test_CompareStringW(), test_metadata_gif(), UrlIsW(), UXINI_FindSection(), UXINI_FindValue(), VarBstrCmp(), XCOPY_ParseCommandLine(), and xsltLocaleStrcmp().
Definition at line 592 of file locale.c.
Referenced by GetLocaleInfoW().
Definition at line 2879 of file locale.c.
Referenced by convert_default_lcid(), GetLocalisedText(), LHashValOfNameSysA(), NLS_IsUnicodeOnlyLcid(), ScriptRecordDigitSubstitution(), SetThreadLocale(), test_ConvertDefaultLocale(), VarBoolFromStr(), and VarBstrFromBool().
Definition at line 771 of file locale.c.
Referenced by get_registry_locale_info(), GetUserGeoID(), LOCALE_InitRegistry(), SetLocaleInfoW(), and SetUserGeoID().
DEBUG_CHANNEL | ( | nls | ) |
|
static |
Definition at line 2953 of file locale.c.
Referenced by EnumSystemLocalesA().
|
static |
|
static |
Definition at line 4924 of file locale.c.
Referenced by EnumUILanguagesA().
|
static |
BOOL WINAPI EnumLanguageGroupLocalesA | ( | LANGGROUPLOCALE_ENUMPROCA | pLangGrpLcEnumProc, |
LGRPID | lgrpid, | ||
DWORD | dwFlags, | ||
LONG_PTR | lParam | ||
) |
Definition at line 4778 of file locale.c.
Referenced by InitFunctionPointers(), and test_digit_substitution().
BOOL WINAPI EnumLanguageGroupLocalesW | ( | LANGGROUPLOCALE_ENUMPROCW | pLangGrpLcEnumProc, |
LGRPID | lgrpid, | ||
DWORD | dwFlags, | ||
LONG_PTR | lParam | ||
) |
BOOL WINAPI EnumSystemCodePagesA | ( | CODEPAGE_ENUMPROCA | lpfnCodePageEnum, |
DWORD | flags | ||
) |
Definition at line 2276 of file locale.c.
BOOL WINAPI EnumSystemCodePagesW | ( | CODEPAGE_ENUMPROCW | lpfnCodePageEnum, |
DWORD | flags | ||
) |
Definition at line 2297 of file locale.c.
Referenced by InitCodePagesList().
BOOL WINAPI EnumSystemGeoID | ( | GEOCLASS | geoclass, |
GEOID | parent, | ||
GEO_ENUMPROC | enumproc | ||
) |
Definition at line 5613 of file locale.c.
Referenced by CreateLocationsList(), and InitFunctionPointers().
BOOL WINAPI EnumSystemLanguageGroupsA | ( | LANGUAGEGROUP_ENUMPROCA | pLangGrpEnumProc, |
DWORD | dwFlags, | ||
LONG_PTR | lParam | ||
) |
Definition at line 4579 of file locale.c.
Referenced by InitFunctionPointers().
BOOL WINAPI EnumSystemLanguageGroupsW | ( | LANGUAGEGROUP_ENUMPROCW | pLangGrpEnumProc, |
DWORD | dwFlags, | ||
LONG_PTR | lParam | ||
) |
Definition at line 4599 of file locale.c.
BOOL WINAPI EnumSystemLocalesA | ( | LOCALE_ENUMPROCA | lpfnLocaleEnum, |
DWORD | dwFlags | ||
) |
Definition at line 2986 of file locale.c.
Referenced by __GetLCID().
BOOL WINAPI EnumSystemLocalesW | ( | LOCALE_ENUMPROCW | lpfnLocaleEnum, |
DWORD | dwFlags | ||
) |
Definition at line 3001 of file locale.c.
Referenced by CreateLanguagesList(), CreateSortList(), enum_system_locales_ex_nolock(), EnumRfc1766_create(), GetLcidFromCountry(), GetLcidFromLangCountry(), GetLcidFromLanguage(), InitLanguagesList(), and IsSortPageNeeded().
BOOL WINAPI EnumUILanguagesA | ( | UILANGUAGE_ENUMPROCA | pUILangEnumProc, |
DWORD | dwFlags, | ||
LONG_PTR | lParam | ||
) |
Definition at line 4948 of file locale.c.
Referenced by InitFunctionPointers().
BOOL WINAPI EnumUILanguagesW | ( | UILANGUAGE_ENUMPROCW | pUILangEnumProc, |
DWORD | dwFlags, | ||
LONG_PTR | lParam | ||
) |
Definition at line 4976 of file locale.c.
Definition at line 3924 of file locale.c.
Referenced by InitFunctionPointers().
Definition at line 3982 of file locale.c.
Referenced by FoldStringA(), IdnToNameprepUnicode(), and InitFunctionPointers().
Definition at line 302 of file locale.c.
Referenced by GetCPInfo(), GetCPInfoExW(), IsDBCSLeadByteEx(), IsValidCodePage(), MultiByteToWideChar(), and WideCharToMultiByte().
Definition at line 369 of file locale.c.
Referenced by ConvertDefaultLocale(), GetLocaleInfoW(), and NLS_GetLanguageGroupName().
|
static |
Definition at line 1252 of file locale.c.
Referenced by GetSystemPreferredUILanguages(), and GetThreadPreferredUILanguages().
Definition at line 5467 of file locale.c.
Referenced by GetGeoInfoW().
Definition at line 288 of file locale.c.
Referenced by CompareStringA(), get_codepage_table(), GetDateFormatA(), GetLocaleInfoA(), GetStringTypeA(), GetTimeFormatA(), LCMapStringA(), LOCALE_Init(), and SetLocaleInfoA().
Definition at line 1026 of file locale.c.
|
static |
Definition at line 1461 of file locale.c.
Referenced by GetLocaleInfoW(), and SetLocaleInfoW().
|
static |
Definition at line 1477 of file locale.c.
Referenced by GetLocaleInfoW().
Definition at line 277 of file locale.c.
Referenced by IdnToNameprepUnicode(), and IdnToUnicode().
Definition at line 2023 of file locale.c.
Referenced by __acrt_get_qualified_locale(), _setmbcp_l(), cicGetOSInfo(), CON_API(), EngGetCurrentCodePage(), get_codeset(), GetImeStatus(), GetStringTypeA(), GetSupportedCP(), getSystemCP(), Global_Chr(), Imm32InquireIme(), init_locale(), IPropertyStorage_fnReadMultiple(), IPropertyStorage_fnWriteMultiple(), ME_StreamOutRTFHeader(), METADC_ExtTextOut(), MFDRV_ExtTextOut(), MimeInternat_ConvertString(), MimeInternat_GetDefaultCharset(), name_to_codepage(), ProcessCodePage(), PropertyStorage_ConstructEmpty(), PropertyStorage_ReadFromStream(), SetCPGlobal(), test_bitmap_font_metrics(), test_defaultcharset(), test_EnumFontFamiliesEx_default_charset(), test_file_monikers(), test_FoldStringA(), test_GdiGetCodePage(), test_GetFullPathNameA(), test_mbcp(), test_nonexistent_font(), test_setlocale(), test_text_metrics(), test_threadcp(), test_utf8(), and test_utf8_argument().
Definition at line 2146 of file locale.c.
Referenced by __acrt_locale_initialize_ctype(), _Locale_codecvt_create(), _Locale_ctype_create(), _setmbcp_l(), _setmbcp_nolock(), GetCPInfoExW(), GetKerningPairsA(), GetWindowTextLengthA(), Global_Chr(), InternalCompareStringA(), make_csconv(), ME_GetTextLengthEx(), MSVCRT__create_locale(), setSBUpLow(), START_TEST(), test_GetCPInfo(), and test_mbcp().
BOOL WINAPI GetCPInfoExA | ( | UINT | codepage, |
DWORD | dwFlags, | ||
LPCPINFOEXA | cpinfo | ||
) |
Definition at line 2204 of file locale.c.
Referenced by init_procs(), and test_threadcp().
BOOL WINAPI GetCPInfoExW | ( | UINT | codepage, |
DWORD | dwFlags, | ||
LPCPINFOEXW | cpinfo | ||
) |
Definition at line 2222 of file locale.c.
Referenced by AddCodePage(), FillCharacterSetComboList(), GetCPInfoExA(), GetSupportedCP(), and ME_StreamOutRTFHeader().
BOOL WINAPI GetFileMUIPath | ( | DWORD | flags, |
PCWSTR | filepath, | ||
PWSTR | language, | ||
PULONG | languagelen, | ||
PWSTR | muipath, | ||
PULONG | muipathlen, | ||
PULONGLONG | enumerator | ||
) |
Definition at line 5569 of file locale.c.
Referenced by InitFunctionPointers().
Definition at line 5495 of file locale.c.
Referenced by CreateLocationsList(), GetGeoInfoA(), InitFunctionPointers(), LocationsEnumProc(), and SetUserLocaleName().
Definition at line 1609 of file locale.c.
Referenced by __GetLocaleInfoUsingACP(), __GetLocaleName(), __intGetACP(), __intGetOCP(), _Locale_monetary_create(), _Locale_n_cs_precedes(), _Locale_n_sep_by_space(), _Locale_n_sign_posn(), _Locale_numeric_create(), _Locale_p_cs_precedes(), _Locale_p_sep_by_space(), _Locale_p_sign_posn(), _Locale_time_create(), compare_info(), detect_locale(), DosGetCountryInfo(), EnumLocalesProcA(), filetime_to_str(), is_rtl(), lcid_to_rfc1766A(), lineGetTranslateCapsA(), MSVCRT__create_locale(), MSVCRT_locale_to_LCID(), NLS_EnumDateFormats(), NLS_EnumTimeFormats(), START_TEST(), test__Gettnames(), test_EM_POSFROMCHAR(), test_EM_SETCHARFORMAT(), test_EnumDateFormatsA(), test_EnumTimeFormatsA(), test_EnumTimeFormatsW(), test_firstDay(), test_GetAcceptLanguagesA(), test_GetLocaleInfoA(), test_GetLocaleInfoW(), test_hittest(), test_invariant(), test_setlocale(), test_threadcp(), test_VarAbs(), test_VarCat(), test_VarFormat(), test_VarFormatNumber(), test_VarRound(), test_wm_set_get_text(), update_threadlocinfo_category(), and VerLanguageNameA().
Definition at line 1675 of file locale.c.
Referenced by __acrt_get_qualified_locale_downlevel(), __acrt_GetLocaleInfoEx(), __crtGetLocaleInfoW(), _WLocale_abbrev_dayofweek(), _WLocale_abbrev_monthname(), _WLocale_am_str(), _WLocale_currency_symbol(), _WLocale_decimal_point(), _WLocale_full_dayofweek(), _WLocale_full_monthname(), _WLocale_int_curr_symbol(), _WLocale_negative_sign(), _WLocale_pm_str(), _WLocale_positive_sign(), _WLocale_thousands_sep(), AboutDlgProc(), add_cert_to_list(), add_cert_to_view(), add_date_string_to_control(), AddCommasW(), AddNewKbLayoutsByLcid(), AddNewLayout(), AllSysInfo(), CConfigParser::CacheINI(), CountryEnumProc(), create_utc_string(), CreateLanguagesList(), CreateLayoutIcon(), CreateSortList(), date_parse(), date_to_string(), dateobj_to_date_string(), DATETIME_GetFieldWidth(), DATETIME_ReturnTxt(), DATETIME_SetFormatW(), detect_locale(), enum_locale_ex_proc(), enum_locales_proc(), fill_language_information(), FillMonthsComboBox(), FillNumberFmt(), fnIMultiLanguage3_GetRfc1766Info(), fnIMultiLanguage_GetRfc1766Info(), format_long_date(), format_size(), FormatInteger(), GeneralPropertyPageLocalesEnumProc(), get_countrycode(), get_date_format(), get_decimal_sep(), get_dummy_preferred_ui_language(), get_input_codepage(), get_lcid_codepage(), get_locale(), GetCalendarInfoW(), CicProfile::GetCodePageA(), GetCurrencyFormatW(), GetFileVersion(), GetFontSig(), GetHKLName(), GetKeyboardLayoutCP(), GetLocaleInfoA(), GetLocaleInfoEx(), GetLocalizedSMFolderName(), GetNumberFormatW(), CConfigParser::GetSectionString(), InatCreateIconBySize(), InitializeDefaultUserLocale(), InitLanguagesList(), InputList_Add(), InputList_Create(), Int64GetNumFormat(), IntGetCodePageEntry(), is_default_metric(), IsBiDiLocalizedSystem(), IsLayoutExists(), LangCountryEnumProc(), LanguageEnumProc(), lcid_to_rfc1766(), lcid_to_rfc1766W(), LOCALE_Init(), LOCALE_InitRegistry(), locale_update_registry(), LocaleList_Create(), LocalesEnumProc(), MONTHCAL_LButtonDown(), MONTHCAL_PaintTitle(), MONTHCAL_SetFirstDayOfWeek(), MonthCalFirstDayOfWeek(), MonthCalReload(), MSVCRT__create_locale(), NLS_EnumCalendarInfo(), NLS_EnumDateFormats(), NLS_EnumTimeFormats(), NLS_GetLocaleNumber(), NLS_GetLocaleString(), ParseDate(), ProcessCodePage(), ReadChmSystem(), SaveFontSubstitutionSettings(), SaveSystemSettings(), ScriptRecordDigitSubstitution(), SetUserLocaleName(), SH_FormatInteger(), SortEnumProc(), START_TEST(), test_EnumTimeFormatsW(), test_GetLocaleInfoEx(), test_GetLocaleInfoW(), test_unicode_wm_char(), test_VarWeekdayName(), TestDefaultLanguage(), TranslateCharsetInfo(), UPDOWN_GetThousandSep(), VarBstrFromDate(), VarDateFromStr(), VarFormatCurrency(), VarFormatNumber(), VARIANT_BstrReplaceDecimal(), VARIANT_FormatDate(), VARIANT_FormatNumber(), VARIANT_GetLocalisedNumberChars(), VarMonthName(), VarWeekdayName(), VerLanguageNameW(), and WriteUserLocale().
Definition at line 2062 of file locale.c.
Referenced by _setmbcp_l(), ConCfgInitDefaultSettings(), ConSrvInitConsole(), EngGetCurrentCodePage(), GetKBCodePage(), GetSupportedCP(), getSystemCP(), init_locale(), ME_StreamOutRTFHeader(), METADC_ExtTextOut(), MFDRV_ExtTextOut(), OnNcCreate(), output_writeconsole(), SetUpConsoleInfo(), START_TEST(), and taskkill_vprintfW().
Definition at line 3212 of file locale.c.
Referenced by _Locale_ctype_create(), GetStringTypeExA(), IsCharSpaceA(), and MSVCRT__create_locale().
Definition at line 3259 of file locale.c.
Referenced by _isctype_l().
Definition at line 3098 of file locale.c.
Referenced by __acrt_GetStringTypeA(), __crtGetStringTypeW(), _Locale_ctype_create(), _setmbcp_l(), _Success_(), _WLocale_ctype(), DoWordBreakProc(), get_char_script(), GetC1Type(), GetStringType3ExW(), GetStringTypeA(), GetStringTypeExW(), IsBlankLine(), IsCharBlankW(), IsCharCntrlW(), IsCharDigitW(), IsCharPunctW(), IsCharSpaceW(), IsCharXDigitW(), isdigitW(), my_wcswidth(), my_wcwidth(), SampCheckPassword(), test_crtGetStringTypeW(), and test_GetStringTypeW().
Definition at line 1199 of file locale.c.
Referenced by expect_ff(), fill_operatingsystem(), find_entry_language(), init(), load_ttf_name_id(), NLS_GetLanguageGroupName(), set_installer_properties(), START_TEST(), test_fullname2_helper(), test_LookupAccountName(), test_package_validation(), test_ScriptGetFontProperties(), test_SetEntriesInAclA(), test_SetEntriesInAclW(), test_text_metrics(), and validate_package().
Definition at line 1235 of file locale.c.
Referenced by Applet(), ConvertDefaultLocale(), CreateTypeLib2(), GetSystemDefaultLangID(), GetSystemDefaultLocaleName(), Imm32IsSystemJapaneseOrKorean(), ImmFreeLayout(), ImmGenerateMessage(), ImmPostMessages(), ImmProcessKey(), ImmSetCompositionFontA(), ImmSetCompositionFontW(), InitLangChangeHotKey(), IsCharSpaceA(), ITypeInfo_fnInvoke(), ME_MakeFirstParagraph(), MSVCRT__create_locale(), OnInitAddDialog(), START_TEST(), test_ConvertDefaultLocale(), test_EM_SETCHARFORMAT(), test_GetCodePageInfo(), test_GetFont(), test_GetLocaleInfoEx(), test_GetLocaleInfoW(), test_invariant(), test_LsaLookupNames2(), Test_RtlLcidToLocaleName(), test_textfont_global_defaults(), textfont_reset_to_default(), and WriteUserLocale().
Definition at line 1246 of file locale.c.
Definition at line 1400 of file locale.c.
Referenced by LsaLookupPrivilegeDisplayName(), and SHGetWebFolderFilePathW().
BOOL WINAPI GetSystemPreferredUILanguages | ( | DWORD | flags, |
ULONG * | count, | ||
WCHAR * | buffer, | ||
ULONG * | size | ||
) |
Definition at line 1301 of file locale.c.
Referenced by InitFunctionPointers().
Definition at line 2803 of file locale.c.
Referenced by CEnumMergedFolder::Begin(), BindCtxImpl_Construct(), char_compare(), ChrCmpIW(), COMCTL32_ChrCmpHelperA(), COMCTL32_ChrCmpIW(), CreateLocationsList(), enum_proc(), CEnumMergedFolder::FindByName(), get_env(), GetAddressBarAccessKey(), GetCPInfoExW(), GetDynamicTimeZoneInformation(), Imm32LoadImeLangAndDesc(), IntGetCodePageEntry(), IntlStrEqWorkerA(), IntlStrEqWorkerW(), LocationsEnumProc(), lstrcmpA(), lstrcmpiA(), lstrcmpiW(), lstrcmpW(), msi_strequal(), msi_strprefix(), reg_mui_cache_get(), reg_mui_cache_put(), registry_credential_matches_filter(), SetThreadLocale(), SetupOpenInfFileExW(), SetUserLocaleName(), SHLWAPI_ChrCmpHelperA(), StrCmpIW(), StrCmpNA(), StrCmpNIA(), StrCmpNIW(), StrCmpNW(), StrCmpW(), StrIsIntlEqualA(), StrIsIntlEqualW(), StrStrCase(), test_bind_context(), test_GetCodePageInfo(), test_GetLocaleInfoEx(), test_GetLocaleInfoW(), test_invariant(), test_LsaLookupNames2(), test_openCloseWAVE(), test_stringtable_layout(), test_threadcp(), and test_unicode_wm_char().
Definition at line 1182 of file locale.c.
Referenced by AdjustStatusMessageWindow(), detect_locale(), find_entry_language(), GetProcessDefaultLayout(), GetVersionInfoString(), is_cjk(), is_lang_english(), is_locale_english(), LanguagesPageProc(), LPK_ApplyMirroring(), ME_StreamOutRTFHeader(), MsiLoadStringW(), NOTEPAD_LoadSettingsFromRegistry(), report_error(), set_installer_properties(), ShowUsage(), START_TEST(), test_EnumFonts(), test_installprops(), test_locale_info(), and test_MessageBox_WM_COPY_Test().
Definition at line 1216 of file locale.c.
Referenced by __acrt_GetUserDefaultLocaleName(), ActiveScriptSite_GetLCID(), CConfigParser::CacheINI(), call_disp_func(), CliImmInitializeHotKeys(), ConvertDefaultLocale(), CreateLanguagesList(), get_codepage_table(), get_locale_kbd_layout(), GetAcceptLanguagesW(), GetLcidFromDefault(), GetLocalizedSMFolderName(), CConfigParser::GetSectionString(), GetThreadLocale(), GetUserDefaultLangID(), GetUserDefaultLocaleName(), GetUserDefaultUILanguage(), CAvailableApplicationInfo::InsertLanguageInfo(), LISTBOX_Create(), LoadKeyboardLayoutW(), LoadSetupData(), LOCALE_InitRegistry(), LocaleNameToLCID(), SetUserLocaleName(), START_TEST(), test_ConvertDefaultLocale(), test_GetAcceptLanguagesA(), test_GetKeyboardLayoutList(), test_GetLocaleInfoEx(), test_LocaleNameToLCID(), Test_RtlLcidToLocaleName(), test_setlocale(), test_SetLocaleInfoA(), test_synthesized(), test_VarFormat(), and update_locale_registry().
Definition at line 1380 of file locale.c.
Referenced by _tWinMain(), detect_locale(), FGetComponentPath(), IsBiDiLocalizedSystem(), LsaLookupPrivilegeDisplayName(), OmNavigator_get_browserLanguage(), SHGetWebFolderFilePathW(), test_GetFileVersionInfoEx(), UXTHEME_ApplyTheme(), WinMain(), and wWinMain().
Definition at line 4841 of file locale.c.
Referenced by CreateLocationsList(), GetUserDefaultGeoName(), and SetUserLocaleName().
INT WINAPI IdnToAscii | ( | DWORD | dwFlags, |
LPCWSTR | lpUnicodeCharStr, | ||
INT | cchUnicodeChar, | ||
LPWSTR | lpASCIICharStr, | ||
INT | cchASCIIChar | ||
) |
Definition at line 5706 of file locale.c.
Referenced by InitFunctionPointers().
INT WINAPI IdnToNameprepUnicode | ( | DWORD | dwFlags, |
LPCWSTR | lpUnicodeCharStr, | ||
INT | cchUnicodeChar, | ||
LPWSTR | lpNameprepCharStr, | ||
INT | cchNameprepChar | ||
) |
Definition at line 5844 of file locale.c.
Referenced by IdnToAscii(), and InitFunctionPointers().
INT WINAPI IdnToUnicode | ( | DWORD | dwFlags, |
LPCWSTR | lpASCIICharStr, | ||
INT | cchASCIIChar, | ||
LPWSTR | lpUnicodeCharStr, | ||
INT | cchUnicodeChar | ||
) |
Definition at line 6059 of file locale.c.
Referenced by InitFunctionPointers().
Definition at line 743 of file locale.c.
Referenced by GetLocaleInfoW().
Definition at line 2126 of file locale.c.
Referenced by char_compare(), CharNextA(), CharPrevA(), COMCTL32_ChrCmpHelperA(), IsShortName_U(), map_wparam_AtoW(), PathGetDriveNumberA(), PathIsLFNFileSpecA(), PathIsRelativeA(), PathMakePrettyA(), PathSkipRootA(), RealDefWindowProcA(), server_end_to_end_callback(), SHLWAPI_ChrCmpHelperA(), SHLWAPI_StrRChrHelperA(), SHTruncateString(), StrRChrA(), StrRChrIA(), StrRStrIA(), VkKeyScanA(), and VkKeyScanExA().
Definition at line 2106 of file locale.c.
Referenced by CharNextExA(), CharPrevExA(), dbcs_mblen(), Global_Chr(), IchWideFromAnsi(), Imm32CompAttrAnsiToWide(), METADC_ExtTextOut(), MFDRV_ExtTextOut(), START_TEST(), test_bitmap_font_glyph_index(), test_text_metrics(), and test_threadcp().
Definition at line 2081 of file locale.c.
Referenced by __acrt_get_qualified_locale(), __acrt_get_qualified_locale_downlevel(), _setmbcp_nolock(), AddCodePage(), ChangeOutputCP_(), ConCfgReadUserSettings(), ConDrvInitConsole(), ConDrvSetConsoleCP(), ConSrvApplyUserSettings(), fnIMultiLanguage3_ValidateCodePageEx(), make_csconv(), match_name_table_language(), MSVCRT_locale_to_LCID(), test_CP_ThreadLang(), test_EnumCodePages(), test_IsCodePageInstallable(), test_setlocale(), test_string_conversion(), test_undefined_byte_char(), testScreenBuffer(), and validate_codepage().
Definition at line 4627 of file locale.c.
Referenced by InitFunctionPointers().
Definition at line 2925 of file locale.c.
Referenced by __acrt_get_qualified_locale_downlevel(), __acrt_IsValidLocaleName(), enum_proc(), GeneralPropertyPageLocalesEnumProc(), GetCurrencyFormatW(), GetNumberFormatW(), lgrplocale_procA(), LISTBOX_WindowProc(), ListBoxWndProc_common(), LocalesEnumProc(), ScriptRecordDigitSubstitution(), SetThreadLocale(), START_TEST(), test_GetNumberFormatA(), and validate_package().
Definition at line 2936 of file locale.c.
Referenced by InitFunctionPointers().
Definition at line 3834 of file locale.c.
Referenced by __crtLCMapStringA(), _Locale_strxfrm(), _Locale_tolower(), _Locale_toupper(), _strxfrm_l(), compare_string3(), lcid_to_rfc1766A(), MSVCRT__create_locale(), test_GetRfc1766FromLcid(), test_LcidToRfc1766(), and test_LCMapStringA().
INT WINAPI LCMapStringEx | ( | LPCWSTR | locale, |
DWORD | flags, | ||
LPCWSTR | src, | ||
INT | srclen, | ||
LPWSTR | dst, | ||
INT | dstlen, | ||
LPNLSVERSIONINFO | version, | ||
LPVOID | reserved, | ||
LPARAM | handle | ||
) |
Definition at line 3746 of file locale.c.
Referenced by InitFunctionPointers(), LCMapStringA(), and LCMapStringW().
Definition at line 3808 of file locale.c.
Referenced by __acrt_LCMapStringEx(), __crtLCMapStringW(), _WLocale_strxfrm(), _WLocale_tolower(), _WLocale_toupper(), CharLowerBuffW(), CharUpperBuffW(), lcid_to_rfc1766(), lcid_to_rfc1766W(), LCMapStringA(), LCMapStringW_wrapper(), SHELL32_AssocGetExtensionDescription(), SvchostCharLowerW(), TEST_LCMapStringW(), test_LCMapStringW(), and test_tolower().
Definition at line 4282 of file locale.c.
Definition at line 843 of file locale.c.
|
static |
Definition at line 804 of file locale.c.
Referenced by LOCALE_InitRegistry().
Definition at line 4198 of file locale.c.
Referenced by check_font(), check_list(), check_reg_str(), check_wellknown_name(), compare_string1(), CryptFindOIDInfo(), dde_msg_client_wndproc(), dde_server_wndproc(), dde_server_wndprocA(), dde_server_wndprocW(), DoStepCheck(), eto_emf_enum_proc(), expect_shim_imp(), file_matches(), find_prop_in_property(), FindTest(), hook_WaitForInputIdle(), is_prefix_wa(), JustDoIt(), LPropCompareProp(), main(), match_emf_record(), mdi_child_wnd_proc_1(), mdi_child_wnd_proc_2(), mdr_GetValue(), notify_datetime_handler(), notify_generic_text_handler(), notify_tooltip_handler(), option_equal(), parse_clr_metadata(), PathMatchSpecA(), PathMatchSpecExA(), PRINTDLG_ChangePrinterA(), PropertyStorage_PropNameCompare(), proppage_callback_a(), PropVariantCompareEx(), PropVariantToBoolean(), server_ddeml_callback(), server_end_to_end_callback(), START_TEST(), str_eq_wa(), strcmp_wa(), strcmp_ww(), StrCmpCA(), test_32bit_win(), test__get_narrow_winmain_command_line(), test_appsearch_complocator(), test_appsearch_drlocator(), test_appsearch_inilocator(), test_appsearch_reglocator(), test_authentication(), test_binary(), test_binary_import(), test_BstrCopy(), test_ccpsearch(), test_collation(), test_CompareStringA(), test_complocator(), test_ConvertINetUnicodeToMultiByte(), test_CreateAssemblyNameObject(), test_CreateFontIndirect(), test_CredMarshalCredentialA(), test_CryptCATAdminAddRemoveCatalog(), test_db(), test_dbmerge(), test_dbtopackage(), test_DdeCreateDataHandle(), test_DdeCreateStringHandleW(), test_ddeml_client(), test_DoEnvironmentSubst(), test_EM_GETHANDLE(), test_EM_SETTEXTEX(), test_emptypackage(), test_EnumDateFormatsA(), test_enumerate(), test_enumerate_name(), test_EnumTimeFormatsA(), test_Extract(), test_fieldzero(), test_FoldStringA(), test_font_substitution(), test_forcecodepage(), test_formatrecord(), test_formatrecord_package(), test_formatrecord_tables(), test_fullname(), test_fullname2_helper(), test_GetAcceptLanguagesA(), test_GetDisplayName(), test_GetFullPathNameA(), test_GetLocaleInfoA(), test_GetPrivateProfileString(), test_GetPtrAW(), test_GetRfc1766FromLcid(), test_GetRfc1766Info(), test_GetSetConsoleInputExeName(), test_GetSetEnvironmentVariableA(), test_getstring(), test_GetSystemDirectoryA(), test_GetTextFace(), test_GetUrlCacheConfigInfo(), test_GetWindowsDirectoryA(), test_IMultiLanguage2_ConvertStringFromUnicode(), test_inffilelistA(), test_initialization(), test_Installer_InstallProduct(), test_installprops(), test_InternetCanonicalizeUrlA(), test_interthread_messages(), test_kerberos(), test_lastusedsource(), test_LcidToRfc1766(), test_lcmapstring_unicode(), test_LCMapStringA(), test_LookupAccountName(), test_LookupAccountSid(), test_LZOpenFileA(), test_LZOpenFileA_existing_compressed(), test_LZOpenFileA_nonexisting_compressed(), test_LZOpenFileW(), test_LZOpenFileW_existing_compressed(), test_LZOpenFileW_nonexisting_compressed(), test_MsiDatabaseCommit(), test_MsiEnumClients(), test_MsiEnumPatches(), test_MsiEnumPatchesEx(), test_MsiEnumPatchesEx_machine(), test_MsiEnumPatchesEx_usermanaged(), test_MsiEnumPatchesEx_userunmanaged(), test_msiexport(), test_MsiGetComponentPath(), test_MsiGetComponentPathEx(), test_MsiGetFileVersion(), test_MsiGetPatchInfo(), test_MsiGetPatchInfoEx(), test_MsiGetProductCode(), test_MsiGetProductInfoEx(), test_MsiGetProductProperty(), test_MsiGetSourcePath(), test_MsiGetUserInfo(), test_MsiInstallProduct(), test_MsiOpenProduct(), test_MsiProvideQualifiedComponentEx(), test_MsiRecordGetString(), test_MsiSetProperty(), test_MsiSourceListAddSourceEx(), test_MsiSourceListEnumMediaDisks(), test_MsiSourceListEnumSources(), test_MsiSourceListGetInfo(), test_multibyte_to_unicode_translations(), test_negative_dest_length(), test_negative_source_length(), test_norecompute(), test_notify_generic_text_helper(), test_notify_proc(), test_oemcharset(), test_Option_PerConnectionOptionA(), test_ParseURLFromOutsideSourceA(), test_ParseURLFromOutsideSourceW(), test_PathAddBackslash(), test_PathAppendA(), test_PathBuildRootA(), test_PathCanonicalizeA(), test_PathCombineA(), test_PathCommonPrefixA(), test_PathFindExtensionA(), test_PathNameA(), test_PdhLookupPerfNameByIndexA(), test_process_components(), test_PropCopyMore(), test_property_table(), test_pSetupGetField(), test_publish_sourcelist(), test_queryreader(), test_readwrite(), test_reg_query_value(), test_RegisterClipboardFormatA(), test_RtlGetFullPathName_U(), test_ScriptGetFontProperties(), test_SetDefaultPrinter(), test_settargetpath(), test_SetupGetFileCompressionInfo(), test_SetupGetFileCompressionInfoEx(), test_SetupGetSourceFileLocation(), test_SetupGetSourceInfo(), test_SHCreateWorkerWindowA(), test_SHFormatDateTimeA(), test_SHGetFolderPathAndSubDirA(), test_SHGetObjectCompatFlags(), test_shortlongsource(), test_sorting(), test_sourcedir(), test_storages_table(), test_streamtable(), test_summary_binary(), test_SysAllocStringByteLen(), test_try_transform(), test_UDS_SETBUDDYINT(), test_updown_base(), test_UrlApplyScheme(), test_urlcacheW(), test_XcvDataPort_ConfigureLPTPortCommandOK(), testAuth(), testGetValidUsages(), testPropsHelper(), testScreenBuffer(), verify_shima_imp(), WorkerThread(), and wsprintfATest().
Definition at line 4227 of file locale.c.
Referenced by __ConvertName(), __GetLCIDFromName(), cbt_global_hook_proc(), check_info_filename(), check_lnk_(), check_reg_str(), cmp_mru_strA(), create_sub_body(), dns_strcmpX(), DoTestEntry(), enum_all_fonts_proc(), EnumLocalesProcA(), fdi_decomp(), file_in_list(), find_default_prop(), find_prop(), FindImportDescriptor(), get_window_attributes(), hook_WaitForInputIdle(), IntGetImageBase(), CFindFolderContextMenu::InvokeCommand(), CCopyMoveToMenu::InvokeCommand(), is_local_machineA(), is_our_logged_class(), is_stub_dll(), MACRO_CloseSecondarys(), MACRO_CloseWindow(), MACRO_FocusWindow(), MACRO_HelpOnTop(), MACRO_LookupButton(), main(), MapVerbToCmdId(), MapVerbToDfmCmd(), matchSpecialFolderPathToEnv(), MD_GetNotifyCode(), MD_msgdump(), MD_msgresult(), MimeBody_DeleteProp(), MimeBody_GetProp(), MimeBody_IsContentType(), MimeBody_SetProp(), MimeInternat_FindCharset(), okChildString_(), path_hook_proc(), PathIsExeA(), PropertyStorage_PropNameCompare(), PropVariantCompareEx(), PropVariantToBoolean(), read_prop(), RedirectIat(), scan_subkeys(), SHADD_compare_mru(), SHELL_IsVerb(), SHELL_MapContextMenuVerbToCmdId(), SHLWAPI_DoesModuleVersionMatch(), SHLWAPI_InitAppCompat(), SHRegGetBoolUSValueA(), START_TEST(), StrCmpICA(), stricmp_wa(), Test2(), test_appsearch_drlocator(), TEST_AssocQueryStringA(), test_bitmap_font_glyph_index(), test_CompareStringA(), test_CurrentDirectoryA(), test_enum_sections(), test_enumdisplaydevices_monitor(), test_filenames(), test_FindFirstFileA(), test_FunnyChars(), test_get_displayname(), test_get_file_info(), test_get_servicekeyname(), test_get_set(), test_GetFinalPathNameByHandleA(), test_GetIconLocation(), test_GetLongPathNameA(), test_GetProcessImageFileNameA(), test_GetStandardColorSpaceProfileA(), test_GetStandardColorSpaceProfileW(), test_GetTempFileNameA(), test_GetTempPathA(), test_handles(), test_hwnd_message(), test_IME(), test_InitPathA(), test_LoadLibraryEx_search_flags(), test_LongtoShortA(), test_LookupAccountName(), test_module(), test_nonexistent_font(), test_open_svc(), test_OpenFile(), test_PathCreateFromUrl(), test_PathNameA(), test_PrintDlgA(), test_process_components(), test_QueryFullProcessImageNameA(), test_readwrite(), test_registerDefaultOIDFunction(), test_setdir(), test_SetSearchPathMode(), test_settargetpath(), test_SetupGetTargetPath(), test_sh_new_link_info(), test_SHGetFolderPathA(), test_urlcacheA(), test_UrlCreateFromPath(), test_ValidPathA(), testing_status_routine(), testSystemDir(), testWinDir(), TF_CUASAppFix(), translateinfstringex_test(), TTIsEmbeddingEnabledForFacename(), VerInstallFileA(), WDML_ClientProc(), WDML_ServerNameProc(), win_event_global_hook_proc(), WINHELP_CreateHelpWindow(), WINHELP_DeleteWindow(), and WINHELP_GetWindowInfo().
Definition at line 4265 of file locale.c.
Referenced by ActivateContentTopic(), add_favs_to_menu(), add_font(), AviMux_FindPin(), BaseRendererImpl_FindPin(), CFn_WMCommand(), CFSExtractIcon_CreateInstance(), CloseNotepad(), CCabFolder::CompareID(), CompareIDs(), compareUrlArray(), copy_files(), count_moniker_matches(), CountMenuWndProc(), CRYPT_FileNameOpenStoreW(), CRYPT_FindStringInMultiString(), CRYPT_SysRegOpenStoreW(), CryptFindLocalizedName(), DdeCmpStringHandles(), DEVENUM_IMediaCatMoniker_IsEqual(), dns_name_matches(), dns_strcmpX(), do_process_key(), ATL::CRegObject::do_process_key(), do_process_root_key(), ATL::CRegObject::do_process_root_key(), DoEntry(), DoInitAutoCompleteWithCWD(), domain_name_matches(), DoSync(), DoTestComputerName(), DoTestEntry(), EditTypeDlg_OnCommand(), EditTypeDlg_OnDrawItem(), EnableCommandIfVerbExistsProc(), CDirectoryItem::EqualPath(), extract_cab_cb(), ExtractFilesCallback(), FILEDLG95_FILETYPE_SearchExt(), FILEDLG95_OnOpen(), FileMonikerImpl_CommonPrefixWith(), FileMonikerImpl_IsEqual(), FileMonikerImpl_RelativePathTo(), CMenuSFToolbar::FillToolbar(), find_control(), find_installed_ports(), find_portinfo2(), find_top_window(), FindExeCplClass(), CEnumIDList::FindNamedItem(), fnIMultiLanguage3_GetCharsetInfo(), format_filelist_filename(), GdipGetSupportedFileExtensions(), get_operation(), GetBinaryTypeW(), CRegTreeOptions::GetCheckState(), GetFileTypeIconsEx(), CShellDispatch::GetSystemInformation(), HTMLFormElement_put_encoding(), HTMLFormElement_put_method(), IAssemblyCacheImpl_InstallAssembly(), Imm32IsRunningInMsoobe(), CACLCustomMRU::Initialize(), CVfdShExt::InvokeCommand(), IsPidlPrograms(), IsSwitch(), ITypeComp_fnBind(), ITypeInfo_fnGetIDsOfNames(), JapaneseEra_IsFirstYearGannen(), ldr_enum_callback(), ldr_notify_callback1(), ldr_notify_callback_imports(), load_mapi_provider(), LocalmonAddPortEx(), ModifyShellContextMenu(), MSSTYLES_FindClass(), MSSTYLES_GetActiveThemeIni(), MSSTYLES_GetFont(), MSSTYLES_LoadBitmap(), MSSTYLES_LookupEnum(), MSSTYLES_LookupPartState(), MSSTYLES_LookupProperty(), MSSTYLES_OpenThemeFile(), MSSTYLES_ParseThemeIni(), MSTASK_ITaskScheduler_SetTargetComputer(), ok_child_stringWA(), CDefView::OnSettingChange(), CDesktopBrowser::OnSettingChange(), CTrayWindow::OnSettingChanged(), parse_display_name(), parse_procarch(), parse_pubkey(), ParseDisplayName(), PathIsDosDevice(), PickIconProc(), PrintOSVersion(), PropertyStorage_PropNameCompare(), PropStgNameToFmtId(), PropVariantCompareEx(), PropVariantToBoolean(), pSetupStringTableAddString(), pSetupStringTableAddStringEx(), pSetupStringTableLookUpString(), pSetupStringTableLookUpStringEx(), CDummyPropertyBag::Read(), realize_font(), reg_add(), reg_copy(), reg_delete(), reg_export(), reg_import(), reg_mui_cache_get(), reg_query(), registry_set_filelist(), rfc822_name_matches(), SampleGrabber_IBaseFilter_FindPin(), SECUR32_findPackageW(), ServiceStarter(), set_ldids(), SHADD_compare_mru(), SHAddToRecentDocs(), SHCreatePropertyBagOnProfileSection(), SHELL32_GetFSItemAttributes(), SHELL_GetIconUnderlineMode(), SHELL_IsVerb(), shellex_run_context_menu_default(), SHGetSpecialFolderID(), SHRegGetBoolUSValueW(), SHSettingsChanged(), START_TEST(), StrCmpICW(), SvcRegisterStopCallback(), TEST_AssocQueryStringW(), test_createfont(), test_detailed_info(), TEST_DoTestEntryStruct(), test_EnumCodePages(), test_file_all_name_information(), test_file_info(), test_file_link_information(), test_file_name_information(), test_file_rename_information(), test_FolderCollection(), test_FolderShortcut(), test_fontfamily(), test_format_object(), test_GetAbsolutePathName(), test_GetDisplayName(), test_GetFile(), test_GetFinalPathNameByHandleW(), Test_GetFontResourceInfoW_case1(), Test_GetFontResourceInfoW_case2(), Test_GetFontResourceInfoW_case4(), test_getgenerics(), test_GetSpecialFolder(), test_getstring_bad(), test_GetTempPathW(), test_HashLinks(), test_info_in_assembly(), test_knownFolders(), test_LocalizedNames(), test_namespace(), test_ParseDisplayNamePBC(), test_PathCreateFromUrl(), test_PathSearchAndQualify(), test_ProgIDFromCLSID(), test_QueryFullProcessImageNameW(), test_realization(), test_RtlStringFromGUID(), test_SetApplicationName_GetApplicationName(), test_SetTargetComputer(), test_SHGetFolderPathEx(), test_SHGetPathFromIDList(), test_SHGetSetFolderCustomSettings(), TEST_Start(), test_streamenum(), test_StringFromGUID2(), test_StringTableStringFromId(), test_type_info(), test_typelib(), test_UrlCreateFromPath(), test_Win32_ComputerSystem(), TestCommandLine(), ThemeDlgPostWindowProc(), TLB_get_typeinfo_by_name(), TLB_get_vardesc_by_name(), TREEVIEW_SortOnName(), UPDOWN_SetBuddy(), UPDOWN_SetBuddyInt(), URLMoniker_IsEqual(), UXTHEME_FormatParseMessage(), Validate_EmptyShimData_Win10(), Validate_EmptyShimData_Win8(), validate_envW(), validate_operation(), Validate_ShimData_Win10(), Validate_ShimData_Win8(), WDML_BroadcastEnumProc(), WDML_ClientProc(), WDML_ServerNameProc(), WICMapShortNameToGuid(), CDummyPropertyBag::Write(), write_registry_values(), and wWinMain().
Definition at line 4246 of file locale.c.
Referenced by _check_default_props(), _check_set_props(), _findProviderIndexW(), _test_GetCurMoniker(), _test_language_string(), ActiveScript_AddNamedItem(), ActiveScriptSite_GetItemInfo(), add_favs_to_menu(), ADVAPI_IsLocalComputer(), AVIBuildFilterW(), cert_mgr_sort_by_text(), check_display_name_(), check_dropdown_(), check_known_folder(), ClassTest(), compare_addrinfow(), compare_export_(), compare_font(), compare_items(), compare_metadata(), compareAltNameEntry(), CRegistryFolder::CompareIDs(), ConfigFileHandler_startElement(), cpinfo_cmp(), CredDialogFillUsernameCombo(), CredUIConfirmCredentialsW(), CredUIPromptForCredentialsW(), CRYPT_RegReadSerializedFromReg(), CryptFindOIDInfo(), dde_server_wndprocA(), dde_server_wndprocW(), DELNODE_recurse_dirtree(), DEVENUM_IPropertyBag_Read(), dispex_GetDispID(), DoEntry(), DoGetProductType(), DoTestComputerName(), DoTestEntry(), DSPROPERTY_WaveDeviceMappingW(), EditTypeDlg_WriteClass(), enum_find_filter(), enum_gac_assemblies(), enum_stream_names(), enumeration_callback(), EnumJoysticks(), DownloadInfo::Equal(), export_password_dlg_proc(), FEqualNames(), find_existing_credential(), find_property_index(), find_window(), find_window_callback(), FindDll(), general_on_notify(), get_dest_dir(), get_encoder_clsid(), GetFileTypeIconsEx(), getstring_test(), GetTypeFromName(), HlinkBrowseContext_GetObject(), hls_site_Moniker_ComposeWith(), HttpNegotiate_BeginningTransaction(), IAssemblyNameImpl_IsEqual(), IDxDiagContainerImpl_GetChildContainerInternal(), IDxDiagContainerImpl_GetProp(), iframe_onreadystatechange(), Imm32UnitTest(), InitPropertyBag_IPropertyBag_Read(), InPlaceFrame_SetActiveObject(), InPlaceUIWindow_SetActiveObject(), inst_func2(), InstallColorProfileW(), InternetProtocolInfo_CombineUrl(), InternetProtocolInfo_ParseUrl(), is_expected_variant(), is_ime_window_proc(), is_in_strarray(), is_netmeeting_running(), JustDoIt(), ldap_parse_page_controlW(), LISTBOX_Directory(), LISTVIEW_EndEditLabelT(), LISTVIEW_FindItemW(), LPropCompareProp(), LsapIsLocalComputer(), MimeProtocol_Start(), mixer_test_deviceW(), MMDevEnum_GetDevice(), MNLS_lstrcmpW(), MonikerProp_PutProperty(), MSACM_FillFormatTagsCB(), MsgConversionProcW(), notify_generic_text_handler(), notify_if_changed(), ok_child_stringWA(), on_default_action(), on_fontlist_modified(), on_mime_message_available(), on_sizelist_modified(), pagesetup_set_devnames(), parse_file_header(), parse_hhindex(), ParseDisplayName_ParseDisplayName(), PathMatchSpecExW(), PathMatchSpecW(), PB_Read(), PerformRegAction(), pointer_tests(), PRINTDLG_ChangePrinterW(), PRINTDLG_CreateDevNamesW(), process_arguments(), ProcessDirStatsItem(), PropertyNotifySink_OnChanged(), proppage_callback_w(), PropVariantCompareEx(), PropVariantToBoolean(), Protocol_Continue(), Protocol_Start(), protocol_start(), ProtocolSink_ReportProgress(), pSetupStringTableAddString(), pSetupStringTableAddStringEx(), pSetupStringTableLookUpString(), pSetupStringTableLookUpStringEx(), r_getMonikerRef(), r_getStringRef(), r_verify_pidl(), REBAR_MoveChildWindows(), REBAR_strdifW(), REGPROC_open_export_file(), res_sec_url_cmp(), resource_strcmp(), RtlAtomTestThread(), run_get_comp_name_tests(), run_test(), run_usergetinfo_tests(), run_wkstausergetinfo_tests(), scriptinfo_cmp(), search_dll_path(), server_end_to_end_callback(), set_up_attribute_test(), SetupQuerySpaceRequiredOnDriveW(), SHGetFileInfoW(), should_enumerate_device(), simple_callbackW(), site_GetItemInfo(), SmartTeeFilter_FindPin(), START_TEST(), STATUSBAR_SetTextT(), statusclb_OnDataAvailable(), statusclb_OnProgress(), Storage_CreateStream(), Storage_OpenStream(), strcmp_aw(), strcmp_wa(), StrCmpCW(), subtest_InsertObject(), tear_down_attribute_test(), test_32bit_win(), test_about_protocol(), test_aclist_expand(), test_assembly_name_props_line(), test_aw_conversion_dlgproc(), test_aw_conversion_dlgprocA(), test_aw_conversion_dlgprocW(), test_aw_conversion_wndproc(), test_bad_header(), test_basics(), test_BindToObject(), test_BindToStorage(), test_bstr_cache(), test_BuildPath(), test_button_class(), test_catalog_properties(), test_CertRDNValueToStrW(), test_CharToOem_OemToChar(), test_chunked_read(), Test_ClassAtoms(), test_cloneNode(), test_codec(), test_CoInternetCombineIUri_Pluggable(), test_CoInternetCombineUrlEx_Pluggable(), test_CoInternetParseIUri_InvalidArgs(), test_CoInternetParseIUri_Pluggable(), test_CoInternetParseUrl(), test_collation(), test_commandline2argv(), test_convert(), test_cookies(), test_copy(), test_CopyStgMedium(), test_costs(), test_create(), test_create_attribute(), test_create_catalog_file(), test_createNode(), test_CreateTextFile(), test_CreateTypeLib(), test_CredUnmarshalCredentialA(), test_cryptunprotectdata(), test_cue_banner(), test_custom_source(), test_customize(), test_customize_onfolderchange(), test_datalink(), test_DavGetHTTPFromUNCPath(), test_DavGetUNCFromHTTPPath(), test_DdeCreateStringHandleW(), test_decodeAltName(), test_decodeAuthorityKeyId2(), test_decodeCatMemberInfo(), test_decodeCatNameValue(), test_decodeCRLDistPoints(), test_decodePolicyQualifierUserNotice(), test_decoder_info(), test_decodeSPCLink(), test_decodeSPCPEImage(), test_decodeSpOpusInfo(), test_default_client_accessible_object(), test_default_format(), test_default_handler(), test_default_properties(), test_desktop_displaynameof(), test_directory_sort(), test_directshow_filter(), test_dmo(), test_doc_load_from_path(), test_DoEnvironmentSubst(), test_domdoc(), test_domnode(), test_DsClientMakeSpnForTargetServer(), test_DsMakeSpn(), test_dsound(), test_EM_GETHANDLE(), test_EM_GETLINE(), test_EM_SETTEXTEX(), test_EnumTimeFormatsW(), test_exec_fontname(), test_FileCollection(), test_filename_opendlg_(), test_filename_savedlg_(), test_filesourcefilter(), test_find_com_redirection(), test_find_surrogate(), test_find_window_class(), test_FindName(), test_findOIDInfo(), test_fm2_enummatchingfilters(), test_FolderCollection(), test_font_events_disp(), test_format_object(), test_format_record(), test_FormattingXML(), test_get_attributes(), test_get_childNodes(), test_get_doctype(), test_get_firstChild(), test_get_namespaces(), test_get_nodeTypeString(), test_get_prefix(), test_get_tagName(), test_getAttribute(), test_GetBaseName(), test_GetCachePath(), test_GetCharsetInfo_other(), test_GetCodePageInfo(), test_GetDisplayName(), test_GetDrive(), test_GetDriveName(), test_GetDynamicTimeZoneInformation(), test_GetExtensionName(), test_GetFileName(), test_GetFullPathNameW(), test_GetLocaleInfoEx(), test_GetLocaleInfoW(), test_GetLocalName(), test_GetName(), test_GetParentFolderName(), test_GetRemoteName(), test_GetRfc1766Info(), test_getruntime(), test_GetSetEnvironmentVariableW(), test_getstring(), test_GetSystemDirectoryW(), test_GetText(), test_GetTextFace(), test_GetTimeZoneInformationForYear(), test_getuserobjectinformation(), test_GetWindowsDirectoryW(), test_Global(), test_globalness(), test_HlinkClone(), test_HlinkCreateExtensionServices(), test_HlinkGetSetMonikerReference(), test_HlinkGetSetStringReference(), test_HlinkParseDisplayName(), test_HttpOptions(), test_IActiveScriptError(), test_ICInfo(), test_inffilelist(), test_InitPropVariantFromGUIDAsString(), test_insertBefore(), test_Installer_Products(), test_Installer_RegistryValue(), test_InternetGetSecurityUrl(), test_ITEMIDLIST_format(), test_items(), test_ITextDocument_Open(), test_ITextFont(), test_IUriBuilder_GetFragment(), test_IUriBuilder_GetHost(), test_IUriBuilder_GetPassword(), test_IUriBuilder_GetPath(), test_IUriBuilder_GetQuery(), test_IUriBuilder_GetSchemeName(), test_IUriBuilder_GetUserName(), test_IUriBuilder_HasBeenModified(), test_IWbemPath_GetClassName(), test_IWbemPath_GetNamespaceAt(), test_IWbemPath_GetServer(), test_IWbemPath_GetText(), test_IWbemPath_RemoveNamespaceAt(), test_IWbemPath_SetClassName(), test_IWbemPath_SetNamespaceAt(), test_IWbemPath_SetServer(), test_IWbemPath_SetText(), test_knownFolders(), test_lcmapstring_unicode(), test_LCMapStringEx(), test_legacy_filter(), test_legacy_filter_registration(), test_load(), test_LocaleNameToLCID(), test_marshal_array(), test_marshal_SNB(), test_media_streams(), test_mediadet(), test_menu_add_string(), test_message_allocate_buffer_wide(), test_message_from_64bit_number(), test_message_from_string_wide(), test_message_ignore_inserts_wide(), test_message_invalid_flags_wide(), test_MessageBoxFontTest(), test_MessageSetProp(), test_metadata_APE(), test_metadata_cHRM(), test_metadata_gAMA(), test_metadata_GCE(), test_metadata_gif(), test_metadata_GIF_comment(), test_metadata_hIST(), test_metadata_IMD(), test_metadata_LSD(), test_midiout(), test_MkParseDisplayNameEx(), test_moniker(), test_mouse_keyboard(), test_MsiGetProductProperty(), test_multibyte_to_unicode_translations(), test_mxattr_addAttribute(), test_mxattr_clear(), test_mxnamespacemanager(), test_mxnamespacemanager_override(), test_mxwriter_cdata(), test_mxwriter_characters(), test_mxwriter_comment(), test_mxwriter_default_properties(), test_mxwriter_dtd(), test_mxwriter_encoding(), test_mxwriter_ignorablespaces(), test_mxwriter_indent(), test_mxwriter_pi(), test_mxwriter_properties(), test_mxwriter_startenddocument(), test_mxwriter_startendelement(), test_mxwriter_startendelement_batch(), test_mxwriter_startendelement_batch2(), test_mxwriter_stream(), test_namedmap_newenum(), test_namespace(), test_namespaces_as_attributes(), test_namespaces_basic(), test_namespaces_change(), test_NameToStrConversionW(), test_negative_source_length(), test_NetFwAuthorizedApplication(), test_newline_normalization(), test_nodeTypedValue(), test_nodeValue(), test_note(), test_notify_proc(), test_NtAtom(), test_NtIntAtom(), test_null(), test_OleRegGetUserType(), test_OleUIAddVerbMenu(), test_one_cmdline(), test_Option_PerConnectionOption(), test_overwrite(), test_para_numbering(), test_ParseDisplayName(), test_passport_auth(), test_PathUnExpandEnvStrings(), test_PathUnquoteSpaces(), test_PathYetAnotherMakeUniqueName(), test_prefix_filtering(), test_preserve_charref(), test_printf_natural_string(), test_profile_string(), test_propertybag_getpropertyinfo(), test_propertytovariant(), test_props(), test_PropVariantChangeType_LPWSTR(), test_PropVariantToString(), test_PropVariantToStringAlloc(), test_PropVariantToStringWithDefault(), test_proxy_direct(), test_pSetupGetField(), test_put_data(), test_put_nodeTypedValue(), test_QueryAssemblyInfo(), test_queryconfig2(), test_QueryPathOfRegTypeLib(), test_queryreader(), test_Read(), test_read_attribute(), test_read_charref(), test_read_element(), test_read_pi(), test_read_public_dtd(), test_read_system_dtd(), test_read_xmldeclaration(), test_ReadAll(), test_recinfo(), test_reference(), test_reg_query_value(), test_registry(), test_registry_property_w(), test_RegQueryValueExPerformanceData(), test_root_children(), test_RtlGetFullPathName_U(), test_RtlInitUnicodeString(), test_RtlQueryPackageIdentity(), test_save(), test_saxreader_properties(), test_Sdb(), test_SdbTagToString(), test_SearchPathW(), test_selection(), test_Session(), test_SetAccountInformation_GetAccountInformation(), test_setAttributeNode(), test_SetComment_GetComment(), test_SetInitialHlink(), test_SetParameters_GetParameters(), test_SetupPromptForDiskW(), test_SHCreateShellItem(), test_SHCreateShellItemArray(), test_SHFormatDateTimeW(), test_SHGetIniString(), test_SHGetNameFromIDList(), test_SHGetPathFromIDList(), test_SQLGetPrivateProfileStringW(), test_SspiEncodeStringsAsAuthIdentity(), test_SspiPrepareForCredWrite(), test_StdHlink(), test_SysAllocString(), test_SysAllocStringByteLen(), test_SysAllocStringLen(), test_SysReAllocString(), test_SysReAllocStringLen(), test_targetpath(), test_textfont_global_defaults(), test_ToUnicode(), test_TxGetText(), test_typelibmarshal(), test_url_canonicalize(), test_url_combine(), test_url_part(), test_urlcacheW(), test_UrlEscapeW(), test_UrlUnescape(), test_VarDateChangeTypeEx(), test_vfw(), test_vsnwprintf_s(), test_wavein(), test_waveout(), test_WICMapGuidToShortName(), test_WICMapSchemaToName(), test_Win32_Service(), test_WinHttpSendRequest(), test_wm_notify_comboboxex(), test_wm_notify_datetime(), test_wm_notify_tooltip(), test_wndclass_section(), test_WriteLine(), test_WTSEnumerateProcessesW(), test_XDR_datatypes(), test_xmldoc(), test_xmlelem(), test_xmlelem_collection(), test_XMLHTTP(), test_xmlns_attribute(), test_xmlTypes(), test_XPath(), test_xsltext(), testAddCertificateLink(), testCreateSelfSignCert(), testExpand(), testQuery(), testScreenBuffer(), testSetHelper(), textcmpWT(), TREEVIEW_EndEditLabelNow(), TREEVIEW_InsertItemT(), update_font_list(), update_size_list(), UrlCompareW(), validate_endptr(), Validate_ShimData_Win2k3(), Validate_ShimData_Win7(), Validate_ShimData_WinVista(), variant_func2(), verify_shimw_imp(), Widget_complex_struct(), Widget_VarArg_Ref_Run(), Widget_VarArg_Run(), Widget_variant(), Widget_variant_array(), WinHttpCrackUrl_test(), WinHttpCreateUrl_test(), winproc_convW(), WNetOpenEnumW(), WorkerThread(), wsprintfWTest(), and XCOPY_DoCopy().
INT WINAPI MultiByteToWideChar | ( | UINT | page, |
DWORD | flags, | ||
LPCSTR | src, | ||
INT | srclen, | ||
LPWSTR | dst, | ||
INT | dstlen | ||
) |
Definition at line 2468 of file locale.c.
|
static |
Definition at line 4676 of file locale.c.
Referenced by EnumLanguageGroupLocalesA(), and EnumLanguageGroupLocalesW().
|
static |
Definition at line 4480 of file locale.c.
Referenced by EnumSystemLanguageGroupsA(), and EnumSystemLanguageGroupsW().
Definition at line 4430 of file locale.c.
Referenced by NLS_EnumSystemLanguageGroups().
|
static |
Definition at line 4381 of file locale.c.
Referenced by NLS_EnumLanguageGroupLocales(), and NLS_EnumSystemLanguageGroups().
Definition at line 4409 of file locale.c.
Referenced by IsValidLanguageGroup().
Definition at line 4356 of file locale.c.
Referenced by GetUserGeoID(), IsValidLanguageGroup(), NLS_EnumLanguageGroupLocales(), and NLS_EnumSystemLanguageGroups().
INT WINAPI NormalizeString | ( | NORM_FORM | NormForm, |
LPCWSTR | lpSrcString, | ||
INT | cwSrcLength, | ||
LPWSTR | lpDstString, | ||
INT | cwDstLength | ||
) |
Definition at line 1891 of file locale.c.
Referenced by test_SetLocaleInfoA(), and test_VarCat().
Definition at line 1923 of file locale.c.
Referenced by locale_update_registry(), and SetLocaleInfoA().
Definition at line 2822 of file locale.c.
Referenced by enum_proc(), LocaleDlgProc(), SetLocale(), SetTEBLangID(), SetupOpenInfFileExW(), and test_threadcp().
Definition at line 1116 of file locale.c.
Referenced by LOCALE_Init().
Definition at line 4878 of file locale.c.
Referenced by SetUserGeoName(), and update_locale_registry().
Definition at line 2553 of file locale.c.
Referenced by utf7_wcstombs().
Definition at line 2352 of file locale.c.
Referenced by MultiByteToWideChar().
Definition at line 2602 of file locale.c.
Referenced by WideCharToMultiByte().
Definition at line 2578 of file locale.c.
Referenced by utf7_wcstombs().
Definition at line 3076 of file locale.c.
Definition at line 3087 of file locale.c.
Referenced by CFileVersionInfo::GetLangName().
INT WINAPI WideCharToMultiByte | ( | UINT | page, |
DWORD | flags, | ||
LPCWSTR | src, | ||
INT | srclen, | ||
LPSTR | dst, | ||
INT | dstlen, | ||
LPCSTR | defchar, | ||
BOOL * | used | ||
) |
Definition at line 2694 of file locale.c.
Definition at line 358 of file sortkey.c.
Referenced by CompareStringEx().
Definition at line 118 of file fold.c.
Referenced by FoldStringW().
Definition at line 33 of file sortkey.c.
Referenced by LCMapStringA(), and LCMapStringEx().
Definition at line 65 of file locale.c.
Referenced by get_codepage_table(), GetACP(), IsDBCSLeadByte(), LOCALE_Init(), and SetCPGlobal().
|
static |
Definition at line 263 of file locale.c.
Referenced by get_registry_locale_info(), and SetLocaleInfoW().
Definition at line 5017 of file locale.c.
Referenced by EnumSystemGeoID(), and get_geoinfo_dataptr().
|
extern |
Definition at line 26 of file dllmain.c.
Referenced by DllMain(), EnumSystemLocalesA(), EnumSystemLocalesEx(), EnumSystemLocalesW(), EnumUILanguagesA(), EnumUILanguagesW(), GetLocaleInfoW(), IsValidLocale(), NLS_GetLanguageGroupName(), and search_message().
|
static |
Definition at line 161 of file locale.c.
Referenced by convert_default_lcid().
|
static |
Definition at line 162 of file locale.c.
Referenced by convert_default_lcid(), LOCALE_Init(), LOCALE_InitRegistry(), and setup_unix_locales().
|
static |
Definition at line 168 of file locale.c.
Referenced by convert_default_lcid(), and LOCALE_InitRegistry().
|
static |
Definition at line 163 of file locale.c.
Referenced by LOCALE_Init(), and LOCALE_InitRegistry().
|
static |
Definition at line 164 of file locale.c.
Referenced by convert_default_lcid(), and LOCALE_InitRegistry().
|
static |
Definition at line 165 of file locale.c.
Referenced by convert_default_lcid(), and LOCALE_InitRegistry().
|
static |
Definition at line 167 of file locale.c.
Referenced by convert_default_lcid(), and LOCALE_InitRegistry().
|
static |
Definition at line 169 of file locale.c.
Referenced by convert_default_lcid(), and LOCALE_InitRegistry().
|
static |
Definition at line 166 of file locale.c.
Referenced by convert_default_lcid(), and LOCALE_InitRegistry().
Definition at line 67 of file locale.c.
Referenced by get_codepage_table(), and LOCALE_Init().
Definition at line 66 of file locale.c.
Referenced by get_codepage_table(), GetOEMCP(), and LOCALE_Init().
|
static |
Referenced by get_locale_registry_value().
Definition at line 76 of file locale.c.
Referenced by IsValidLanguageGroup(), and NLS_EnumSystemLanguageGroups().
Definition at line 70 of file locale.c.
Referenced by NLS_EnumLanguageGroupLocales().
Definition at line 68 of file locale.c.
Referenced by LOCALE_Init(), MultiByteToWideChar(), and WideCharToMultiByte().