Home
last modified time | relevance | path

Searched refs:IsValidCodePage (Results 1 – 18 of 18) sorted by relevance

/reactos/win32ss/user/winsrv/consrv/condrv/
H A Dconsole.c118 if (IsValidCodePage(ConsoleInfo->CodePage)) in ConDrvInitConsole()
428 if (Console == NULL || !IsValidCodePage(CodePage)) in ConDrvSetConsoleCP()
/reactos/win32ss/user/winsrv/consrv/
H A Dsettings.c65 IsValidCodePage(ConsoleInfo->CodePage)) in ConSrvApplyUserSettings()
/reactos/dll/cpl/console/
H A Doptions.c48 CodePage == CP_THREAD_ACP || CodePage == CP_SYMBOL || !IsValidCodePage(CodePage)) in AddCodePage()
/reactos/modules/rostests/winetests/kernel32/
H A Dcodepage.c351 if (IsValidCodePage(1251)) in test_string_conversion()
430 if (!IsValidCodePage(950)) in test_string_conversion()
1008 if (! IsValidCodePage(testset[i].codepage)) in test_undefined_byte_char()
H A Dconsole.c712 if (!IsValidCodePage(866)) in testScreenBuffer()
/reactos/win32ss/user/winsrv/concfg/
H A Dsettings.c235 if (IsValidCodePage(Value)) in ConCfgReadUserSettings()
/reactos/dll/win32/msi/
H A Dstring.c63 if (codepage != CP_ACP && !IsValidCodePage( codepage )) in validate_codepage()
/reactos/modules/rostests/apitests/kernel32/
H A DConsoleCP.c74 bSuccess = IsValidCodePage(CodePage); in ChangeOutputCP_()
184 if (IsValidCodePage(newcp)) in test_CP_ThreadLang()
/reactos/sdk/include/psdk/
H A Dwinnls.h950 BOOL WINAPI IsValidCodePage(_In_ UINT);
/reactos/dll/win32/kernel32/winnls/string/
H A Dnls.c1604 IsValidCodePage(UINT CodePage) in IsValidCodePage() function
H A Dlocale.c2079 BOOL WINAPI IsValidCodePage( UINT codepage ) in IsValidCodePage() function
/reactos/dll/win32/gdiplus/
H A Dfont.c1369 if (!IsValidCodePage( get_mac_code_page( name ))) return 0; in match_name_table_language()
/reactos/sdk/lib/3rdparty/libwin-iconv/
H A Dwin_iconv.c984 else if (IsValidCodePage(cv->codepage) in make_csconv()
/reactos/modules/rostests/winetests/mlang/
H A Dmlang.c883 if (IsValidCodePage(cpinfo[i].uiCodePage)) in test_EnumCodePages()
2240 if (IsValidCodePage(i)) in test_IsCodePageInstallable()
/reactos/sdk/lib/crt/locale/
H A Dlocale.c259 if (IsValidCodePage(atoi(search.search_codepage))) in MSVCRT_locale_to_LCID()
/reactos/dll/win32/kernel32/
H A Dkernel32.spec758 @ stdcall IsValidCodePage(long)
/reactos/dll/win32/mlang/
H A Dmlang.c3195 if (IsValidCodePage(uiCodePage)) in fnIMultiLanguage3_ValidateCodePageEx()
/reactos/modules/rostests/winetests/gdi32/
H A Dfont.c3702 if (!IsValidCodePage( get_mac_code_page( name ))) return 0; in match_name_table_language()