ReactOS 0.4.16-dev-1506-g117cd33
|
#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 ENCODABLE | ( | ch | ) | ((ch) <= 0x7a && directly_encodable[(ch)]) |
#define OUTPUT | ( | ch | ) |
#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 258 of file locale.c.
Definition at line 379 of file locale.c.
Definition at line 3431 of file locale.c.
Referenced by append_weights().
|
static |
Definition at line 3344 of file locale.c.
Referenced by append_weights().
|
static |
Definition at line 3459 of file locale.c.
Referenced by append_weights().
|
static |
Definition at line 3506 of file locale.c.
Referenced by append_weights().
|
static |
Definition at line 3337 of file locale.c.
Referenced by append_expansion_weights(), and append_weights().
|
static |
Definition at line 3313 of file locale.c.
Referenced by append_expansion_weights(), and append_weights().
Definition at line 3280 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 3664 of file locale.c.
Referenced by compare_string(), find_substring(), and get_sortkey().
|
static |
Definition at line 975 of file locale.c.
Referenced by get_calendar_info().
|
static |
Definition at line 4377 of file locale.c.
Referenced by Internal_EnumDateFormats().
Definition at line 2004 of file locale.c.
Referenced by casemap_string(), and map_to_fullwidth().
|
static |
Definition at line 2048 of file locale.c.
Referenced by fold_digits(), and lcmap_string().
|
static |
Definition at line 2513 of file locale.c.
Referenced by mbstowcs_codepage().
Definition at line 564 of file locale.c.
Referenced by find_lcname_entry(), get_language_sort(), and get_locale_by_name().
|
static |
Definition at line 3306 of file locale.c.
Referenced by compare_string(), and find_substring().
|
static |
Definition at line 3830 of file locale.c.
Referenced by CompareStringEx().
|
static |
Definition at line 4224 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 4771 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 4727 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 4886 of file locale.c.
Referenced by find_actctx_dllpath(), FindStringOrdinal(), GetFinalPathNameByHandleW(), InitFunctionPointers(), and PathUnExpandEnvStringsW().
INT WINAPI DECLSPEC_HOTPATCH CompareStringW | ( | LCID | lcid, |
DWORD | flags, | ||
const WCHAR * | str1, | ||
int | len1, | ||
const WCHAR * | str2, | ||
int | len2 | ||
) |
Definition at line 4852 of file locale.c.
Definition at line 2152 of file locale.c.
Referenced by wcstombs_dbcs_slow(), and wcstombs_sbcs_slow().
Definition at line 361 of file locale.c.
Referenced by find_compression(), and get_compression_weights().
LCID WINAPI DECLSPEC_HOTPATCH ConvertDefaultLocale | ( | LCID | lcid | ) |
Definition at line 4909 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 4941 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 4973 of file locale.c.
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 4986 of file locale.c.
BOOL WINAPI DECLSPEC_HOTPATCH EnumLanguageGroupLocalesW | ( | LANGGROUPLOCALE_ENUMPROCW | proc, |
LGRPID | id, | ||
DWORD | flags, | ||
LONG_PTR | param | ||
) |
Definition at line 5011 of file locale.c.
BOOL WINAPI DECLSPEC_HOTPATCH EnumSystemCodePagesW | ( | CODEPAGE_ENUMPROCW | proc, |
DWORD | flags | ||
) |
Definition at line 5030 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 5069 of file locale.c.
BOOL WINAPI DECLSPEC_HOTPATCH EnumSystemLocalesA | ( | LOCALE_ENUMPROCA | proc, |
DWORD | flags | ||
) |
Definition at line 5079 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 5107 of file locale.c.
BOOL WINAPI DECLSPEC_HOTPATCH EnumTimeFormatsEx | ( | TIMEFMT_ENUMPROCEX | proc, |
const WCHAR * | locale, | ||
DWORD | flags, | ||
LPARAM | lparam | ||
) |
Definition at line 5177 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 5021 of file locale.c.
|
static |
Definition at line 2260 of file locale.c.
Referenced by fold_string().
|
static |
Definition at line 3361 of file locale.c.
Referenced by get_compression_weights().
Definition at line 991 of file locale.c.
Referenced by get_locale_info(), locale_replace_separator(), and SetLocaleInfoW().
Definition at line 611 of file locale.c.
Referenced by GetGeoInfoW(), GetUserDefaultGeoName(), and SetUserGeoID().
Definition at line 626 of file locale.c.
Referenced by GetGeoInfoEx(), and SetUserGeoName().
Definition at line 596 of file locale.c.
Referenced by CompareStringW(), FindNLSString(), get_locale_info(), LCMapStringW(), and NlsValidateLocale().
Definition at line 579 of file locale.c.
Referenced by get_language_sort(), get_locale_by_name(), IsValidLocaleName(), and NlsValidateLocale().
Definition at line 529 of file locale.c.
Referenced by get_language_sort(), and IsValidNLSVersion().
|
static |
Definition at line 3897 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 5189 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 5223 of file locale.c.
Referenced by FindNLSString().
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 5254 of file locale.c.
Definition at line 2287 of file locale.c.
Referenced by fold_string().
|
static |
Definition at line 2298 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 5297 of file locale.c.
|
static |
Definition at line 7529 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 5383 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 5466 of file locale.c.
|
static |
Definition at line 3652 of file locale.c.
Referenced by compare_string(), find_substring(), and get_sortkey().
Definition at line 553 of file locale.c.
Referenced by get_calendar_info(), and Internal_EnumDateFormats().
|
static |
Definition at line 1617 of file locale.c.
Referenced by GetCalendarInfoEx(), GetCalendarInfoW(), and Internal_EnumCalendarInfo().
Definition at line 2099 of file locale.c.
Referenced by get_decomposition().
Definition at line 2034 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 2084 of file locale.c.
Referenced by append_extra_kana_weights(), append_hangul_weights(), and append_weights().
|
static |
Definition at line 2196 of file locale.c.
|
static |
Definition at line 3378 of file locale.c.
Referenced by append_weights().
|
static |
Definition at line 7740 of file locale.c.
Referenced by GetCurrencyFormatEx(), and GetCurrencyFormatW().
|
static |
Definition at line 7926 of file locale.c.
Referenced by GetDateFormatEx(), GetDateFormatW(), and VARIANT_FormatDate().
Definition at line 2110 of file locale.c.
Referenced by map_remove_ignored(), and mbstowcs_decompose().
Definition at line 3409 of file locale.c.
Referenced by append_digit_weights().
|
static |
Definition at line 1777 of file locale.c.
Referenced by GetGeoInfoEx(), and GetGeoInfoW().
Definition at line 662 of file locale.c.
Referenced by CompareStringEx(), FindNLSStringEx(), GetNLSVersionEx(), init_locale(), and LCMapStringEx().
Definition at line 2246 of file locale.c.
Referenced by expand_ligatures().
Definition at line 642 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 2175 of file locale.c.
Referenced by call_enum_date_func(), GetLocaleInfoA(), Internal_EnumCalendarInfo(), and Internal_EnumTimeFormats().
Definition at line 546 of file locale.c.
Referenced by EnumSystemLocalesA(), EnumSystemLocalesEx(), EnumSystemLocalesW(), get_language_sort(), get_locale_by_name(), Internal_EnumUILanguages(), and NlsValidateLocale().
|
static |
Definition at line 1112 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 1036 of file locale.c.
Referenced by get_locale_info().
|
static |
Definition at line 5343 of file locale.c.
Referenced by FormatMessageA(), and FormatMessageW().
|
static |
Definition at line 7646 of file locale.c.
Referenced by GetNumberFormatEx(), and GetNumberFormatW().
Definition at line 7907 of file locale.c.
Referenced by get_date_format(), and get_time_format().
|
static |
Definition at line 3776 of file locale.c.
Referenced by LCMapStringEx().
|
static |
Definition at line 8051 of file locale.c.
Referenced by GetTimeFormatEx(), and GetTimeFormatW().
|
static |
Definition at line 4255 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 5630 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 5555 of file locale.c.
Definition at line 5574 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 8226 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 8246 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 8294 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 8275 of file locale.c.
Referenced by GetDateFormatA(), and test_GetDateFormatW().
DWORD WINAPI DECLSPEC_HOTPATCH GetDynamicTimeZoneInformation | ( | DYNAMIC_TIME_ZONE_INFORMATION * | info | ) |
Definition at line 5665 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 5792 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 5985 of file locale.c.
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 6100 of file locale.c.
BOOL WINAPI DECLSPEC_HOTPATCH GetNLSVersionEx | ( | NLS_FUNCTION | func, |
const WCHAR * | locale, | ||
NLSVERSIONINFOEX * | info | ||
) |
Definition at line 6121 of file locale.c.
Referenced by GetNLSVersion(), and IsValidNLSVersion().
int WINAPI GetNumberFormatEx | ( | const WCHAR * | name, |
DWORD | flags, | ||
const WCHAR * | value, | ||
const NUMBERFMTW * | format, | ||
WCHAR * | buffer, | ||
int | len | ||
) |
Definition at line 8187 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 6172 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 8314 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 8362 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 8343 of file locale.c.
Referenced by GetTimeFormatA().
DWORD WINAPI DECLSPEC_HOTPATCH GetTimeZoneInformation | ( | TIME_ZONE_INFORMATION * | info | ) |
Definition at line 6295 of file locale.c.
BOOL WINAPI DECLSPEC_HOTPATCH GetTimeZoneInformationForYear | ( | USHORT | year, |
DYNAMIC_TIME_ZONE_INFORMATION * | dynamic, | ||
TIME_ZONE_INFORMATION * | info | ||
) |
Definition at line 6308 of file locale.c.
Referenced by EnumDynamicTimeZoneInformation().
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 6420 of file locale.c.
BOOL WINAPI DECLSPEC_HOTPATCH GetUserPreferredUILanguages | ( | DWORD | flags, |
ULONG * | count, | ||
WCHAR * | buffer, | ||
ULONG * | size | ||
) |
Definition at line 7480 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 1911 of file locale.c.
Referenced by DllMain().
|
static |
Definition at line 3592 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 4316 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 4396 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 4476 of file locale.c.
Referenced by EnumLanguageGroupLocalesW().
BOOL WINAPI DECLSPEC_HOTPATCH Internal_EnumSystemCodePages | ( | CODEPAGE_ENUMPROCW | proc, |
DWORD | flags, | ||
BOOL | unicode | ||
) |
Definition at line 4524 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 4555 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 4613 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 4666 of file locale.c.
Referenced by EnumUILanguagesW().
Definition at line 2507 of file locale.c.
Referenced by check_invalid_chars(), and IsNLSDefinedString().
|
inlinestatic |
Definition at line 3019 of file locale.c.
Referenced by wcstombs_dbcs_slow().
|
inlinestatic |
Definition at line 3008 of file locale.c.
Referenced by wcstombs_sbcs_slow().
BOOL WINAPI DECLSPEC_HOTPATCH IsCharAlphaA | ( | CHAR | c | ) |
Definition at line 6499 of file locale.c.
BOOL WINAPI DECLSPEC_HOTPATCH IsCharAlphaNumericA | ( | CHAR | c | ) |
BOOL WINAPI DECLSPEC_HOTPATCH IsCharAlphaNumericW | ( | WCHAR | wc | ) |
Definition at line 6532 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 | ||
) |
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 | ||
) |
|
static |
Definition at line 4134 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 6890 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 6835 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 6959 of file locale.c.
Definition at line 437 of file locale.c.
Referenced by init_locale().
Definition at line 479 of file locale.c.
Referenced by init_locale().
Definition at line 1012 of file locale.c.
Referenced by SetLocaleInfoW().
|
static |
Definition at line 752 of file locale.c.
Referenced by cal_return_number(), get_locale_info(), locale_return_reg_string(), and locale_return_string().
Definition at line 901 of file locale.c.
Referenced by get_locale_info().
Definition at line 843 of file locale.c.
Referenced by get_locale_info(), and locale_return_reg_number().
|
static |
Definition at line 880 of file locale.c.
Referenced by get_locale_info().
|
static |
Definition at line 795 of file locale.c.
Referenced by get_locale_info(), and locale_return_reg_number().
|
static |
Definition at line 937 of file locale.c.
Referenced by get_calendar_info(), and get_locale_info().
Definition at line 946 of file locale.c.
Referenced by get_locale_info().
Definition at line 837 of file locale.c.
Referenced by get_calendar_info(), get_date_format(), get_locale_info(), and locale_return_strarray().
Definition at line 2042 of file locale.c.
Referenced by get_sortkey(), and lcmap_string().
|
static |
Definition at line 4052 of file locale.c.
Referenced by lcmap_string().
|
static |
Definition at line 3987 of file locale.c.
Referenced by lcmap_string().
|
static |
Definition at line 4091 of file locale.c.
Referenced by lcmap_string().
|
static |
Definition at line 2731 of file locale.c.
Referenced by MultiByteToWideChar().
|
static |
Definition at line 2359 of file locale.c.
Referenced by MultiByteToWideChar().
|
static |
|
static |
Definition at line 2548 of file locale.c.
Referenced by mbstowcs_codepage().
|
static |
|
static |
Definition at line 2384 of file locale.c.
Referenced by MultiByteToWideChar().
|
static |
Definition at line 2486 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 7012 of file locale.c.
Definition at line 723 of file locale.c.
Referenced by ConvertDefaultLocale(), EnumCalendarInfoExW(), EnumCalendarInfoW(), EnumDateFormatsExW(), EnumDateFormatsW(), EnumTimeFormatsW(), get_lcid_codepage(), GetCalendarInfoW(), GetCurrencyFormatW(), GetDateFormatW(), GetLocaleInfoA(), GetLocaleInfoW(), GetNumberFormatW(), GetTimeFormatW(), init_locale(), 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 7521 of file locale.c.
Referenced by format_number(), get_currency_format(), and get_number_format().
Definition at line 2017 of file locale.c.
Referenced by casemap_string(), and map_to_fullwidth().
|
static |
Definition at line 3629 of file locale.c.
Referenced by compare_string(), find_substring(), and get_sortkey().
Definition at line 7084 of file locale.c.
|
static |
Definition at line 771 of file locale.c.
Referenced by SetLocaleInfoW().
Definition at line 7127 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 7242 of file locale.c.
BOOL WINAPI DECLSPEC_HOTPATCH SetUserGeoID | ( | GEOID | id | ) |
Definition at line 7251 of file locale.c.
BOOL WINAPI DECLSPEC_HOTPATCH SystemTimeToTzSpecificLocalTime | ( | const TIME_ZONE_INFORMATION * | info, |
const SYSTEMTIME * | system, | ||
SYSTEMTIME * | local | ||
) |
Definition at line 7282 of file locale.c.
Definition at line 2011 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 7317 of file locale.c.
Definition at line 1853 of file locale.c.
Referenced by init_locale().
Definition at line 1844 of file locale.c.
Referenced by SetLocaleInfoW(), and update_locale_registry().
|
static |
Definition at line 5765 of file locale.c.
Referenced by GetFileMUIInfo().
Definition at line 7352 of file locale.c.
Definition at line 7361 of file locale.c.
|
static |
Definition at line 3253 of file locale.c.
Referenced by WideCharToMultiByte().
|
static |
Definition at line 2758 of file locale.c.
Referenced by WideCharToMultiByte().
|
static |
Definition at line 2977 of file locale.c.
Referenced by wcstombs_codepage().
|
static |
Definition at line 3130 of file locale.c.
Referenced by wcstombs_codepage().
|
static |
Definition at line 2912 of file locale.c.
Referenced by wcstombs_codepage().
|
static |
Definition at line 3035 of file locale.c.
Referenced by wcstombs_codepage().
|
static |
Definition at line 2794 of file locale.c.
Referenced by WideCharToMultiByte().
|
static |
Definition at line 2889 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 7370 of file locale.c.
WINE_DEFAULT_DEBUG_CHANNEL | ( | nls | ) |
|
static |
Definition at line 303 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 417 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 318 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 418 of file locale.c.
Referenced by load_locale_nls(), and load_sortdefault_nls().
Definition at line 408 of file locale.c.
Referenced by get_language_sort(), and init_locale().
|
static |
Definition at line 57 of file locale.c.
Referenced by get_locale_info(), SetLocaleInfoW(), and update_locale_registry().
|
static |
Definition at line 58 of file locale.c.
Referenced by get_locale_info(), and update_locale_registry().
|
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(), SetLocaleInfoW(), 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().
const struct sort_expansion* expansions |
Referenced by EnumSystemGeoID(), find_geo_id_entry(), find_geo_name_entry(), and load_locale_nls().
Definition at line 255 of file locale.c.
Referenced by EnumSystemGeoID(), find_geo_id_entry(), and load_locale_nls().
Definition at line 256 of file locale.c.
Referenced by find_geo_name_entry(), and load_locale_nls().
Definition at line 420 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 308 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 45 of file locale.c.
Referenced by get_message(), init_locale(), and Internal_EnumSystemLanguageGroups().
Definition at line 416 of file locale.c.
Referenced by _CFontMenu_CreateInstance(), CFSDropTarget::_GetEffectFromMenu(), append_extra_kana_weights(), build_createsql_postlude(), CountUniqueItems_Aux(), create_diff_row_query(), 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(), CCommonFolder< TSelf, TItemId, TExtractIcon >::GetUIObjectOf(), CIMEUIWindowHandler::ImeUIMsImeMouseHandler(), LISTBOX_HandleLButtonDown(), LISTBOX_HandleLButtonDownCombo(), register_keys(), ShellPropSheetDialog::Show(), test_animation(), test_Keys(), test_primary_keys(), test_SetupGetIntField(), test_SHCreateDefaultContextMenu(), test_SHSearchMapInt(), and unregister_keys().
LCID lcid |
Definition at line 5656 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(), _setmbcp_l(), _test_language_string(), _VarChangeTypeExWrap(), 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(), ClDispatch_GetIDsOfNames(), ClDispatch_GetTypeInfo(), ClDispatch_Invoke(), Client_GetIDsOfNames(), Client_GetTypeInfo(), Client_Invoke(), COMCAT_GetCategoryDesc(), COMCAT_ICatInformation_EnumCategories(), COMCAT_ICatInformation_GetCategoryDesc(), compare_info(), CompareStringA(), CompareStringW(), convert_default_lcid(), convert_str(), ConvertDefaultLocale(), CountryEnumProc(), 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(), drive_GetIDsOfNames(), drive_GetTypeInfo(), drive_Invoke(), drivecoll_GetIDsOfNames(), drivecoll_GetTypeInfo(), drivecoll_Invoke(), ATL::IDispatchImpl< T, piid, plibid, wMajor, wMinor >::EnsureTILoaded(), 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_best_locale_proc(), 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(), 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(), 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(), 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(), MSVCRT__create_locale(), MSVCRT_locale_to_LCID(), MXAttributes_GetIDsOfNames(), MXAttributes_GetTypeInfo(), MXAttributes_Invoke(), mxwriter_GetIDsOfNames(), mxwriter_GetTypeInfo(), mxwriter_Invoke(), netfw_rules_GetIDsOfNames(), netfw_rules_GetTypeInfo(), netfw_rules_Invoke(), NLS_EnumLanguageGroupLocales(), 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(), PHDispatch_GetIDsOfNames(), PHDispatch_GetTypeInfo(), PHEventSink_GetIDsOfNames(), PHEventSink_GetTypeInfo(), PHEventSink_Invoke(), property_GetIDsOfNames(), property_GetTypeInfo(), property_Invoke(), PropertyPageSite_GetLocaleID(), propertyset_GetIDsOfNames(), propertyset_GetTypeInfo(), propertyset_Invoke(), PropertyStorage_StorePropWithId(), query_typelib_path(), QueryPathOfRegTypeLib(), RegExp2_GetIDsOfNames(), RegExp2_GetTypeInfo(), RegExp2_Invoke(), RegExp_GetIDsOfNames(), RegExp_GetTypeInfo(), RegExp_Invoke(), ResolveLocaleName(), Rfc1766ToLcidA(), ScriptDisp_GetIDsOfNames(), ScriptDisp_GetTypeInfo(), ScriptDisp_Invoke(), ScriptDisp_InvokeEx(), scriptDisp_InvokeEx(), security_GetIDsOfNames(), security_GetTypeInfo(), security_Invoke(), SelectKeyboardForLanguage(), 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_cmp(), test_cmpex(), test_CompareStringA(), test_ConvertDefaultLocale(), test_create_typelib_lcid(), test_EmptyChangeTypeEx(), test_EnumDateFormatsA(), 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_LocaleNameToLCID(), test_names_ids(), test_NullChangeTypeEx(), test_Rfc1766ToLcid(), test_SetLocaleInfoA(), test_threadcp(), test_UintChangeTypeEx(), test_VarBoolChangeTypeEx(), test_VarBstrCmp(), test_VarBstrFromI4(), test_VarBstrFromR4(), test_VarCat(), test_VarCmp(), test_VarDateChangeTypeEx(), test_VarDateFromStr(), test_VarFormatFromTokens(), test_VarParseNumFromStr(), TestDefaultCountry(), TestDefaultLanguage(), TextFont_GetIDsOfNames(), TextFont_GetTypeInfo(), TextFont_Invoke(), TextPara_GetIDsOfNames(), TextPara_GetTypeInfo(), TextPara_Invoke(), textstream_GetIDsOfNames(), textstream_GetTypeInfo(), textstream_Invoke(), timeoutFunc_Invoke(), UnRegisterTypeLib(), UnRegisterTypeLibForUser(), update_threadlocinfo_category(), 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(), 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(), xslprocessor_GetIDsOfNames(), xslprocessor_GetTypeInfo(), xslprocessor_Invoke(), xsltemplate_GetIDsOfNames(), xsltemplate_GetTypeInfo(), and xsltemplate_Invoke().
|
static |
Definition at line 311 of file locale.c.
Referenced by find_lcid_entry(), and load_locale_nls().
|
static |
Definition at line 312 of file locale.c.
Referenced by EnumSystemLocalesA(), EnumSystemLocalesEx(), EnumSystemLocalesW(), find_lcname_entry(), get_language_sort(), Internal_EnumUILanguages(), and load_locale_nls().
Definition at line 174 of file locale.c.
Referenced by get_ligature().
|
static |
Definition at line 427 of file locale.c.
Referenced by get_codepage_table(), locale_return_reg_string(), and set_registry_entry().
Definition at line 407 of file locale.c.
Referenced by get_language_sort(), and load_sortdefault_nls().
Definition at line 314 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 313 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 319 of file locale.c.
Referenced by get_codepage_table().
|
static |
Definition at line 309 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 321 of file locale.c.
Referenced by compose_chars(), get_decomposition(), and init_locale().
|
static |
Definition at line 304 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(), FindProgramDlg::CompareFunc(), 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 306 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 315 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 310 of file locale.c.
Referenced by EnumDynamicTimeZoneInformation(), GetDynamicTimeZoneInformation(), GetDynamicTimeZoneInformationEffectiveYears(), GetTimeZoneInformationForYear(), and init_locale().
|
static |
Definition at line 5647 of file locale.c.
Referenced by GetDynamicTimeZoneInformation().
|
static |
Definition at line 305 of file locale.c.
Referenced by init_locale(), LOCALE_Init(), MultiByteToWideChar(), setup_unix_locales(), and WideCharToMultiByte().
|
static |
Definition at line 307 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 316 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().