ReactOS 0.4.16-dev-598-gc07fba4
|
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 5687 of file locale.c.
Referenced by IdnToAscii(), and IdnToUnicode().
Definition at line 4083 of file locale.c.
Referenced by __crtCompareStringA(), _Locale_strcmp_auxA(), 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 4023 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 4014 of file locale.c.
Referenced by __acrt_CompareStringEx(), __crtCompareStringW(), _WLocale_strcmp_aux(), CEnumMergedFolder::Begin(), ChrCmpIW(), COMCTL32_ChrCmpIW(), 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 587 of file locale.c.
Referenced by GetLocaleInfoW().
Definition at line 2877 of file locale.c.
Referenced by convert_default_lcid(), GetLocalisedText(), LHashValOfNameSysA(), NLS_IsUnicodeOnlyLcid(), ScriptRecordDigitSubstitution(), SetThreadLocale(), test_ConvertDefaultLocale(), VarBoolFromStr(), and VarBstrFromBool().
Definition at line 766 of file locale.c.
Referenced by get_registry_locale_info(), GetUserGeoID(), LOCALE_InitRegistry(), SetLocaleInfoW(), and SetUserGeoID().
DEBUG_CHANNEL | ( | nls | ) |
|
static |
Definition at line 2951 of file locale.c.
Referenced by EnumSystemLocalesA().
|
static |
|
static |
Definition at line 3016 of file locale.c.
Referenced by EnumSystemLocalesEx().
|
static |
Definition at line 4921 of file locale.c.
Referenced by EnumUILanguagesA().
|
static |
BOOL WINAPI EnumLanguageGroupLocalesA | ( | LANGGROUPLOCALE_ENUMPROCA | pLangGrpLcEnumProc, |
LGRPID | lgrpid, | ||
DWORD | dwFlags, | ||
LONG_PTR | lParam | ||
) |
Definition at line 4775 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 2274 of file locale.c.
BOOL WINAPI EnumSystemCodePagesW | ( | CODEPAGE_ENUMPROCW | lpfnCodePageEnum, |
DWORD | flags | ||
) |
Definition at line 2295 of file locale.c.
Referenced by InitCodePagesList().
BOOL WINAPI EnumSystemGeoID | ( | GEOCLASS | geoclass, |
GEOID | parent, | ||
GEO_ENUMPROC | enumproc | ||
) |
Definition at line 5610 of file locale.c.
Referenced by CreateLocationsList(), and InitFunctionPointers().
BOOL WINAPI EnumSystemLanguageGroupsA | ( | LANGUAGEGROUP_ENUMPROCA | pLangGrpEnumProc, |
DWORD | dwFlags, | ||
LONG_PTR | lParam | ||
) |
Definition at line 4576 of file locale.c.
Referenced by InitFunctionPointers().
BOOL WINAPI EnumSystemLanguageGroupsW | ( | LANGUAGEGROUP_ENUMPROCW | pLangGrpEnumProc, |
DWORD | dwFlags, | ||
LONG_PTR | lParam | ||
) |
Definition at line 4596 of file locale.c.
BOOL WINAPI EnumSystemLocalesA | ( | LOCALE_ENUMPROCA | lpfnLocaleEnum, |
DWORD | dwFlags | ||
) |
Definition at line 2984 of file locale.c.
Referenced by __GetLCID().
BOOL WINAPI EnumSystemLocalesEx | ( | LOCALE_ENUMPROCEX | proc, |
DWORD | flags, | ||
LPARAM | lparam, | ||
LPVOID | reserved | ||
) |
Definition at line 3039 of file locale.c.
Referenced by InitFunctionPointers().
BOOL WINAPI EnumSystemLocalesW | ( | LOCALE_ENUMPROCW | lpfnLocaleEnum, |
DWORD | dwFlags | ||
) |
Definition at line 2999 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 4945 of file locale.c.
Referenced by InitFunctionPointers().
BOOL WINAPI EnumUILanguagesW | ( | UILANGUAGE_ENUMPROCW | pUILangEnumProc, |
DWORD | dwFlags, | ||
LONG_PTR | lParam | ||
) |
Definition at line 4973 of file locale.c.
Definition at line 3921 of file locale.c.
Referenced by InitFunctionPointers().
Definition at line 3979 of file locale.c.
Referenced by FoldStringA(), IdnToNameprepUnicode(), and InitFunctionPointers().
Definition at line 302 of file locale.c.
Referenced by GetCPInfo(), GetCPInfoExW(), IsDBCSLeadByteEx(), MultiByteToWideChar(), and WideCharToMultiByte().
Definition at line 367 of file locale.c.
Referenced by ConvertDefaultLocale(), GetLocaleInfoW(), and NLS_GetLanguageGroupName().
|
static |
Definition at line 1247 of file locale.c.
Referenced by GetSystemPreferredUILanguages(), and GetThreadPreferredUILanguages().
Definition at line 5464 of file locale.c.
Referenced by GetGeoInfoW().
Definition at line 288 of file locale.c.
Referenced by CompareStringA(), get_codepage_table(), GetLocaleInfoA(), GetStringTypeA(), LCMapStringA(), LOCALE_Init(), and SetLocaleInfoA().
Definition at line 1021 of file locale.c.
|
static |
Definition at line 1452 of file locale.c.
Referenced by GetLocaleInfoW(), and SetLocaleInfoW().
|
static |
Definition at line 1468 of file locale.c.
Referenced by GetLocaleInfoW().
Definition at line 277 of file locale.c.
Referenced by IdnToNameprepUnicode(), and IdnToUnicode().
Definition at line 2021 of file locale.c.
Referenced by __acrt_get_qualified_locale(), _setmbcp_l(), cicGetOSInfo(), CON_API(), EngGetCurrentCodePage(), get_codeset(), GetStringTypeA(), GetSupportedCP(), getSystemCP(), Global_Chr(), Imm32InquireIme(), 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_text_metrics(), and test_threadcp().
Definition at line 2144 of file locale.c.
Referenced by __acrt_locale_initialize_ctype(), _Locale_codecvt_create(), _Locale_ctype_create(), _setmbcp_l(), _setmbcp_nolock(), GetCPInfoExW(), GetKerningPairsA(), Global_Chr(), InternalCompareStringA(), make_csconv(), ME_GetTextLengthEx(), MSVCRT__create_locale(), setSBUpLow(), test_GetCPInfo(), and test_mbcp().
BOOL WINAPI GetCPInfoExA | ( | UINT | codepage, |
DWORD | dwFlags, | ||
LPCPINFOEXA | cpinfo | ||
) |
Definition at line 2202 of file locale.c.
Referenced by init_procs(), and test_threadcp().
BOOL WINAPI GetCPInfoExW | ( | UINT | codepage, |
DWORD | dwFlags, | ||
LPCPINFOEXW | cpinfo | ||
) |
Definition at line 2220 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 5566 of file locale.c.
Referenced by InitFunctionPointers().
Definition at line 5492 of file locale.c.
Referenced by CreateLocationsList(), GetGeoInfoA(), InitFunctionPointers(), LocationsEnumProc(), and SetUserLocaleName().
Definition at line 1600 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 1666 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(), GetLocalizedSMFolderName(), GetNumberFormatW(), CConfigParser::GetSectionString(), InatCreateIconBySize(), InitializeDefaultUserLocale(), InitLanguagesList(), InputList_Add(), InputList_Create(), Int64GetNumFormat(), IntGetCodePageEntry(), is_default_metric(), IsBiDiLocalizedSystem(), IsLayoutExists(), LangCountryEnumProc(), LanguageEnumProc(), 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 2060 of file locale.c.
Referenced by _setmbcp_l(), ConCfgInitDefaultSettings(), ConSrvInitConsole(), EngGetCurrentCodePage(), GetKBCodePage(), GetSupportedCP(), getSystemCP(), ME_StreamOutRTFHeader(), METADC_ExtTextOut(), MFDRV_ExtTextOut(), OnNcCreate(), output_writeconsole(), SetUpConsoleInfo(), and START_TEST().
Definition at line 3209 of file locale.c.
Referenced by _Locale_ctype_create(), GetStringTypeExA(), IsCharSpaceA(), and MSVCRT__create_locale().
Definition at line 3256 of file locale.c.
Referenced by _isctype_l().
Definition at line 3095 of file locale.c.
Referenced by __acrt_GetStringTypeA(), __crtGetStringTypeW(), _Locale_ctype_create(), _setmbcp_l(), _WLocale_ctype(), DoWordBreakProc(), get_char_script(), GetC1Type(), GetStringType3ExW(), GetStringTypeA(), GetStringTypeExW(), IsBlankLine(), IsCharBlankW(), IsCharCntrlW(), IsCharDigitW(), IsCharPunctW(), IsCharSpaceW(), IsCharXDigitW(), isdigitW(), SampCheckPassword(), test_crtGetStringTypeW(), and test_GetStringTypeW().
Definition at line 1194 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 1230 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_textfont_global_defaults(), textfont_reset_to_default(), and WriteUserLocale().
Definition at line 1395 of file locale.c.
Referenced by LsaLookupPrivilegeDisplayName(), and SHGetWebFolderFilePathW().
BOOL WINAPI GetSystemPreferredUILanguages | ( | DWORD | flags, |
ULONG * | count, | ||
WCHAR * | buffer, | ||
ULONG * | size | ||
) |
Definition at line 1296 of file locale.c.
Referenced by InitFunctionPointers().
Definition at line 2801 of file locale.c.
Referenced by CEnumMergedFolder::Begin(), BindCtxImpl_Construct(), ChrCmpIW(), COMCTL32_ChrCmpHelperA(), COMCTL32_ChrCmpIW(), CreateLocationsList(), enum_proc(), CEnumMergedFolder::FindByName(), get_env(), GetAddressBarAccessKey(), GetCPInfoExW(), Imm32LoadImeLangAndDesc(), IntGetCodePageEntry(), IntlStrEqWorkerA(), IntlStrEqWorkerW(), LocationsEnumProc(), lstrcmpA(), lstrcmpiA(), lstrcmpiW(), lstrcmpW(), msi_strequal(), msi_strprefix(), 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 1177 of file locale.c.
Referenced by AdjustStatusMessageWindow(), detect_locale(), find_entry_language(), 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_EM_FORMATRANGE(), test_EnumFonts(), test_installprops(), and test_MessageBox_WM_COPY_Test().
Definition at line 1211 of file locale.c.
Referenced by __acrt_GetUserDefaultLocaleName(), ActiveScriptSite_GetLCID(), CConfigParser::CacheINI(), call_disp_func(), CliImmInitializeHotKeys(), ConvertDefaultLocale(), CreateLanguagesList(), get_codepage_table(), GetAcceptLanguagesW(), GetLcidFromDefault(), GetLocalizedSMFolderName(), CConfigParser::GetSectionString(), GetThreadLocale(), GetUserDefaultLangID(), GetUserDefaultLocaleName(), InputProcessorProfiles_Constructor(), CAvailableApplicationInfo::InsertLanguageInfo(), LISTBOX_Create(), LoadSetupData(), LOCALE_InitRegistry(), SetUserLocaleName(), START_TEST(), test_ConvertDefaultLocale(), test_GetAcceptLanguagesA(), test_GetKeyboardLayoutList(), test_GetLocaleInfoEx(), test_LocaleNameToLCID(), test_SetLocaleInfoA(), test_synthesized(), and test_VarFormat().
Definition at line 1375 of file locale.c.
Referenced by _tWinMain(), detect_locale(), FGetComponentPath(), IsBiDiLocalizedSystem(), LsaLookupPrivilegeDisplayName(), OmNavigator_get_browserLanguage(), SHGetWebFolderFilePathW(), test_GetFileVersionInfoEx(), WinMain(), and wWinMain().
Definition at line 4838 of file locale.c.
Referenced by CreateLocationsList(), and SetUserLocaleName().
INT WINAPI IdnToAscii | ( | DWORD | dwFlags, |
LPCWSTR | lpUnicodeCharStr, | ||
INT | cchUnicodeChar, | ||
LPWSTR | lpASCIICharStr, | ||
INT | cchASCIIChar | ||
) |
Definition at line 5703 of file locale.c.
Referenced by InitFunctionPointers().
INT WINAPI IdnToNameprepUnicode | ( | DWORD | dwFlags, |
LPCWSTR | lpUnicodeCharStr, | ||
INT | cchUnicodeChar, | ||
LPWSTR | lpNameprepCharStr, | ||
INT | cchNameprepChar | ||
) |
Definition at line 5841 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 6056 of file locale.c.