Searched refs:CPINFOEXA (Results 1 – 6 of 6) sorted by relevance
/reactos/sdk/tools/create_nls/ |
H A D | create_nls.c | 60 static void patch_aliases(void *u2cp, CPINFOEXA *cpi) in patch_aliases() 96 static BOOL write_unicode2cp_table(FILE *out, CPINFOEXA *cpi, WCHAR *table) in write_unicode2cp_table() 139 static BOOL write_lb_ranges(FILE *out, CPINFOEXA *cpi, WCHAR *table) in write_lb_ranges() 174 static BOOL create_nls_file(char *name, CPINFOEXA *cpi, WCHAR *table, WCHAR *oemtable) in create_nls_file() 286 static void patch_codepage_info(CPINFOEXA *cpi) in patch_codepage_info() 291 static WCHAR *Load_CP2Unicode_Table(char *table_name, UINT cp, CPINFOEXA *cpi) in Load_CP2Unicode_Table() 303 memset(cpi, 0, sizeof(CPINFOEXA)); in Load_CP2Unicode_Table() 402 static WCHAR *Load_OEM2Unicode_Table(char *table_name, WCHAR *def_table, UINT cp, CPINFOEXA *cpi) in Load_OEM2Unicode_Table() 486 CPINFOEXA cpi; in write_nls_files()
|
/reactos/sdk/include/psdk/ |
H A D | winnls.h | 594 } CPINFOEXA,*LPCPINFOEXA; typedef 1224 typedef CPINFOEXA CPINFOEX;
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | codepage.c | 1047 CPINFOEXA cpi; in test_threadcp()
|
/reactos/dll/win32/kernel32/winnls/string/ |
H A D | nls.c | 2162 memcpy(lpCPInfoEx, &CPInfo, sizeof(CPINFOEXA)); in GetCPInfoExA()
|
H A D | locale.c | 2210 memcpy(cpinfo, &cpinfoW, sizeof(CPINFOEXA)); in GetCPInfoExA()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | msg.c | 14343 CPINFOEXA cpinfo; in test_dbcs_wm_char()
|