|
ReactOS 0.4.17-dev-357-ga8f14ff
|
#include <stdarg.h>#include <stdlib.h>#include "ntstatus.h"#include "windef.h"#include "winbase.h"#include "winreg.h"#include "winnls.h"#include "winuser.h"#include "winternl.h"#include "kernelbase.h"#include "wine/debug.h"
Go to the source code of this file.
Classes | |
| struct | registry_entry |
| struct | calendar |
| struct | geo_id |
| struct | geo_index |
| struct | norm_table |
| struct | sortguid |
| struct | sort_expansion |
| struct | jamo_sort |
| struct | sort_compression |
| union | char_weights |
| struct | sortkey |
| struct | sortkey_state |
| struct | mui_resource |
Enumerations | |
| enum | charmaps { CHARMAP_FOLDDIGITS , CHARMAP_COMPAT , CHARMAP_HIRAGANA , CHARMAP_KATAKANA , CHARMAP_HALFWIDTH , CHARMAP_FULLWIDTH , CHARMAP_TRADITIONAL , CHARMAP_SIMPLIFIED , NB_CHARMAPS } |
| enum | sortkey_script { SCRIPT_UNSORTABLE = 0 , SCRIPT_NONSPACE_MARK = 1 , SCRIPT_EXPANSION = 2 , SCRIPT_EASTASIA_SPECIAL = 3 , SCRIPT_JAMO_SPECIAL = 4 , SCRIPT_EXTENSION_A = 5 , SCRIPT_PUNCTUATION = 6 , SCRIPT_SYMBOL_1 = 7 , SCRIPT_SYMBOL_2 = 8 , SCRIPT_SYMBOL_3 = 9 , SCRIPT_SYMBOL_4 = 10 , SCRIPT_SYMBOL_5 = 11 , SCRIPT_SYMBOL_6 = 12 , SCRIPT_DIGIT = 13 , SCRIPT_LATIN = 14 , SCRIPT_GREEK = 15 , SCRIPT_CYRILLIC = 16 , SCRIPT_KANA = 34 , SCRIPT_HEBREW = 40 , SCRIPT_ARABIC = 41 , SCRIPT_PUA_FIRST = 169 , SCRIPT_PUA_LAST = 175 , SCRIPT_CJK_FIRST = 192 , SCRIPT_CJK_LAST = 239 } |
| #define CASE_COMPR_2 0x40 /* compression exists for >= 2 chars */ |
| #define CASE_COMPR_4 0x80 /* compression exists for >= 4 chars */ |
| #define CASE_COMPR_6 0xc0 /* compression exists for >= 6 chars */ |
| #define UPDATE | ( | val, | |
| entry | |||
| ) | update_registry_value( LOCALE_NOUSEROVERRIDE | (val), (entry).subkey, (entry).value ) |
| Enumerator | |
|---|---|
| CHARMAP_FOLDDIGITS | |
| CHARMAP_COMPAT | |
| CHARMAP_HIRAGANA | |
| CHARMAP_KATAKANA | |
| CHARMAP_HALFWIDTH | |
| CHARMAP_FULLWIDTH | |
| CHARMAP_TRADITIONAL | |
| CHARMAP_SIMPLIFIED | |
| NB_CHARMAPS | |
Definition at line 260 of file locale.c.
Definition at line 381 of file locale.c.
Definition at line 3433 of file locale.c.
Referenced by append_weights().
|
static |
Definition at line 3346 of file locale.c.
Referenced by append_weights().
|
static |
Definition at line 3461 of file locale.c.
Referenced by append_weights().
|
static |
Definition at line 3508 of file locale.c.
Referenced by append_weights().
|
static |
Definition at line 3339 of file locale.c.
Referenced by append_expansion_weights(), and append_weights().
|
static |
Definition at line 3315 of file locale.c.
Referenced by append_expansion_weights(), and append_weights().
Definition at line 3282 of file locale.c.
Referenced by append_digit_weights(), append_extra_kana_weights(), append_hangul_weights(), append_nonspace_weights(), append_normal_weights(), and append_weights().
|
static |
Definition at line 3666 of file locale.c.
Referenced by compare_string(), find_substring(), and get_sortkey().
|
static |
Definition at line 977 of file locale.c.
Referenced by get_calendar_info().
|
static |
Definition at line 4379 of file locale.c.
Referenced by Internal_EnumDateFormats().
Definition at line 2006 of file locale.c.
Referenced by casemap_string(), and map_to_fullwidth().
|
static |
Definition at line 2050 of file locale.c.
Referenced by fold_digits(), and lcmap_string().
|
static |
Definition at line 2515 of file locale.c.
Referenced by mbstowcs_codepage().
Definition at line 566 of file locale.c.
Referenced by find_lcname_entry(), get_language_sort(), and get_locale_by_name().
|
static |
Definition at line 3308 of file locale.c.
Referenced by compare_string(), and find_substring().
|
static |
Definition at line 3832 of file locale.c.
Referenced by CompareStringEx().
|
static |
Definition at line 4226 of file locale.c.
Referenced by get_timezone_id().
| INT WINAPI DECLSPEC_HOTPATCH CompareStringA | ( | LCID | lcid, |
| DWORD | flags, | ||
| const char * | str1, | ||
| int | len1, | ||
| const char * | str2, | ||
| int | len2 | ||
| ) |
Definition at line 4773 of file locale.c.
| INT WINAPI CompareStringEx | ( | const WCHAR * | locale, |
| DWORD | flags, | ||
| const WCHAR * | str1, | ||
| int | len1, | ||
| const WCHAR * | str2, | ||
| int | len2, | ||
| NLSVERSIONINFO * | version, | ||
| void * | reserved, | ||
| LPARAM | handle | ||
| ) |
Definition at line 4729 of file locale.c.
| INT WINAPI DECLSPEC_HOTPATCH CompareStringOrdinal | ( | const WCHAR * | str1, |
| INT | len1, | ||
| const WCHAR * | str2, | ||
| INT | len2, | ||
| BOOL | ignore_case | ||
| ) |
Definition at line 4888 of file locale.c.
Referenced by FindStringOrdinal(), and InitFunctionPointers().
| INT WINAPI DECLSPEC_HOTPATCH CompareStringW | ( | LCID | lcid, |
| DWORD | flags, | ||
| const WCHAR * | str1, | ||
| int | len1, | ||
| const WCHAR * | str2, | ||
| int | len2 | ||
| ) |
Definition at line 4854 of file locale.c.
Definition at line 2154 of file locale.c.
Referenced by wcstombs_dbcs_slow(), and wcstombs_sbcs_slow().
Definition at line 363 of file locale.c.
Referenced by find_compression(), and get_compression_weights().
| LCID WINAPI DECLSPEC_HOTPATCH ConvertDefaultLocale | ( | LCID | lcid | ) |
Definition at line 4911 of file locale.c.
| BOOL WINAPI DECLSPEC_HOTPATCH EnumCalendarInfoExEx | ( | CALINFO_ENUMPROCEXEX | proc, |
| LPCWSTR | locale, | ||
| CALID | id, | ||
| LPCWSTR | reserved, | ||
| CALTYPE | type, | ||
| LPARAM | lparam | ||
| ) |
Definition at line 4943 of file locale.c.
| BOOL WINAPI DECLSPEC_HOTPATCH EnumCalendarInfoExW | ( | CALINFO_ENUMPROCEXW | proc, |
| LCID | lcid, | ||
| CALID | id, | ||
| CALTYPE | type | ||
| ) |
| BOOL WINAPI DECLSPEC_HOTPATCH EnumCalendarInfoW | ( | CALINFO_ENUMPROCW | proc, |
| LCID | lcid, | ||
| CALID | id, | ||
| CALTYPE | type | ||
| ) |
| BOOL WINAPI DECLSPEC_HOTPATCH EnumDateFormatsExEx | ( | DATEFMT_ENUMPROCEXEX | proc, |
| const WCHAR * | locale, | ||
| DWORD | flags, | ||
| LPARAM | lparam | ||
| ) |
Definition at line 4975 of file locale.c.
Referenced by test_EnumDateFormatsExEx().
| BOOL WINAPI DECLSPEC_HOTPATCH EnumDateFormatsExW | ( | DATEFMT_ENUMPROCEXW | proc, |
| LCID | lcid, | ||
| DWORD | flags | ||
| ) |
| BOOL WINAPI DECLSPEC_HOTPATCH EnumDateFormatsW | ( | DATEFMT_ENUMPROCW | proc, |
| LCID | lcid, | ||
| DWORD | flags | ||
| ) |
| DWORD WINAPI DECLSPEC_HOTPATCH EnumDynamicTimeZoneInformation | ( | DWORD | index, |
| DYNAMIC_TIME_ZONE_INFORMATION * | info | ||
| ) |
Definition at line 4988 of file locale.c.
Referenced by InitFunctionPtrs().
| BOOL WINAPI DECLSPEC_HOTPATCH EnumLanguageGroupLocalesW | ( | LANGGROUPLOCALE_ENUMPROCW | proc, |
| LGRPID | id, | ||
| DWORD | flags, | ||
| LONG_PTR | param | ||
| ) |
Definition at line 5013 of file locale.c.
| BOOL WINAPI DECLSPEC_HOTPATCH EnumSystemCodePagesW | ( | CODEPAGE_ENUMPROCW | proc, |
| DWORD | flags | ||
| ) |
Definition at line 5032 of file locale.c.
| BOOL WINAPI DECLSPEC_HOTPATCH EnumSystemGeoID | ( | GEOCLASS | class, |
| GEOID | parent, | ||
| GEO_ENUMPROC | proc | ||
| ) |
| BOOL WINAPI DECLSPEC_HOTPATCH EnumSystemLanguageGroupsW | ( | LANGUAGEGROUP_ENUMPROCW | proc, |
| DWORD | flags, | ||
| LONG_PTR | param | ||
| ) |
Definition at line 5071 of file locale.c.
| BOOL WINAPI DECLSPEC_HOTPATCH EnumSystemLocalesA | ( | LOCALE_ENUMPROCA | proc, |
| DWORD | flags | ||
| ) |
Definition at line 5081 of file locale.c.
| BOOL WINAPI DECLSPEC_HOTPATCH EnumSystemLocalesEx | ( | LOCALE_ENUMPROCEX | proc, |
| DWORD | wanted_flags, | ||
| LPARAM | param, | ||
| void * | reserved | ||
| ) |
| BOOL WINAPI DECLSPEC_HOTPATCH EnumSystemLocalesW | ( | LOCALE_ENUMPROCW | proc, |
| DWORD | flags | ||
| ) |
Definition at line 5109 of file locale.c.
| BOOL WINAPI DECLSPEC_HOTPATCH EnumTimeFormatsEx | ( | TIMEFMT_ENUMPROCEX | proc, |
| const WCHAR * | locale, | ||
| DWORD | flags, | ||
| LPARAM | lparam | ||
| ) |
Definition at line 5179 of file locale.c.
| BOOL WINAPI DECLSPEC_HOTPATCH EnumTimeFormatsW | ( | TIMEFMT_ENUMPROCW | proc, |
| LCID | lcid, | ||
| DWORD | flags | ||
| ) |
| BOOL WINAPI DECLSPEC_HOTPATCH EnumUILanguagesW | ( | UILANGUAGE_ENUMPROCW | proc, |
| DWORD | flags, | ||
| LONG_PTR | param | ||
| ) |
Definition at line 5023 of file locale.c.
|
static |
Definition at line 2262 of file locale.c.
Referenced by fold_string().
|
static |
Definition at line 3363 of file locale.c.
Referenced by get_compression_weights().
Definition at line 993 of file locale.c.
Referenced by get_locale_info(), locale_replace_separator(), and SetLocaleInfoW().
Definition at line 613 of file locale.c.
Referenced by GetGeoInfoW(), GetUserDefaultGeoName(), and SetUserGeoID().
Definition at line 628 of file locale.c.
Referenced by GetGeoInfoEx(), and SetUserGeoName().
Definition at line 598 of file locale.c.
Referenced by CompareStringW(), FindNLSString(), get_locale_info(), LCMapStringW(), and NlsValidateLocale().
Definition at line 581 of file locale.c.
Referenced by get_language_sort(), get_locale_by_name(), IsValidLocaleName(), and NlsValidateLocale().
Definition at line 531 of file locale.c.
Referenced by get_language_sort(), and IsValidNLSVersion().
|
static |
Definition at line 3899 of file locale.c.
Referenced by FindNLSStringEx().
| INT WINAPI DECLSPEC_HOTPATCH FindNLSString | ( | LCID | lcid, |
| DWORD | flags, | ||
| const WCHAR * | src, | ||
| int | srclen, | ||
| const WCHAR * | value, | ||
| int | valuelen, | ||
| int * | found | ||
| ) |
Definition at line 5191 of file locale.c.
| INT WINAPI DECLSPEC_HOTPATCH FindNLSStringEx | ( | const WCHAR * | locale, |
| DWORD | flags, | ||
| const WCHAR * | src, | ||
| int | srclen, | ||
| const WCHAR * | value, | ||
| int | valuelen, | ||
| int * | found, | ||
| NLSVERSIONINFO * | version, | ||
| void * | reserved, | ||
| LPARAM | handle | ||
| ) |
Definition at line 5225 of file locale.c.
Referenced by FindNLSString(), and InitFunctionPointers().
| INT WINAPI DECLSPEC_HOTPATCH FindStringOrdinal | ( | DWORD | flag, |
| const WCHAR * | src, | ||
| INT | src_size, | ||
| const WCHAR * | val, | ||
| INT | val_size, | ||
| BOOL | ignore_case | ||
| ) |
Definition at line 5257 of file locale.c.
Referenced by Global_InStr(), Global_InStrRev(), Global_Split(), InitFunctionPointers(), and string_replace().
Definition at line 2289 of file locale.c.
Referenced by fold_string().
|
static |
Definition at line 2300 of file locale.c.
Referenced by FoldStringW().
| INT WINAPI DECLSPEC_HOTPATCH FoldStringW | ( | DWORD | flags, |
| LPCWSTR | src, | ||
| INT | srclen, | ||
| LPWSTR | dst, | ||
| INT | dstlen | ||
| ) |
Definition at line 5301 of file locale.c.
|
static |
Definition at line 7533 of file locale.c.
Referenced by get_currency_format(), and get_number_format().
| DWORD WINAPI DECLSPEC_HOTPATCH FormatMessageA | ( | DWORD | flags, |
| const void * | source, | ||
| DWORD | msgid, | ||
| DWORD | langid, | ||
| char * | buffer, | ||
| DWORD | size, | ||
| va_list * | args | ||
| ) |
Definition at line 5387 of file locale.c.
| DWORD WINAPI DECLSPEC_HOTPATCH FormatMessageW | ( | DWORD | flags, |
| const void * | source, | ||
| DWORD | msgid, | ||
| DWORD | langid, | ||
| WCHAR * | buffer, | ||
| DWORD | size, | ||
| va_list * | args | ||
| ) |
Definition at line 5470 of file locale.c.
|
static |
Definition at line 3654 of file locale.c.
Referenced by compare_string(), find_substring(), and get_sortkey().
Definition at line 555 of file locale.c.
Referenced by get_calendar_info(), and Internal_EnumDateFormats().
|
static |
Definition at line 1619 of file locale.c.
Referenced by GetCalendarInfoEx(), GetCalendarInfoW(), and Internal_EnumCalendarInfo().
Definition at line 2036 of file locale.c.
Referenced by GetStringTypeW(), IsCharAlphaA(), IsCharAlphaNumericA(), IsCharAlphaNumericW(), IsCharAlphaW(), IsCharBlankW(), IsCharCntrlW(), IsCharDigitW(), IsCharLowerA(), IsCharLowerW(), IsCharPunctW(), IsCharSpaceA(), IsCharSpaceW(), IsCharUpperA(), IsCharUpperW(), IsCharXDigitW(), IsNLSDefinedString(), map_remove_ignored(), and nonspace_ignored().
|
static |
Definition at line 2086 of file locale.c.
Referenced by append_extra_kana_weights(), append_hangul_weights(), and append_weights().
|
static |
Definition at line 2198 of file locale.c.
|
static |
Definition at line 3380 of file locale.c.
Referenced by append_weights().
|
static |
Definition at line 7744 of file locale.c.
Referenced by GetCurrencyFormatEx(), and GetCurrencyFormatW().
|
static |
Definition at line 7930 of file locale.c.
Referenced by GetDateFormatEx(), GetDateFormatW(), and VARIANT_FormatDate().
Definition at line 2112 of file locale.c.
Referenced by map_remove_ignored(), and mbstowcs_decompose().
Definition at line 3411 of file locale.c.
Referenced by append_digit_weights().
|
static |
Definition at line 1779 of file locale.c.
Referenced by GetGeoInfoEx(), and GetGeoInfoW().
Definition at line 664 of file locale.c.
Referenced by CompareStringEx(), FindNLSStringEx(), GetNLSVersionEx(), init_locale(), and LCMapStringEx().
Definition at line 2248 of file locale.c.
Referenced by expand_ligatures().
Definition at line 644 of file locale.c.
Referenced by EnumCalendarInfoExEx(), EnumDateFormatsExEx(), EnumTimeFormatsEx(), get_language_sort(), GetCalendarInfoEx(), GetCurrencyFormatEx(), GetDateFormatEx(), GetLocaleInfoEx(), GetNumberFormatEx(), GetTimeFormatEx(), init_locale(), LocaleNameToLCID(), and ResolveLocaleName().
Definition at line 2177 of file locale.c.
Referenced by call_enum_date_func(), GetLocaleInfoA(), Internal_EnumCalendarInfo(), and Internal_EnumTimeFormats().
Definition at line 548 of file locale.c.
Referenced by EnumSystemLocalesA(), EnumSystemLocalesEx(), EnumSystemLocalesW(), get_language_sort(), get_locale_by_name(), Internal_EnumUILanguages(), and NlsValidateLocale().
|
static |
Definition at line 1114 of file locale.c.
Referenced by get_currency_format(), get_date_format(), get_locale_info(), get_number_format(), get_time_format(), GetLocaleInfoA(), GetLocaleInfoEx(), GetLocaleInfoW(), GetSystemDefaultLocaleName(), GetUserDefaultLocaleName(), Internal_EnumDateFormats(), Internal_EnumTimeFormats(), LCIDToLocaleName(), SetLocaleInfoW(), and update_registry_value().
Definition at line 1038 of file locale.c.
Referenced by get_locale_info().
|
static |
Definition at line 5347 of file locale.c.
Referenced by FormatMessageA(), and FormatMessageW().
|
static |
Definition at line 7650 of file locale.c.
Referenced by GetNumberFormatEx(), and GetNumberFormatW().
Definition at line 7911 of file locale.c.
Referenced by get_date_format(), and get_time_format().
|
static |
Definition at line 3778 of file locale.c.
Referenced by LCMapStringEx().
|
static |
Definition at line 8055 of file locale.c.
Referenced by GetTimeFormatEx(), and GetTimeFormatW().
|
static |
Definition at line 4257 of file locale.c.
Referenced by GetDynamicTimeZoneInformation(), SystemTimeToTzSpecificLocalTime(), and TzSpecificLocalTimeToSystemTime().
| INT WINAPI DECLSPEC_HOTPATCH GetCalendarInfoEx | ( | const WCHAR * | name, |
| CALID | calendar, | ||
| const WCHAR * | reserved, | ||
| CALTYPE | type, | ||
| WCHAR * | buffer, | ||
| INT | len, | ||
| DWORD * | value | ||
| ) |
Definition at line 5634 of file locale.c.
| INT WINAPI DECLSPEC_HOTPATCH GetCalendarInfoW | ( | LCID | lcid, |
| CALID | calendar, | ||
| CALTYPE | type, | ||
| WCHAR * | buffer, | ||
| INT | len, | ||
| DWORD * | value | ||
| ) |
| BOOL WINAPI DECLSPEC_HOTPATCH GetCPInfo | ( | UINT | codepage, |
| CPINFO * | cpinfo | ||
| ) |
Definition at line 5559 of file locale.c.
Definition at line 5578 of file locale.c.
| int WINAPI GetCurrencyFormatEx | ( | const WCHAR * | name, |
| DWORD | flags, | ||
| const WCHAR * | value, | ||
| const CURRENCYFMTW * | format, | ||
| WCHAR * | buffer, | ||
| int | len | ||
| ) |
Definition at line 8230 of file locale.c.
| int WINAPI GetCurrencyFormatW | ( | LCID | lcid, |
| DWORD | flags, | ||
| const WCHAR * | value, | ||
| const CURRENCYFMTW * | format, | ||
| WCHAR * | buffer, | ||
| int | len | ||
| ) |
| int WINAPI GetDateFormatA | ( | LCID | lcid, |
| DWORD | flags, | ||
| const SYSTEMTIME * | time, | ||
| const char * | format, | ||
| char * | buffer, | ||
| int | len | ||
| ) |
Definition at line 8250 of file locale.c.
Referenced by test_GetDateFormatA().
| int WINAPI GetDateFormatEx | ( | const WCHAR * | name, |
| DWORD | flags, | ||
| const SYSTEMTIME * | systime, | ||
| const WCHAR * | format, | ||
| WCHAR * | buffer, | ||
| int | len, | ||
| const WCHAR * | calendar | ||
| ) |
Definition at line 8298 of file locale.c.
Referenced by InitFunctionPointers().
| int WINAPI GetDateFormatW | ( | LCID | lcid, |
| DWORD | flags, | ||
| const SYSTEMTIME * | systime, | ||
| const WCHAR * | format, | ||
| WCHAR * | buffer, | ||
| int | len | ||
| ) |
Definition at line 8279 of file locale.c.
Referenced by GetDateFormatA(), and test_GetDateFormatW().
| DWORD WINAPI DECLSPEC_HOTPATCH GetDynamicTimeZoneInformation | ( | DYNAMIC_TIME_ZONE_INFORMATION * | info | ) |
Definition at line 5669 of file locale.c.
Referenced by GetTimeZoneInformation(), GetTimeZoneInformationForYear(), and init_locale().
| DWORD WINAPI DECLSPEC_HOTPATCH GetDynamicTimeZoneInformationEffectiveYears | ( | const DYNAMIC_TIME_ZONE_INFORMATION * | info, |
| DWORD * | first, | ||
| DWORD * | last | ||
| ) |
| BOOL WINAPI DECLSPEC_HOTPATCH GetFileMUIInfo | ( | DWORD | flags, |
| const WCHAR * | path, | ||
| FILEMUIINFO * | info, | ||
| DWORD * | size | ||
| ) |
Definition at line 5796 of file locale.c.
| BOOL WINAPI GetFileMUIPath | ( | DWORD | flags, |
| const WCHAR * | filepath, | ||
| WCHAR * | language, | ||
| ULONG * | languagelen, | ||
| WCHAR * | muipath, | ||
| ULONG * | muipathlen, | ||
| ULONGLONG * | enumerator | ||
| ) |
| INT WINAPI DECLSPEC_HOTPATCH GetGeoInfoEx | ( | WCHAR * | location, |
| GEOTYPE | type, | ||
| WCHAR * | data, | ||
| int | data_count | ||
| ) |
Definition at line 5989 of file locale.c.
Referenced by InitFunctionPointers().
| INT WINAPI DECLSPEC_HOTPATCH GetGeoInfoW | ( | GEOID | id, |
| GEOTYPE | type, | ||
| WCHAR * | data, | ||
| int | count, | ||
| LANGID | lang | ||
| ) |
| INT WINAPI DECLSPEC_HOTPATCH GetLocaleInfoEx | ( | const WCHAR * | name, |
| LCTYPE | info, | ||
| WCHAR * | buffer, | ||
| INT | len | ||
| ) |
| BOOL WINAPI DECLSPEC_HOTPATCH GetNLSVersion | ( | NLS_FUNCTION | func, |
| LCID | lcid, | ||
| NLSVERSIONINFO * | info | ||
| ) |
Definition at line 6104 of file locale.c.
Referenced by InitFunctionPointers().
| BOOL WINAPI DECLSPEC_HOTPATCH GetNLSVersionEx | ( | NLS_FUNCTION | func, |
| const WCHAR * | locale, | ||
| NLSVERSIONINFOEX * | info | ||
| ) |
Definition at line 6125 of file locale.c.
Referenced by GetNLSVersion(), InitFunctionPointers(), and IsValidNLSVersion().
| int WINAPI GetNumberFormatEx | ( | const WCHAR * | name, |
| DWORD | flags, | ||
| const WCHAR * | value, | ||
| const NUMBERFMTW * | format, | ||
| WCHAR * | buffer, | ||
| int | len | ||
| ) |
Definition at line 8191 of file locale.c.
Referenced by InitFunctionPointers().
| int WINAPI GetNumberFormatW | ( | LCID | lcid, |
| DWORD | flags, | ||
| const WCHAR * | value, | ||
| const NUMBERFMTW * | format, | ||
| WCHAR * | buffer, | ||
| int | len | ||
| ) |
| BOOL WINAPI DECLSPEC_HOTPATCH GetProcessPreferredUILanguages | ( | DWORD | flags, |
| ULONG * | count, | ||
| WCHAR * | buffer, | ||
| ULONG * | size | ||
| ) |
| BOOL WINAPI DECLSPEC_HOTPATCH GetStringTypeA | ( | LCID | locale, |
| DWORD | type, | ||
| const char * | src, | ||
| int | count, | ||
| WORD * | chartype | ||
| ) |
Definition at line 6176 of file locale.c.
| BOOL WINAPI DECLSPEC_HOTPATCH GetStringTypeW | ( | DWORD | type, |
| const WCHAR * | src, | ||
| INT | count, | ||
| WORD * | chartype | ||
| ) |
| LANGID WINAPI DECLSPEC_HOTPATCH GetSystemDefaultLangID | ( | void | ) |
| LCID WINAPI DECLSPEC_HOTPATCH GetSystemDefaultLCID | ( | void | ) |
| INT WINAPI DECLSPEC_HOTPATCH GetSystemDefaultLocaleName | ( | LPWSTR | name, |
| INT | count | ||
| ) |
| LANGID WINAPI DECLSPEC_HOTPATCH GetSystemDefaultUILanguage | ( | void | ) |
| BOOL WINAPI DECLSPEC_HOTPATCH GetSystemPreferredUILanguages | ( | DWORD | flags, |
| ULONG * | count, | ||
| WCHAR * | buffer, | ||
| ULONG * | size | ||
| ) |
| BOOL WINAPI DECLSPEC_HOTPATCH GetThreadPreferredUILanguages | ( | DWORD | flags, |
| ULONG * | count, | ||
| WCHAR * | buffer, | ||
| ULONG * | size | ||
| ) |
| int WINAPI GetTimeFormatA | ( | LCID | lcid, |
| DWORD | flags, | ||
| const SYSTEMTIME * | time, | ||
| const char * | format, | ||
| char * | buffer, | ||
| int | len | ||
| ) |
Definition at line 8318 of file locale.c.
Referenced by test_GetTimeFormatA().
| int WINAPI GetTimeFormatEx | ( | const WCHAR * | name, |
| DWORD | flags, | ||
| const SYSTEMTIME * | systime, | ||
| const WCHAR * | format, | ||
| WCHAR * | buffer, | ||
| int | len | ||
| ) |
Definition at line 8366 of file locale.c.
Referenced by InitFunctionPointers().
| int WINAPI GetTimeFormatW | ( | LCID | lcid, |
| DWORD | flags, | ||
| const SYSTEMTIME * | systime, | ||
| const WCHAR * | format, | ||
| WCHAR * | buffer, | ||
| int | len | ||
| ) |
Definition at line 8347 of file locale.c.
Referenced by GetTimeFormatA().
| DWORD WINAPI DECLSPEC_HOTPATCH GetTimeZoneInformation | ( | TIME_ZONE_INFORMATION * | info | ) |
Definition at line 6299 of file locale.c.
| BOOL WINAPI DECLSPEC_HOTPATCH GetTimeZoneInformationForYear | ( | USHORT | year, |
| DYNAMIC_TIME_ZONE_INFORMATION * | dynamic, | ||
| TIME_ZONE_INFORMATION * | info | ||
| ) |
Definition at line 6312 of file locale.c.
Referenced by EnumDynamicTimeZoneInformation().
Definition at line 7425 of file locale.c.
Referenced by InitFunctionPointers().
| LANGID WINAPI DECLSPEC_HOTPATCH GetUserDefaultLangID | ( | void | ) |
| LCID WINAPI DECLSPEC_HOTPATCH GetUserDefaultLCID | ( | void | ) |
| INT WINAPI DECLSPEC_HOTPATCH GetUserDefaultLocaleName | ( | LPWSTR | name, |
| INT | len | ||
| ) |
| LANGID WINAPI DECLSPEC_HOTPATCH GetUserDefaultUILanguage | ( | void | ) |
| GEOID WINAPI DECLSPEC_HOTPATCH GetUserGeoID | ( | GEOCLASS | geoclass | ) |
Definition at line 6424 of file locale.c.
| BOOL WINAPI DECLSPEC_HOTPATCH GetUserPreferredUILanguages | ( | DWORD | flags, |
| ULONG * | count, | ||
| WCHAR * | buffer, | ||
| ULONG * | size | ||
| ) |
Definition at line 7484 of file locale.c.
Referenced by get_currency_format(), and get_number_format().
| INT WINAPI DECLSPEC_HOTPATCH IdnToAscii | ( | DWORD | flags, |
| const WCHAR * | src, | ||
| INT | srclen, | ||
| WCHAR * | dst, | ||
| INT | dstlen | ||
| ) |
| INT WINAPI DECLSPEC_HOTPATCH IdnToNameprepUnicode | ( | DWORD | flags, |
| const WCHAR * | src, | ||
| INT | srclen, | ||
| WCHAR * | dst, | ||
| INT | dstlen | ||
| ) |
| INT WINAPI DECLSPEC_HOTPATCH IdnToUnicode | ( | DWORD | flags, |
| const WCHAR * | src, | ||
| INT | srclen, | ||
| WCHAR * | dst, | ||
| INT | dstlen | ||
| ) |
Definition at line 1913 of file locale.c.
Referenced by DllMain().
|
static |
Definition at line 3594 of file locale.c.
Referenced by compare_string(), find_substring(), and get_sortkey().
| BOOL WINAPI DECLSPEC_HOTPATCH Internal_EnumCalendarInfo | ( | CALINFO_ENUMPROCW | proc, |
| const NLS_LOCALE_DATA * | locale, | ||
| CALID | id, | ||
| CALTYPE | type, | ||
| BOOL | unicode, | ||
| BOOL | ex, | ||
| BOOL | exex, | ||
| LPARAM | lparam | ||
| ) |
Definition at line 4318 of file locale.c.
Referenced by EnumCalendarInfoExEx(), EnumCalendarInfoExW(), and EnumCalendarInfoW().
| BOOL WINAPI DECLSPEC_HOTPATCH Internal_EnumDateFormats | ( | DATEFMT_ENUMPROCW | proc, |
| const NLS_LOCALE_DATA * | locale, | ||
| DWORD | flags, | ||
| BOOL | unicode, | ||
| BOOL | ex, | ||
| BOOL | exex, | ||
| LPARAM | lparam | ||
| ) |
Definition at line 4398 of file locale.c.
Referenced by EnumDateFormatsExEx(), EnumDateFormatsExW(), and EnumDateFormatsW().
| BOOL WINAPI DECLSPEC_HOTPATCH Internal_EnumLanguageGroupLocales | ( | LANGGROUPLOCALE_ENUMPROCW | proc, |
| LGRPID | id, | ||
| DWORD | flags, | ||
| LONG_PTR | param, | ||
| BOOL | unicode | ||
| ) |
Definition at line 4478 of file locale.c.
Referenced by EnumLanguageGroupLocalesW().
| BOOL WINAPI DECLSPEC_HOTPATCH Internal_EnumSystemCodePages | ( | CODEPAGE_ENUMPROCW | proc, |
| DWORD | flags, | ||
| BOOL | unicode | ||
| ) |
Definition at line 4526 of file locale.c.
Referenced by EnumSystemCodePagesW().
| BOOL WINAPI DECLSPEC_HOTPATCH Internal_EnumSystemLanguageGroups | ( | LANGUAGEGROUP_ENUMPROCW | proc, |
| DWORD | flags, | ||
| LONG_PTR | param, | ||
| BOOL | unicode | ||
| ) |
Definition at line 4557 of file locale.c.
Referenced by EnumSystemLanguageGroupsW().
| BOOL WINAPI DECLSPEC_HOTPATCH Internal_EnumTimeFormats | ( | TIMEFMT_ENUMPROCW | proc, |
| const NLS_LOCALE_DATA * | locale, | ||
| DWORD | flags, | ||
| BOOL | unicode, | ||
| BOOL | ex, | ||
| LPARAM | lparam | ||
| ) |
Definition at line 4615 of file locale.c.
Referenced by EnumTimeFormatsEx(), and EnumTimeFormatsW().
| BOOL WINAPI DECLSPEC_HOTPATCH Internal_EnumUILanguages | ( | UILANGUAGE_ENUMPROCW | proc, |
| DWORD | flags, | ||
| LONG_PTR | param, | ||
| BOOL | unicode | ||
| ) |
Definition at line 4668 of file locale.c.
Referenced by EnumUILanguagesW().
Definition at line 2509 of file locale.c.
Referenced by check_invalid_chars(), and IsNLSDefinedString().
|
inlinestatic |
Definition at line 3021 of file locale.c.
Referenced by wcstombs_dbcs_slow().
|
inlinestatic |
Definition at line 3010 of file locale.c.
Referenced by wcstombs_sbcs_slow().
| BOOL WINAPI DECLSPEC_HOTPATCH IsCharAlphaA | ( | CHAR | c | ) |
Definition at line 6503 of file locale.c.
| BOOL WINAPI DECLSPEC_HOTPATCH IsCharAlphaNumericA | ( | CHAR | c | ) |
| BOOL WINAPI DECLSPEC_HOTPATCH IsCharAlphaNumericW | ( | WCHAR | wc | ) |
Definition at line 6536 of file locale.c.
Referenced by txt_export_binary().
| BOOL WINAPI DECLSPEC_HOTPATCH IsCharAlphaW | ( | WCHAR | wc | ) |
| BOOL WINAPI DECLSPEC_HOTPATCH IsCharBlankW | ( | WCHAR | wc | ) |
| BOOL WINAPI DECLSPEC_HOTPATCH IsCharCntrlW | ( | WCHAR | wc | ) |
| BOOL WINAPI DECLSPEC_HOTPATCH IsCharDigitW | ( | WCHAR | wc | ) |
| BOOL WINAPI DECLSPEC_HOTPATCH IsCharLowerA | ( | CHAR | c | ) |
| BOOL WINAPI DECLSPEC_HOTPATCH IsCharLowerW | ( | WCHAR | wc | ) |
| BOOL WINAPI DECLSPEC_HOTPATCH IsCharPunctW | ( | WCHAR | wc | ) |
| BOOL WINAPI DECLSPEC_HOTPATCH IsCharSpaceA | ( | CHAR | c | ) |
| BOOL WINAPI DECLSPEC_HOTPATCH IsCharSpaceW | ( | WCHAR | wc | ) |
| BOOL WINAPI DECLSPEC_HOTPATCH IsCharUpperA | ( | CHAR | c | ) |
| BOOL WINAPI DECLSPEC_HOTPATCH IsCharUpperW | ( | WCHAR | wc | ) |
| BOOL WINAPI DECLSPEC_HOTPATCH IsCharXDigitW | ( | WCHAR | wc | ) |
| BOOL WINAPI DECLSPEC_HOTPATCH IsDBCSLeadByte | ( | BYTE | testchar | ) |
| BOOL WINAPI DECLSPEC_HOTPATCH IsDBCSLeadByteEx | ( | UINT | codepage, |
| BYTE | testchar | ||
| ) |
| BOOL WINAPI DECLSPEC_HOTPATCH IsNLSDefinedString | ( | NLS_FUNCTION | func, |
| DWORD | flags, | ||
| NLSVERSIONINFO * | info, | ||
| const WCHAR * | str, | ||
| int | len | ||
| ) |
Definition at line 6749 of file locale.c.
Referenced by InitFunctionPointers().
| BOOL WINAPI DECLSPEC_HOTPATCH IsValidCodePage | ( | UINT | codepage | ) |
| BOOL WINAPI DECLSPEC_HOTPATCH IsValidLanguageGroup | ( | LGRPID | id, |
| DWORD | flags | ||
| ) |
| BOOL WINAPI DECLSPEC_HOTPATCH IsValidLocale | ( | LCID | lcid, |
| DWORD | flags | ||
| ) |
| BOOL WINAPI DECLSPEC_HOTPATCH IsValidLocaleName | ( | const WCHAR * | locale | ) |
| DWORD WINAPI DECLSPEC_HOTPATCH IsValidNLSVersion | ( | NLS_FUNCTION | func, |
| const WCHAR * | locale, | ||
| NLSVERSIONINFOEX * | info | ||
| ) |
Definition at line 6790 of file locale.c.
Referenced by InitFunctionPointers().
|
static |
Definition at line 4136 of file locale.c.
Referenced by LCMapStringEx().
| INT WINAPI DECLSPEC_HOTPATCH LCMapStringA | ( | LCID | lcid, |
| DWORD | flags, | ||
| const char * | src, | ||
| int | srclen, | ||
| char * | dst, | ||
| int | dstlen | ||
| ) |
Definition at line 6894 of file locale.c.
| INT WINAPI DECLSPEC_HOTPATCH LCMapStringEx | ( | const WCHAR * | locale, |
| DWORD | flags, | ||
| const WCHAR * | src, | ||
| int | srclen, | ||
| WCHAR * | dst, | ||
| int | dstlen, | ||
| NLSVERSIONINFO * | version, | ||
| void * | reserved, | ||
| LPARAM | handle | ||
| ) |
Definition at line 6839 of file locale.c.
| INT WINAPI DECLSPEC_HOTPATCH LCMapStringW | ( | LCID | lcid, |
| DWORD | flags, | ||
| const WCHAR * | src, | ||
| int | srclen, | ||
| WCHAR * | dst, | ||
| int | dstlen | ||
| ) |
Definition at line 6963 of file locale.c.
Definition at line 439 of file locale.c.
Referenced by init_locale().
Definition at line 481 of file locale.c.
Referenced by init_locale().
Definition at line 1014 of file locale.c.
Referenced by SetLocaleInfoW().
|
static |
Definition at line 754 of file locale.c.
Referenced by cal_return_number(), get_locale_info(), locale_return_reg_string(), and locale_return_string().
Definition at line 903 of file locale.c.
Referenced by get_locale_info().
Definition at line 845 of file locale.c.
Referenced by get_locale_info(), and locale_return_reg_number().
|
static |
Definition at line 882 of file locale.c.
Referenced by get_locale_info().
|
static |
Definition at line 797 of file locale.c.
Referenced by get_locale_info(), and locale_return_reg_number().
|
static |
Definition at line 939 of file locale.c.
Referenced by get_calendar_info(), and get_locale_info().
Definition at line 948 of file locale.c.
Referenced by get_locale_info().
Definition at line 839 of file locale.c.
Referenced by get_calendar_info(), get_date_format(), get_locale_info(), and locale_return_strarray().
Definition at line 2044 of file locale.c.
Referenced by get_sortkey(), and lcmap_string().
|
static |
Definition at line 4054 of file locale.c.
Referenced by lcmap_string().
|
static |
Definition at line 3989 of file locale.c.
Referenced by lcmap_string().
|
static |
Definition at line 4093 of file locale.c.
Referenced by lcmap_string().
|
static |
Definition at line 2733 of file locale.c.
Referenced by MultiByteToWideChar().
|
static |
Definition at line 2361 of file locale.c.
Referenced by MultiByteToWideChar().
|
static |
|
static |
Definition at line 2550 of file locale.c.
Referenced by mbstowcs_codepage().
|
static |
|
static |
Definition at line 2386 of file locale.c.
Referenced by MultiByteToWideChar().
|
static |
Definition at line 2488 of file locale.c.
Referenced by MultiByteToWideChar().
| INT WINAPI DECLSPEC_HOTPATCH MultiByteToWideChar | ( | UINT | codepage, |
| DWORD | flags, | ||
| const char * | src, | ||
| INT | srclen, | ||
| WCHAR * | dst, | ||
| INT | dstlen | ||
| ) |
Definition at line 7016 of file locale.c.
Definition at line 725 of file locale.c.
Referenced by ConvertDefaultLocale(), EnumCalendarInfoExW(), EnumCalendarInfoW(), EnumDateFormatsExW(), EnumDateFormatsW(), EnumTimeFormatsW(), get_lcid_codepage(), GetCalendarInfoW(), GetCurrencyFormatW(), GetDateFormatW(), GetLocaleInfoA(), GetLocaleInfoW(), GetNumberFormatW(), GetTimeFormatW(), init_locale(), InitFunctionPointers(), IsValidLocale(), and LCIDToLocaleName().
| INT WINAPI DECLSPEC_HOTPATCH NormalizeString | ( | NORM_FORM | form, |
| const WCHAR * | src, | ||
| INT | src_len, | ||
| WCHAR * | dst, | ||
| INT | dst_len | ||
| ) |
Definition at line 7525 of file locale.c.
Referenced by format_number(), get_currency_format(), and get_number_format().
Definition at line 2019 of file locale.c.
Referenced by casemap_string(), map_to_fullwidth(), and test_FoldStringW().
|
static |
Definition at line 3631 of file locale.c.
Referenced by compare_string(), find_substring(), and get_sortkey().
|
static |
Definition at line 773 of file locale.c.
Referenced by SetLocaleInfoW().
Definition at line 7131 of file locale.c.
| BOOL WINAPI DECLSPEC_HOTPATCH SetProcessPreferredUILanguages | ( | DWORD | flags, |
| PCZZWSTR | buffer, | ||
| ULONG * | count | ||
| ) |
| BOOL WINAPI DECLSPEC_HOTPATCH SetThreadPreferredUILanguages | ( | DWORD | flags, |
| PCZZWSTR | buffer, | ||
| ULONG * | count | ||
| ) |
| BOOL WINAPI DECLSPEC_HOTPATCH SetTimeZoneInformation | ( | const TIME_ZONE_INFORMATION * | info | ) |
Definition at line 7246 of file locale.c.
| BOOL WINAPI DECLSPEC_HOTPATCH SetUserGeoID | ( | GEOID | id | ) |
Definition at line 7255 of file locale.c.
Definition at line 7469 of file locale.c.
Referenced by InitFunctionPointers().
| BOOL WINAPI DECLSPEC_HOTPATCH SystemTimeToTzSpecificLocalTime | ( | const TIME_ZONE_INFORMATION * | info, |
| const SYSTEMTIME * | system, | ||
| SYSTEMTIME * | local | ||
| ) |
Definition at line 7286 of file locale.c.
Definition at line 2013 of file locale.c.
Referenced by casemap_string(), and map_to_fullwidth().
| BOOL WINAPI DECLSPEC_HOTPATCH TzSpecificLocalTimeToSystemTime | ( | const TIME_ZONE_INFORMATION * | info, |
| const SYSTEMTIME * | local, | ||
| SYSTEMTIME * | system | ||
| ) |
Definition at line 7321 of file locale.c.
Definition at line 1855 of file locale.c.
Referenced by init_locale().
Definition at line 1846 of file locale.c.
Referenced by SetLocaleInfoW(), and update_locale_registry().
|
static |
Definition at line 5769 of file locale.c.
Referenced by GetFileMUIInfo().
Definition at line 7356 of file locale.c.
Definition at line 7365 of file locale.c.
|
static |
Definition at line 3255 of file locale.c.
Referenced by WideCharToMultiByte().
|
static |
Definition at line 2760 of file locale.c.
Referenced by WideCharToMultiByte().
|
static |
Definition at line 2979 of file locale.c.
Referenced by wcstombs_codepage().
|
static |
Definition at line 3132 of file locale.c.
Referenced by wcstombs_codepage().
|
static |
Definition at line 2914 of file locale.c.
Referenced by wcstombs_codepage().
|
static |
Definition at line 3037 of file locale.c.
Referenced by wcstombs_codepage().
|
static |
Definition at line 2796 of file locale.c.
Referenced by WideCharToMultiByte().
|
static |
Definition at line 2891 of file locale.c.
Referenced by WideCharToMultiByte().
| INT WINAPI DECLSPEC_HOTPATCH WideCharToMultiByte | ( | UINT | codepage, |
| DWORD | flags, | ||
| LPCWSTR | src, | ||
| INT | srclen, | ||
| LPSTR | dst, | ||
| INT | dstlen, | ||
| LPCSTR | defchar, | ||
| BOOL * | used | ||
| ) |
Definition at line 7374 of file locale.c.
| WINE_DEFAULT_DEBUG_CHANNEL | ( | nls | ) |
|
static |
Definition at line 305 of file locale.c.
Referenced by get_codepage_table(), get_lcid_codepage(), get_locale_codepage(), GetACP(), init_locale(), and IsDBCSLeadByte().
| struct { ... } cached_tzname |
Referenced by GetDynamicTimeZoneInformation().
Definition at line 419 of file locale.c.
Referenced by casemap_string(), map_to_fullwidth(), and map_to_halfwidth().
| const struct { ... } codepage_names[] |
Referenced by GetCPInfoExW().
|
static |
Definition at line 320 of file locale.c.
Referenced by fnIMLangFontLink2_CodePagesToCodePage(), fnIMLangFontLink2_CodePageToCodePages(), fnIMLangFontLink2_GetCharCodePages(), fnIMLangFontLink2_GetFontCodePages(), fnIMLangFontLink2_GetStrCodePages(), fnIMLangFontLink_CodePagesToCodePage(), fnIMLangFontLink_CodePageToCodePages(), fnIMLangFontLink_GetCharCodePages(), fnIMLangFontLink_GetFontCodePages(), fnIMLangFontLink_GetStrCodePages(), get_codepage_table(), map_font(), and test_MapFont().
| const struct sort_compression* compressions |
|
static |
Definition at line 420 of file locale.c.
Referenced by load_locale_nls(), and load_sortdefault_nls().
Definition at line 410 of file locale.c.
Referenced by get_language_sort(), and init_locale().
|
static |
Definition at line 59 of file locale.c.
Referenced by get_locale_info(), SetLocaleInfoW(), and update_locale_registry().
|
static |
Definition at line 60 of file locale.c.
Referenced by get_locale_info(), and update_locale_registry().
|
static |
Definition at line 61 of file locale.c.
Referenced by get_locale_info(), SetLocaleInfoW(), and update_locale_registry().
|
static |
Definition at line 62 of file locale.c.
Referenced by get_locale_info(), SetLocaleInfoW(), and update_locale_registry().
|
static |
Definition at line 63 of file locale.c.
Referenced by get_locale_info(), SetLocaleInfoW(), and update_locale_registry().
|
static |
Definition at line 64 of file locale.c.
Referenced by get_locale_info(), SetLocaleInfoW(), and update_locale_registry().
|
static |
Definition at line 65 of file locale.c.
Referenced by get_locale_info(), SetLocaleInfoW(), and update_locale_registry().
|
static |
Definition at line 66 of file locale.c.
Referenced by get_locale_info(), SetLocaleInfoW(), and update_locale_registry().
|
static |
Definition at line 67 of file locale.c.
Referenced by get_locale_info(), SetLocaleInfoW(), and update_locale_registry().
|
static |
Definition at line 68 of file locale.c.
Referenced by get_locale_info(), SetLocaleInfoW(), and update_locale_registry().
|
static |
Definition at line 69 of file locale.c.
Referenced by get_locale_info(), SetLocaleInfoW(), and update_locale_registry().
|
static |
Definition at line 70 of file locale.c.
Referenced by get_locale_info(), SetLocaleInfoW(), and update_locale_registry().
|
static |
Definition at line 71 of file locale.c.
Referenced by get_locale_info(), SetLocaleInfoW(), and update_locale_registry().
|
static |
Definition at line 72 of file locale.c.
Referenced by get_locale_info(), SetLocaleInfoW(), and update_locale_registry().
|
static |
Definition at line 73 of file locale.c.
Referenced by get_locale_info(), SetLocaleInfoW(), and update_locale_registry().
|
static |
Definition at line 74 of file locale.c.
Referenced by get_locale_info(), SetLocaleInfoW(), and update_locale_registry().
|
static |
Definition at line 75 of file locale.c.
Referenced by get_locale_info(), SetLocaleInfoW(), and update_locale_registry().
|
static |
Definition at line 76 of file locale.c.
Referenced by get_locale_info(), SetLocaleInfoW(), and update_locale_registry().
|
static |
Definition at line 77 of file locale.c.
Referenced by get_locale_info(), SetLocaleInfoW(), and update_locale_registry().
|
static |
Definition at line 78 of file locale.c.
Referenced by get_locale_info(), SetLocaleInfoW(), and update_locale_registry().
|
static |
Definition at line 79 of file locale.c.
Referenced by get_locale_info(), SetLocaleInfoW(), and update_locale_registry().
|
static |
Definition at line 80 of file locale.c.
Referenced by get_locale_info(), SetLocaleInfoW(), and update_locale_registry().
|
static |
Definition at line 81 of file locale.c.
Referenced by get_locale_info(), SetLocaleInfoW(), and update_locale_registry().
|
static |
Definition at line 82 of file locale.c.
Referenced by get_locale_info(), SetLocaleInfoW(), and update_locale_registry().
|
static |
Definition at line 83 of file locale.c.
Referenced by get_locale_info(), SetLocaleInfoW(), and update_locale_registry().
|
static |
Definition at line 84 of file locale.c.
Referenced by get_locale_info(), SetLocaleInfoW(), and update_locale_registry().
|
static |
Definition at line 85 of file locale.c.
Referenced by get_locale_info(), SetLocaleInfoW(), and update_locale_registry().
|
static |
Definition at line 86 of file locale.c.
Referenced by get_locale_info(), SetLocaleInfoW(), and update_locale_registry().
|
static |
Definition at line 87 of file locale.c.
Referenced by get_locale_info(), SetLocaleInfoW(), and update_locale_registry().
|
static |
Definition at line 88 of file locale.c.
Referenced by get_locale_info(), SetLocaleInfoW(), and update_locale_registry().
|
static |
Definition at line 89 of file locale.c.
Referenced by get_locale_info(), SetLocaleInfoW(), and update_locale_registry().
|
static |
Definition at line 90 of file locale.c.
Referenced by get_locale_info(), SetLocaleInfoW(), and update_locale_registry().
| const struct sort_expansion* expansions |
Referenced by EnumSystemGeoID(), find_geo_id_entry(), find_geo_name_entry(), and load_locale_nls().
Definition at line 257 of file locale.c.
Referenced by EnumSystemGeoID(), find_geo_id_entry(), and load_locale_nls().
Definition at line 258 of file locale.c.
Referenced by find_geo_name_entry(), and load_locale_nls().
Definition at line 422 of file locale.c.
Referenced by _dump_dinput_GUID(), debugstr_dmguid(), FindGUID(), IDirectInput8AImpl_EnumDevicesBySemantics(), IDirectInput8WImpl_EnumDevicesBySemantics(), load_driver_devices(), msi_check_patch_applicable(), publish_product_properties(), and test_ClassIDs().
|
static |
Definition at line 310 of file locale.c.
Referenced by GetUserDefaultGeoName(), GetUserGeoID(), init_locale(), locale_return_reg_string(), set_registry_entry(), SetUserGeoID(), update_locale_registry(), and update_registry_value().
|
static |
Definition at line 47 of file locale.c.
Referenced by get_message(), init_locale(), and Internal_EnumSystemLanguageGroups().
Definition at line 418 of file locale.c.
Referenced by CFSDropTarget::_GetEffectFromMenu(), append_extra_kana_weights(), build_createsql_postlude(), CDrivesContextMenu_CreateInstance(), CountUniqueItems_Aux(), create_diff_row_query(), CDesktopFolder::CreateViewObject(), CFSFolder::CreateViewObject(), CRegItemContextMenu_CreateInstance(), d3drm_animation2_AddKey(), d3drm_animation2_GetKeys(), d3drm_animation_delete_key(), d3drm_animation_get_index_max(), d3drm_animation_get_index_min(), d3drm_animation_get_insert_position(), d3drm_animation_get_range(), d3drm_animation_lookup_key(), d3dx9_keyframed_animation_GetNumScaleKeys(), DECLARE_INTERFACE_(), desfunc(), dict_enum_Next(), dictionary_Keys(), EDIT_WM_LButtonDown(), FindTest::findif0(), free_keys(), CZipFolder::GetUIObjectOf(), CDesktopFolder::GetUIObjectOf(), CFSFolder::GetUIObjectOf(), CNetFolder::GetUIObjectOf(), CCommonFolder< TSelf, TItemId, TExtractIcon >::GetUIObjectOf(), CIMEUIWindowHandler::ImeUIMsImeMouseHandler(), LISTBOX_HandleLButtonDown(), LISTBOX_HandleLButtonDownCombo(), LISTVIEW_KeyDown(), LISTVIEW_KeySelection(), register_keys(), ShellPropSheetDialog::Show(), test_animation(), test_Keys(), test_performance_keys(), test_primary_keys(), test_pseudo_handle_security(), test_SetupGetIntField(), test_SHCreateDefaultContextMenu(), test_SHSearchMapInt(), and unregister_keys().
| LCID lcid |
Definition at line 5660 of file locale.c.
Referenced by __acrt_DownlevelLCIDToLocaleName(), __crtCompareStringA(), __crtCompareStringW(), __crtGetLocaleInfoW(), __crtLCMapStringA(), __crtLCMapStringW(), __GetDefaultCP(), __GetLCID(), __GetLCIDFromName(), __GetLocaleInfoUsingACP(), __GetLocaleName(), __intGetACP(), __intGetOCP(), __TranslateToSystem(), _BSTR_CY(), _BSTR_DATE(), _BSTR_DEC(), FxDevice::_QueryPropertyEx(), _test_language_string(), _VarChangeTypeExWrap(), Accessible2_GetIDsOfNames(), Accessible2_GetTypeInfo(), Accessible2_Invoke(), ActiveScript_SetScriptSite(), AddNewLayout(), AdvancedPageProc(), AMStreamSelect_Info(), Arguments2_GetIDsOfNames(), Arguments2_GetTypeInfo(), FxDevice::AssignProperty(), AutomationObject_GetIDsOfNames(), AutomationObject_GetTypeInfo(), AutomationObject_Invoke(), BaseControlVideoImpl_GetIDsOfNames(), BaseControlVideoImpl_GetTypeInfo(), BaseControlVideoImpl_Invoke(), BaseControlWindowImpl_GetIDsOfNames(), BaseControlWindowImpl_GetTypeInfo(), BaseControlWindowImpl_Invoke(), BasicAudio_GetIDsOfNames(), BasicAudio_GetTypeInfo(), BasicAudio_Invoke(), BasicAudioImpl_GetIDsOfNames(), BasicAudioImpl_GetTypeInfo(), BasicAudioImpl_Invoke(), BasicVideo_GetIDsOfNames(), BasicVideo_GetTypeInfo(), BasicVideo_Invoke(), Builtin_GetIDsOfNames(), Builtin_GetTypeInfo(), Builtin_Invoke(), category_needs_update(), ClDispatch_GetIDsOfNames(), ClDispatch_GetTypeInfo(), ClDispatch_Invoke(), Client_GetIDsOfNames(), Client_GetTypeInfo(), Client_Invoke(), COMCAT_GetCategoryDesc(), COMCAT_ICatInformation_EnumCategories(), COMCAT_ICatInformation_GetCategoryDesc(), CompareStringA(), CompareStringW(), convert_default_lcid(), convert_str(), ConvertDefaultLocale(), CountryEnumProc(), create_mbcinfo(), create_time_data(), CreateDispTypeInfo(), CreateSortList(), dictionary_GetIDsOfNames(), dictionary_GetTypeInfo(), dictionary_Invoke(), Disp_Invoke(), Dispatch_GetTypeInfo(), DispatchEx_GetIDsOfNames(), DispatchEx_GetTypeInfo(), DispatchEx_Invoke(), DispatchEx_InvokeEx(), dispevent_Invoke(), dispex_value(), DocDispatchEx_GetIDsOfNames(), DocDispatchEx_GetTypeInfo(), DocDispatchEx_Invoke(), DocDispatchEx_InvokeEx(), dom_pi_GetIDsOfNames(), dom_pi_GetTypeInfo(), dom_pi_Invoke(), domattr_GetIDsOfNames(), domattr_GetTypeInfo(), domattr_Invoke(), domcdata_GetIDsOfNames(), domcdata_GetTypeInfo(), domcdata_Invoke(), domcomment_GetIDsOfNames(), domcomment_GetTypeInfo(), domcomment_Invoke(), domdoc_GetIDsOfNames(), domdoc_GetTypeInfo(), domdoc_Invoke(), domdoctype_GetIDsOfNames(), domdoctype_GetTypeInfo(), domdoctype_Invoke(), domelem_GetIDsOfNames(), domelem_GetTypeInfo(), domelem_Invoke(), domfrag_GetIDsOfNames(), domfrag_GetTypeInfo(), domfrag_Invoke(), domimpl_GetIDsOfNames(), domimpl_GetTypeInfo(), domimpl_Invoke(), domselection_GetIDsOfNames(), domselection_GetTypeInfo(), domselection_invoke(), domselection_Invoke(), domtext_GetIDsOfNames(), domtext_GetTypeInfo(), domtext_Invoke(), drive_GetIDsOfNames(), drive_GetTypeInfo(), drive_Invoke(), drivecoll_GetIDsOfNames(), drivecoll_GetTypeInfo(), drivecoll_Invoke(), ATL::IDispatchImpl< T, piid, plibid, wMajor, wMinor >::EnsureTILoaded(), entityref_GetIDsOfNames(), entityref_GetTypeInfo(), entityref_Invoke(), enum_proc(), EnumCalendarInfoExEx(), EnumCalendarInfoExW(), EnumCalendarInfoW(), EnumCATEGORYINFO_Construct(), EnumDateFormatsA(), EnumDateFormatsExA(), EnumDateFormatsExEx(), EnumDateFormatsExW(), EnumDateFormatsW(), EnumLocalesProcA(), EnumTimeFormatsA(), EnumTimeFormatsEx(), EnumTimeFormatsW(), file_GetIDsOfNames(), file_GetTypeInfo(), file_Invoke(), filecoll_GetIDsOfNames(), filecoll_GetTypeInfo(), filecoll_Invoke(), filesys_GetIDsOfNames(), filesys_GetTypeInfo(), filesys_Invoke(), find_lcid_entry(), FindNLSString(), fnIEnumRfc1766_Next(), fnIMultiLanguage3_GetCodePageDescription(), fnIMultiLanguage3_GetRfc1766FromLcid(), fnIMultiLanguage_GetRfc1766FromLcid(), folder_GetIDsOfNames(), folder_GetTypeInfo(), folder_Invoke(), foldercoll_GetIDsOfNames(), foldercoll_GetTypeInfo(), foldercoll_Invoke(), funcDisp_InvokeEx(), fw_app_GetIDsOfNames(), fw_app_GetTypeInfo(), fw_app_Invoke(), fw_apps_GetIDsOfNames(), fw_apps_GetTypeInfo(), fw_apps_Invoke(), fw_manager_GetIDsOfNames(), fw_manager_GetTypeInfo(), fw_manager_Invoke(), fw_policy_GetIDsOfNames(), fw_policy_GetTypeInfo(), fw_policy_Invoke(), fw_port_GetIDsOfNames(), fw_port_GetTypeInfo(), fw_port_Invoke(), fw_ports_GetIDsOfNames(), fw_ports_GetTypeInfo(), fw_ports_Invoke(), fw_profile_GetIDsOfNames(), fw_profile_GetTypeInfo(), fw_profile_Invoke(), fw_service_GetIDsOfNames(), fw_service_GetTypeInfo(), fw_service_Invoke(), fw_services_GetIDsOfNames(), fw_services_GetTypeInfo(), fw_services_Invoke(), fwpolicy2_GetIDsOfNames(), fwpolicy2_GetTypeInfo(), fwpolicy2_Invoke(), GeneralPropertyPageLocalesEnumProc(), get_date_format(), get_language_sort(), get_language_string(), get_lcid_codepage(), get_lcid_subkey(), get_locale_by_name(), get_locale_info(), get_locale_sortname(), GetAltMonthNames(), GetCalendarInfoA(), GetCalendarInfoEx(), GetCalendarInfoW(), GetCurrencyFormatA(), GetCurrencyFormatEx(), GetCurrencyFormatW(), GetDateFormatA(), GetDateFormatEx(), GetDateFormatW(), anonymous_namespace{mstscax.cpp}::CoClass::GetIDsOfNames(), ATL::IDispatchImpl< T, piid, plibid, wMajor, wMinor >::GetIDsOfNames(), GetLocaleInfoA(), GetLocaleInfoEx(), GetLocaleInfoW(), GetLocalisedText(), GetMaxDate(), GetNLSVersion(), GetNumberFormatA(), GetNumberFormatEx(), GetNumberFormatW(), GetRecordInfoFromGuids(), GetSystemDefaultLCID(), GetSystemDefaultLocaleName(), GetTableIndexFromLcid(), GetTimeFormatA(), GetTimeFormatEx(), GetTimeFormatW(), anonymous_namespace{mstscax.cpp}::CoClass::GetTypeInfo(), ATL::IDispatchImpl< T, piid, plibid, wMajor, wMinor >::GetTypeInfo(), GetUserDefaultLCID(), Global_InvokeEx(), Host_GetIDsOfNames(), Host_GetTypeInfo(), HTMLAnchorElement_GetIDsOfNames(), HTMLAnchorElement_GetTypeInfo(), HTMLAnchorElement_Invoke(), HTMLAreaElement_GetIDsOfNames(), HTMLAreaElement_GetTypeInfo(), HTMLAreaElement_Invoke(), HTMLAttributeCollection2_GetIDsOfNames(), HTMLAttributeCollection2_GetTypeInfo(), HTMLAttributeCollection2_Invoke(), HTMLAttributeCollection3_GetIDsOfNames(), HTMLAttributeCollection3_GetTypeInfo(), HTMLAttributeCollection3_Invoke(), HTMLAttributeCollection_GetIDsOfNames(), HTMLAttributeCollection_GetTypeInfo(), HTMLAttributeCollection_invoke(), HTMLAttributeCollection_Invoke(), HTMLBodyElement_GetIDsOfNames(), HTMLBodyElement_GetTypeInfo(), HTMLBodyElement_Invoke(), HTMLButtonElement_GetIDsOfNames(), HTMLButtonElement_GetTypeInfo(), HTMLButtonElement_Invoke(), HTMLCommentElement_GetIDsOfNames(), HTMLCommentElement_GetTypeInfo(), HTMLCommentElement_Invoke(), HTMLCurrentStyle2_GetIDsOfNames(), HTMLCurrentStyle2_GetTypeInfo(), HTMLCurrentStyle2_Invoke(), HTMLCurrentStyle3_GetIDsOfNames(), HTMLCurrentStyle3_GetTypeInfo(), HTMLCurrentStyle3_Invoke(), HTMLCurrentStyle4_GetIDsOfNames(), HTMLCurrentStyle4_GetTypeInfo(), HTMLCurrentStyle4_Invoke(), HTMLCurrentStyle_GetIDsOfNames(), HTMLCurrentStyle_GetTypeInfo(), HTMLCurrentStyle_Invoke(), HTMLDocument3_GetIDsOfNames(), HTMLDocument3_GetTypeInfo(), HTMLDocument3_Invoke(), HTMLDocument4_GetIDsOfNames(), HTMLDocument4_GetTypeInfo(), HTMLDocument4_Invoke(), HTMLDocument5_GetIDsOfNames(), HTMLDocument5_GetTypeInfo(), HTMLDocument5_Invoke(), HTMLDocument6_GetIDsOfNames(), HTMLDocument6_GetTypeInfo(), HTMLDocument6_Invoke(), HTMLDocument7_GetIDsOfNames(), HTMLDocument7_GetTypeInfo(), HTMLDocument7_Invoke(), HTMLDocument_GetIDsOfNames(), HTMLDocument_GetTypeInfo(), HTMLDocument_Invoke(), HTMLDOMAttribute2_GetIDsOfNames(), HTMLDOMAttribute2_GetTypeInfo(), HTMLDOMAttribute2_Invoke(), HTMLDOMAttribute_GetIDsOfNames(), HTMLDOMAttribute_GetTypeInfo(), HTMLDOMAttribute_Invoke(), HTMLDOMChildrenCollection_GetIDsOfNames(), HTMLDOMChildrenCollection_GetTypeInfo(), HTMLDOMChildrenCollection_invoke(), HTMLDOMChildrenCollection_Invoke(), HTMLDOMImplementation_GetIDsOfNames(), HTMLDOMImplementation_GetTypeInfo(), HTMLDOMImplementation_Invoke(), HTMLDOMNode2_GetIDsOfNames(), HTMLDOMNode2_GetTypeInfo(), HTMLDOMNode2_Invoke(), HTMLDOMNode_GetIDsOfNames(), HTMLDOMNode_GetTypeInfo(), HTMLDOMNode_Invoke(), HTMLDOMTextNode2_GetIDsOfNames(), HTMLDOMTextNode2_GetTypeInfo(), HTMLDOMTextNode2_Invoke(), HTMLDOMTextNode_GetIDsOfNames(), HTMLDOMTextNode_GetTypeInfo(), HTMLDOMTextNode_Invoke(), HTMLElement2_GetIDsOfNames(), HTMLElement2_GetTypeInfo(), HTMLElement2_Invoke(), HTMLElement3_GetIDsOfNames(), HTMLElement3_GetTypeInfo(), HTMLElement3_Invoke(), HTMLElement4_GetIDsOfNames(), HTMLElement4_GetTypeInfo(), HTMLElement4_Invoke(), HTMLElement_GetIDsOfNames(), HTMLElement_GetTypeInfo(), HTMLElement_invoke(), HTMLElement_Invoke(), HTMLElementCollection_GetIDsOfNames(), HTMLElementCollection_GetTypeInfo(), HTMLElementCollection_invoke(), HTMLElementCollection_Invoke(), HTMLEmbedElement_GetIDsOfNames(), HTMLEmbedElement_GetTypeInfo(), HTMLEmbedElement_Invoke(), HTMLEventObj_GetIDsOfNames(), HTMLEventObj_GetTypeInfo(), HTMLEventObj_Invoke(), HTMLFiltersCollection_GetIDsOfNames(), HTMLFiltersCollection_GetTypeInfo(), HTMLFiltersCollection_invoke(), HTMLFiltersCollection_Invoke(), HTMLFormElement_GetIDsOfNames(), HTMLFormElement_GetTypeInfo(), HTMLFormElement_invoke(), HTMLFormElement_Invoke(), HTMLFrameBase_GetIDsOfNames(), HTMLFrameBase_GetTypeInfo(), HTMLFrameBase_Invoke(), HTMLFrameElement3_GetIDsOfNames(), HTMLFrameElement3_GetTypeInfo(), HTMLFrameElement3_Invoke(), HTMLFrameElement_invoke(), HTMLGenericElement_GetIDsOfNames(), HTMLGenericElement_GetTypeInfo(), HTMLGenericElement_Invoke(), HTMLHeadElement_GetIDsOfNames(), HTMLHeadElement_GetTypeInfo(), HTMLHeadElement_Invoke(), HTMLIFrame_invoke(), HTMLIFrameElement2_GetIDsOfNames(), HTMLIFrameElement2_GetTypeInfo(), HTMLIFrameElement2_Invoke(), HTMLIFrameElement3_GetIDsOfNames(), HTMLIFrameElement3_GetTypeInfo(), HTMLIFrameElement3_Invoke(), HTMLIFrameElement_GetIDsOfNames(), HTMLIFrameElement_GetTypeInfo(), HTMLIFrameElement_Invoke(), HTMLImageElementFactory_GetIDsOfNames(), HTMLImageElementFactory_GetTypeInfo(), HTMLImageElementFactory_Invoke(), HTMLImgElement_GetIDsOfNames(), HTMLImgElement_GetTypeInfo(), HTMLImgElement_Invoke(), HTMLInputElement_GetIDsOfNames(), HTMLInputElement_GetTypeInfo(), HTMLInputElement_Invoke(), HTMLInputTextElement_GetIDsOfNames(), HTMLInputTextElement_GetTypeInfo(), HTMLInputTextElement_Invoke(), HTMLLabelElement_GetIDsOfNames(), HTMLLabelElement_GetTypeInfo(), HTMLLabelElement_Invoke(), HTMLLinkElement_GetIDsOfNames(), HTMLLinkElement_GetTypeInfo(), HTMLLinkElement_Invoke(), HTMLLocation_GetIDsOfNames(), HTMLLocation_GetTypeInfo(), HTMLLocation_Invoke(), HTMLMetaElement_GetIDsOfNames(), HTMLMetaElement_GetTypeInfo(), HTMLMetaElement_Invoke(), HTMLMimeTypesCollection_GetIDsOfNames(), HTMLMimeTypesCollection_GetTypeInfo(), HTMLMimeTypesCollection_Invoke(), HTMLObjectElement2_GetIDsOfNames(), HTMLObjectElement2_GetTypeInfo(), HTMLObjectElement2_Invoke(), HTMLObjectElement_GetIDsOfNames(), HTMLObjectElement_GetTypeInfo(), HTMLObjectElement_invoke(), HTMLObjectElement_Invoke(), HTMLOptionElement_GetIDsOfNames(), HTMLOptionElement_GetTypeInfo(), HTMLOptionElement_Invoke(), HTMLOptionElementFactory_GetIDsOfNames(), HTMLOptionElementFactory_GetTypeInfo(), HTMLOptionElementFactory_Invoke(), HTMLPluginsCollection_GetIDsOfNames(), HTMLPluginsCollection_GetTypeInfo(), HTMLPluginsCollection_Invoke(), HTMLRect_GetIDsOfNames(), HTMLRect_GetTypeInfo(), HTMLRect_Invoke(), HTMLScreen_GetIDsOfNames(), HTMLScreen_GetTypeInfo(), HTMLScreen_Invoke(), HTMLScriptElement_GetIDsOfNames(), HTMLScriptElement_GetTypeInfo(), HTMLScriptElement_Invoke(), HTMLSelectElement_GetIDsOfNames(), HTMLSelectElement_GetTypeInfo(), HTMLSelectElement_invoke(), HTMLSelectElement_Invoke(), HTMLSelectionObject2_GetIDsOfNames(), HTMLSelectionObject2_GetTypeInfo(), HTMLSelectionObject2_Invoke(), HTMLSelectionObject_GetIDsOfNames(), HTMLSelectionObject_GetTypeInfo(), HTMLSelectionObject_Invoke(), HTMLStorage_GetIDsOfNames(), HTMLStorage_GetTypeInfo(), HTMLStorage_Invoke(), HTMLStyle2_GetIDsOfNames(), HTMLStyle2_GetTypeInfo(), HTMLStyle2_Invoke(), HTMLStyle3_GetIDsOfNames(), HTMLStyle3_GetTypeInfo(), HTMLStyle3_Invoke(), HTMLStyle4_GetIDsOfNames(), HTMLStyle4_GetTypeInfo(), HTMLStyle4_Invoke(), HTMLStyle5_GetIDsOfNames(), HTMLStyle5_GetTypeInfo(), HTMLStyle5_Invoke(), HTMLStyle6_GetIDsOfNames(), HTMLStyle6_GetTypeInfo(), HTMLStyle6_Invoke(), HTMLStyle_GetIDsOfNames(), HTMLStyle_GetTypeInfo(), HTMLStyle_Invoke(), HTMLStyleElement_GetIDsOfNames(), HTMLStyleElement_GetTypeInfo(), HTMLStyleElement_Invoke(), HTMLStyleSheet_GetIDsOfNames(), HTMLStyleSheet_GetTypeInfo(), HTMLStyleSheet_Invoke(), HTMLStyleSheetRulesCollection_GetIDsOfNames(), HTMLStyleSheetRulesCollection_GetTypeInfo(), HTMLStyleSheetRulesCollection_Invoke(), HTMLStyleSheetsCollection_GetIDsOfNames(), HTMLStyleSheetsCollection_GetTypeInfo(), HTMLStyleSheetsCollection_Invoke(), HTMLTable2_GetIDsOfNames(), HTMLTable2_GetTypeInfo(), HTMLTable2_Invoke(), HTMLTable3_GetIDsOfNames(), HTMLTable3_GetTypeInfo(), HTMLTable3_Invoke(), HTMLTable_GetIDsOfNames(), HTMLTable_GetTypeInfo(), HTMLTable_Invoke(), HTMLTableCell_GetIDsOfNames(), HTMLTableCell_GetTypeInfo(), HTMLTableCell_Invoke(), HTMLTableRow_GetIDsOfNames(), HTMLTableRow_GetTypeInfo(), HTMLTableRow_Invoke(), HTMLTextAreaElement_GetIDsOfNames(), HTMLTextAreaElement_GetTypeInfo(), HTMLTextAreaElement_Invoke(), HTMLTextContainer_GetIDsOfNames(), HTMLTextContainer_GetTypeInfo(), HTMLTextContainer_Invoke(), HTMLTitleElement_GetIDsOfNames(), HTMLTitleElement_GetTypeInfo(), HTMLTitleElement_Invoke(), HTMLTxtRange_GetIDsOfNames(), HTMLTxtRange_GetTypeInfo(), HTMLTxtRange_Invoke(), HTMLWindow2_GetIDsOfNames(), HTMLWindow2_GetTypeInfo(), HTMLWindow2_Invoke(), HTMLWindow3_GetIDsOfNames(), HTMLWindow3_GetTypeInfo(), HTMLWindow3_Invoke(), HTMLWindow4_GetIDsOfNames(), HTMLWindow4_GetTypeInfo(), HTMLWindow4_Invoke(), HTMLWindow5_GetIDsOfNames(), HTMLWindow5_GetTypeInfo(), HTMLWindow5_Invoke(), HTMLWindow6_GetIDsOfNames(), HTMLWindow6_GetTypeInfo(), HTMLWindow6_Invoke(), HTMLWindow_invoke(), HTMLXMLHttpRequest_GetIDsOfNames(), HTMLXMLHttpRequest_GetTypeInfo(), HTMLXMLHttpRequest_Invoke(), HTMLXMLHttpRequestFactory_GetIDsOfNames(), HTMLXMLHttpRequestFactory_GetTypeInfo(), HTMLXMLHttpRequestFactory_Invoke(), ICreateTypeLib2_fnSetLcid(), id(), anonymous_namespace{mstscax.cpp}::CAdvancedSettings::IDispatch::GetIDsOfNames(), anonymous_namespace{mstscax.cpp}::CAdvancedSettings::IDispatch::GetTypeInfo(), anonymous_namespace{mstscax.cpp}::CAdvancedSettings::IDispatch::Invoke(), IDispatch_Invoke_Proxy(), IDispatch_Invoke_Stub(), Imm32IsSystemJapaneseOrKorean(), Imm32LoadImeDpi(), InitializeDefaultUserLocale(), Internal_EnumLanguageGroupLocales(), InternetExplorer_GetIDsOfNames(), InternetExplorer_GetTypeInfo(), InternetExplorer_Invoke(), IntGetImeHotKeyLanguageScore(), anonymous_namespace{mstscax.cpp}::CoClass::Invoke(), CSearchBar::Invoke(), ATL::IDispatchImpl< T, piid, plibid, wMajor, wMinor >::Invoke(), invoke_builtin_prop(), invoke_disp_value(), invoke_plugin_prop(), IsSortPageNeeded(), IsValidLocale(), IsValidLocaleName(), ITextDocument2Old_fnGetIDsOfNames(), ITextDocument2Old_fnGetTypeInfo(), ITextDocument2Old_fnInvoke(), ITextRange_fnGetIDsOfNames(), ITextRange_fnGetTypeInfo(), ITextRange_fnInvoke(), ITextSelection_fnGetIDsOfNames(), ITextSelection_fnGetTypeInfo(), ITextSelection_fnInvoke(), ITypeInfo2_fnGetDocumentation2(), ITypeInfo2_GetDocumentation2_Proxy(), ITypeInfo2_GetDocumentation2_Stub(), ITypeLib2_fnGetDocumentation2(), ITypeLib2_GetDocumentation2_Proxy(), ITypeLib2_GetDocumentation2_Stub(), ivbsaxattributes_GetIDsOfNames(), ivbsaxattributes_GetTypeInfo(), ivbsaxattributes_Invoke(), ivbsaxlocator_GetIDsOfNames(), ivbsaxlocator_GetTypeInfo(), ivbsaxlocator_Invoke(), JScript_SetScriptSite(), LangCountryEnumProc(), LanguageEnumProc(), lcid_from_rfc1766(), lcid_to_rfc1766(), lcid_to_rfc1766A(), lcid_to_rfc1766W(), LcidFromHexString(), LCIDToLocaleName(), LcidToRfc1766A(), LcidToRfc1766W(), LCMapStringA(), LCMapStringW(), lgrplocale_procA(), lhash_val_of_name_sys(), LHashValOfNameSys(), LHashValOfNameSysA(), LISTBOX_lstrcmpiW(), LoadRegTypeLib(), LOCALE_InitRegistry(), locale_update_registry(), LocaleNameToLCID(), LocalesEnumProc(), localize_number(), locator_GetIDsOfNames(), locator_GetTypeInfo(), locator_Invoke(), Match2_GetIDsOfNames(), Match2_GetTypeInfo(), Match2_Invoke(), Match_GetIDsOfNames(), Match_GetTypeInfo(), Match_Invoke(), MatchCollection2_GetIDsOfNames(), MatchCollection2_GetTypeInfo(), MatchCollection2_Invoke(), MatchCollection_GetIDsOfNames(), MatchCollection_GetTypeInfo(), MatchCollection_Invoke(), ME_ApplyStyle(), MediaControl_GetIDsOfNames(), MediaControl_GetTypeInfo(), MediaControl_Invoke(), MediaEvent_GetIDsOfNames(), MediaEvent_GetTypeInfo(), MediaEvent_Invoke(), MediaPositionPassThru_GetIDsOfNames(), MediaPositionPassThru_GetTypeInfo(), MediaPositionPassThru_Invoke(), MXAttributes_GetIDsOfNames(), MXAttributes_GetTypeInfo(), MXAttributes_Invoke(), mxwriter_GetIDsOfNames(), mxwriter_GetTypeInfo(), mxwriter_Invoke(), netfw_rules_GetIDsOfNames(), netfw_rules_GetTypeInfo(), netfw_rules_Invoke(), NLS_EnumLanguageGroupLocales(), NLS_GetAnsiCodePage(), NLS_GetDateTimeFormatA(), NLS_GetDateTimeFormatW(), NLS_GetFormats(), NLS_GetLocaleNumber(), NLS_GetLocaleString(), NLS_IsUnicodeOnlyLcid(), NlsValidateLocale(), object_GetIDsOfNames(), object_GetTypeInfo(), object_Invoke(), objectset_GetIDsOfNames(), objectset_GetTypeInfo(), objectset_Invoke(), OleCreatePropertyFrame(), OLEFontImpl_GetIDsOfNames(), OLEFontImpl_GetTypeInfo(), OLEFontImpl_Invoke(), OLEPictureImpl_GetIDsOfNames(), OLEPictureImpl_GetTypeInfo(), OLEPictureImpl_Invoke(), OmHistory_GetIDsOfNames(), OmHistory_GetTypeInfo(), OmHistory_Invoke(), OmNavigator_GetIDsOfNames(), OmNavigator_GetTypeInfo(), OmNavigator_Invoke(), parseError_GetIDsOfNames(), parseError_GetTypeInfo(), parseError_Invoke(), path_GetIDsOfNames(), path_GetTypeInfo(), path_Invoke(), PHDispatch_GetIDsOfNames(), PHDispatch_GetTypeInfo(), PHEventSink_GetIDsOfNames(), PHEventSink_GetTypeInfo(), PHEventSink_Invoke(), property_GetIDsOfNames(), property_GetTypeInfo(), property_Invoke(), PropertyPageSite_GetLocaleID(), propertyset_GetIDsOfNames(), propertyset_GetTypeInfo(), propertyset_Invoke(), query_typelib_path(), QueryPathOfRegTypeLib(), RegExp2_GetIDsOfNames(), RegExp2_GetTypeInfo(), RegExp2_Invoke(), RegExp_GetIDsOfNames(), RegExp_GetTypeInfo(), RegExp_Invoke(), ResolveLocaleName(), Rfc1766ToLcidA(), saxxmlreader_GetIDsOfNames(), saxxmlreader_GetTypeInfo(), saxxmlreader_Invoke(), schema_cache_GetIDsOfNames(), schema_cache_GetTypeInfo(), schema_cache_Invoke(), ScriptDisp_GetIDsOfNames(), ScriptDisp_GetTypeInfo(), ScriptDisp_Invoke(), ScriptDisp_InvokeEx(), scriptDisp_InvokeEx(), security_GetIDsOfNames(), security_GetTypeInfo(), security_Invoke(), SelectKeyboardForLanguage(), ServerXMLHTTPRequest_GetIDsOfNames(), ServerXMLHTTPRequest_GetTypeInfo(), ServerXMLHTTPRequest_Invoke(), services_GetIDsOfNames(), services_GetTypeInfo(), services_Invoke(), SetCalendarInfoW(), SetLocale(), SetLocaleInfoA(), SetMaxDate(), SetNewLocale(), SetThreadLocale(), ShellUIHelper2_GetIDsOfNames(), ShellUIHelper2_GetTypeInfo(), ShellUIHelper2_Invoke(), SortEnumProc(), SortTestEnumProc(), START_TEST(), status_code_GetErrorCodeText(), status_code_GetFacilityCodeText(), StdDispatch_GetIDsOfNames(), StdDispatch_GetTypeInfo(), StdDispatch_Invoke(), SubMatches_GetIDsOfNames(), SubMatches_GetTypeInfo(), SubMatches_Invoke(), test__Gettnames(), test_ActivateKeyboardLayout_window_proc(), test_cmp(), test_cmpex(), test_CompareStringA(), test_ConvertDefaultLocale(), test_create_typelib_lcid(), test_EmptyChangeTypeEx(), test_EnumCalendarInfoA(), test_EnumCalendarInfoExA(), test_EnumCalendarInfoExW(), test_EnumCalendarInfoW(), test_EnumDateFormatsA(), test_EnumSystemLocalesA_callback(), test_EnumSystemLocalesW_callback(), test_EnumTimeFormatsA(), test_EnumTimeFormatsW(), test_ErrorChangeTypeEx(), test_firstDay(), test_GetAcceptLanguagesA(), test_GetCurrencyFormatA(), test_GetDateFormatA(), test_GetDateFormatW(), test_GetLcidFromRfc1766(), test_GetLocaleInfoA(), test_GetLocaleInfoW(), test_GetNumberFormatA(), test_GetRfc1766FromLcid(), test_GetRfc1766Info(), test_GetTimeFormatA(), test_IDispatchChangeTypeEx(), test_IUnknownChangeTypeEx(), test_LcidToRfc1766(), test_locale_nls(), test_LocaleNameToLCID(), test_names_ids(), test_NullChangeTypeEx(), test_Rfc1766ToLcid(), test_SetLocaleInfo(), test_threadcp(), test_UintChangeTypeEx(), test_VarBoolChangeTypeEx(), test_VarBstrCmp(), test_VarBstrFromI4(), test_VarBstrFromR4(), test_VarBstrFromR8(), test_VarCat(), test_VarCmp(), test_VarDateChangeTypeEx(), test_VarDateFromStr(), test_VarFormatFromTokens(), test_VarParseNumFromStrEn(), test_VarParseNumFromStrFr(), test_VarParseNumFromStrMisc(), TestDefaultCountry(), TestDefaultLanguage(), TextFont_GetIDsOfNames(), TextFont_GetTypeInfo(), TextFont_Invoke(), TextPara_GetIDsOfNames(), TextPara_GetTypeInfo(), TextPara_Invoke(), textstream_GetIDsOfNames(), textstream_GetTypeInfo(), textstream_Invoke(), timeoutFunc_Invoke(), unknode_GetIDsOfNames(), unknode_GetTypeInfo(), unknode_Invoke(), UnRegisterTypeLib(), UnRegisterTypeLibForUser(), upnpnat_GetIDsOfNames(), upnpnat_GetTypeInfo(), upnpnat_Invoke(), VarBoolFromDisp(), VarBoolFromStr(), VarBstrCmp(), VarBstrFromBool(), VarBstrFromCy(), VarBstrFromDate(), VarBstrFromDec(), VarBstrFromDisp(), VarBstrFromI1(), VarBstrFromI2(), VarBstrFromI4(), VarBstrFromI8(), VarBstrFromR4(), VarBstrFromR8(), VarBstrFromUI1(), VarBstrFromUI2(), VarBstrFromUI4(), VarBstrFromUI8(), VarCmp(), VarCyFromDisp(), VarCyFromStr(), VarDateFromDisp(), VarDateFromStr(), VarDateFromUdate(), VarDateFromUdateEx(), VarDecFromDisp(), VarDecFromStr(), VarFormatFromTokens(), VarI1FromDisp(), VarI1FromStr(), VarI2FromDisp(), VarI2FromStr(), VarI4FromDisp(), VarI4FromStr(), VarI8FromDisp(), VarI8FromStr(), VARIANT_BstrFromReal(), VARIANT_BstrFromUInt(), VARIANT_BstrReplaceDecimal(), VARIANT_Coerce(), VARIANT_FormatDate(), VARIANT_FormatNumber(), VARIANT_FormatString(), VARIANT_FromDisp(), VARIANT_GetLocalisedNumberChars(), VARIANT_MakeBstr(), VARIANT_NumberFromBstr(), VariantChangeType_ChangeType(), VariantChangeTypeEx(), VarParseNumFromStr(), VarR4FromDisp(), VarR4FromStr(), VarR8FromDisp(), VarR8FromStr(), VarTokenizeFormatString(), VarUI1FromDisp(), VarUI1FromStr(), VarUI2FromDisp(), VarUI2FromStr(), VarUI4FromDisp(), VarUI4FromStr(), VarUI8FromDisp(), VarUI8FromStr(), vbnamespacemanager_GetIDsOfNames(), vbnamespacemanager_GetTypeInfo(), vbnamespacemanager_Invoke(), VBSAXAttributes_GetIDsOfNames(), VBSAXAttributes_GetTypeInfo(), VBSAXAttributes_Invoke(), VBSAXContentHandler_GetIDsOfNames(), VBSAXContentHandler_GetTypeInfo(), VBSAXContentHandler_Invoke(), VBSAXDeclHandler_GetIDsOfNames(), VBSAXDeclHandler_GetTypeInfo(), VBSAXDeclHandler_Invoke(), VBSAXDTDHandler_GetIDsOfNames(), VBSAXDTDHandler_GetTypeInfo(), VBSAXDTDHandler_Invoke(), VBSAXErrorHandler_GetIDsOfNames(), VBSAXErrorHandler_GetTypeInfo(), VBSAXErrorHandler_Invoke(), VBSAXLexicalHandler_GetIDsOfNames(), VBSAXLexicalHandler_GetTypeInfo(), VBSAXLexicalHandler_Invoke(), VBScript_SetScriptSite(), VideoWindow_GetIDsOfNames(), VideoWindow_GetTypeInfo(), VideoWindow_Invoke(), wconvert_str(), WebBrowser_GetIDsOfNames(), WebBrowser_GetTypeInfo(), WebBrowser_Invoke(), Widget_get_prop_with_lcid(), Widget_GetIDsOfNames(), Widget_GetTypeInfo(), Widget_Invoke(), Widget_put_prop_with_lcid(), Window_GetIDsOfNames(), Window_GetTypeInfo(), Window_Invoke(), WindowDispEx_GetIDsOfNames(), WindowDispEx_GetTypeInfo(), WindowDispEx_Invoke(), WindowDispEx_InvokeEx(), winhttp_request_GetIDsOfNames(), winhttp_request_GetTypeInfo(), winhttp_request_Invoke(), WriteUserLocale(), WshCollection_GetIDsOfNames(), WshCollection_GetTypeInfo(), WshCollection_Invoke(), WshEnvironment_GetIDsOfNames(), WshEnvironment_GetTypeInfo(), WshEnvironment_Invoke(), WshExec_GetIDsOfNames(), WshExec_GetTypeInfo(), WshExec_Invoke(), WshShell3_GetIDsOfNames(), WshShell3_GetTypeInfo(), WshShell3_Invoke(), WshShortcut_GetIDsOfNames(), WshShortcut_GetTypeInfo(), WshShortcut_Invoke(), xmldoc_GetIDsOfNames(), xmldoc_GetTypeInfo(), xmldoc_Invoke(), xmlelem_GetIDsOfNames(), xmlelem_GetTypeInfo(), xmlelem_Invoke(), XMLHTTPRequest_GetIDsOfNames(), XMLHTTPRequest_GetTypeInfo(), XMLHTTPRequest_Invoke(), xmlnodelist_GetIDsOfNames(), xmlnodelist_GetTypeInfo(), xmlnodelist_invoke(), xmlnodelist_Invoke(), xmlnodemap_GetIDsOfNames(), xmlnodemap_GetTypeInfo(), xmlnodemap_invoke(), xmlnodemap_Invoke(), xslprocessor_GetIDsOfNames(), xslprocessor_GetTypeInfo(), xslprocessor_Invoke(), xsltemplate_GetIDsOfNames(), xsltemplate_GetTypeInfo(), xsltemplate_Invoke(), and xsltStrxfrm().
|
static |
Definition at line 313 of file locale.c.
Referenced by find_lcid_entry(), and load_locale_nls().
|
static |
Definition at line 314 of file locale.c.
Referenced by EnumSystemLocalesA(), EnumSystemLocalesEx(), EnumSystemLocalesW(), find_lcname_entry(), get_language_sort(), Internal_EnumUILanguages(), and load_locale_nls().
Definition at line 176 of file locale.c.
Referenced by get_ligature().
|
static |
Definition at line 429 of file locale.c.
Referenced by get_codepage_table(), locale_return_reg_string(), and set_registry_entry().
Definition at line 409 of file locale.c.
Referenced by get_language_sort(), and load_sortdefault_nls().
Definition at line 316 of file locale.c.
Referenced by call_enum_date_func(), CompareStringW(), EnumSystemLocalesEx(), find_lcname_entry(), FindNLSString(), get_calendar_info(), get_language_sort(), get_locale_info(), init_locale(), Internal_EnumCalendarInfo(), Internal_EnumDateFormats(), Internal_EnumTimeFormats(), Internal_EnumUILanguages(), LCMapStringW(), load_locale_nls(), locale_return_grouping(), locale_return_strarray(), locale_return_strarray_concat(), locale_return_string(), NlsValidateLocale(), ResolveLocaleName(), and SetLocaleInfoW().
|
static |
Definition at line 315 of file locale.c.
Referenced by EnumSystemLocalesA(), EnumSystemLocalesEx(), EnumSystemLocalesW(), find_lcid_entry(), find_lcname_entry(), get_calendar_data(), get_locale_data(), Internal_EnumUILanguages(), load_locale_nls(), and load_sortdefault_nls().
Definition at line 321 of file locale.c.
Referenced by get_codepage_table().
|
static |
Definition at line 311 of file locale.c.
Referenced by get_language_sort(), init_locale(), Internal_EnumLanguageGroupLocales(), Internal_EnumSystemCodePages(), Internal_EnumSystemLanguageGroups(), IsValidLanguageGroup(), and LOCALE_InitRegistry().
|
static |
Definition at line 323 of file locale.c.
Referenced by compose_chars(), get_decomposition(), and init_locale().
|
static |
Definition at line 306 of file locale.c.
Referenced by get_codepage_table(), GetOEMCP(), and init_locale().
| struct { ... } sort |
Referenced by _Function_class_(), append_hangul_weights(), append_weights(), BnegateTest::bnegate1(), BnegateTest::bnegate2(), LocaleTest::collate_by_name(), LocaleTest::collate_facet(), find_sortguid(), FuncTest::func2(), FuncTest::func3(), get_char_type(), get_char_weights(), get_compression_weights(), get_language_sort(), get_locale_info(), CDefView::GetArrangeParam(), GetNLSVersionEx(), GreaterTest::greatereq(), GreaterTest::greatert(), IncludesTest::incl2(), lcmap_string(), LessTest::lesseqt(), LessTest::lesst(), ListView_SortEx(), load_sortdefault_nls(), BtrfsDeviceAdd::populate_device_tree(), psh_hint_table_activate_mask(), psh_hint_table_find_strong_points(), CDefView::Rearrange(), should_balance_chunk(), SortTest::sort1(), SortTest::sort2(), SortTest::sort3(), AlgTest::sort_test(), test_GetDefaultColumn(), test_ldap_parse_sort_control(), UnorderedTest::umap(), UnorderedTest::umultimap(), UnorderedTest::umultiset(), UnorderedTest::uset(), xsltComputeSortResult(), and xsltComputeSortResultInternal().
|
static |
Definition at line 308 of file locale.c.
Referenced by CompareStringW(), find_entry(), FindNLSString(), get_lcid_codepage(), get_locale_by_name(), GetSystemDefaultLCID(), GetSystemDefaultLocaleName(), init_locale(), LCMapStringW(), load_locale_nls(), and NlsValidateLocale().
|
static |
Definition at line 317 of file locale.c.
Referenced by get_codepage_table(), get_language_sort(), get_locale_by_name(), GetSystemDefaultLocaleName(), init_locale(), and NlsValidateLocale().
|
static |
Definition at line 312 of file locale.c.
Referenced by EnumDynamicTimeZoneInformation(), GetDynamicTimeZoneInformation(), GetDynamicTimeZoneInformationEffectiveYears(), GetTimeZoneInformationForYear(), and init_locale().
|
static |
Definition at line 5651 of file locale.c.
Referenced by GetDynamicTimeZoneInformation().
|
static |
Definition at line 307 of file locale.c.
Referenced by init_locale(), LOCALE_Init(), MultiByteToWideChar(), setup_unix_locales(), and WideCharToMultiByte().
|
static |
Definition at line 309 of file locale.c.
Referenced by CompareStringW(), find_entry(), FindNLSString(), get_locale_by_name(), GetUserDefaultLCID(), GetUserDefaultLocaleName(), init_locale(), LCMapStringW(), NlsValidateLocale(), SetLocaleInfoW(), and update_registry_value().
|
static |
Definition at line 318 of file locale.c.
Referenced by get_language_sort(), get_locale_by_name(), get_locale_info(), GetUserDefaultLocaleName(), init_locale(), NlsValidateLocale(), SetLocaleInfoW(), update_locale_registry(), and update_registry_value().