Home
last modified time | relevance | path

Searched refs:WC_COMPOSITECHECK (Results 1 – 25 of 265) sorted by relevance

1234567891011

/dports/devel/sccache/sccache-0.2.15/cargo-crates/local-encoding-0.2.0/src/
H A Dwindows.rs24 pub const WC_COMPOSITECHECK: DWORD = 0x00000200; const
68 WC_COMPOSITECHECK, in string_to_multibyte()
215 WC_COMPOSITECHECK, in wide_char_to_multi_byte_ascii()
237 WC_DEFAULTCHAR | WC_COMPOSITECHECK, in wide_char_to_multi_byte_replace()
248 WC_COMPOSITECHECK, in wide_char_to_multi_byte_invalid()
255 WC_COMPOSITECHECK, in wide_char_to_multi_byte_invalid()
/dports/net/libpcap/libpcap-1.10.1/
H A Dcharconv.c106 cp_len = WideCharToMultiByte(codepage, WC_COMPOSITECHECK, in utf_16le_to_cp()
131 cp_len = WideCharToMultiByte(codepage, WC_COMPOSITECHECK, in utf_16le_to_cp()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/flac-1.3.2/src/share/utf8/
H A Dutf8.c102 len = WideCharToMultiByte(CP_ACP, WC_COMPOSITECHECK, unicode, -1, NULL, 0, NULL, NULL); in utf8_decode()
108 len = WideCharToMultiByte(CP_ACP, WC_COMPOSITECHECK, unicode, -1, acp, len, NULL, NULL); in utf8_decode()
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/deps/flac-1.3.2/src/share/utf8/
H A Dutf8.c102 len = WideCharToMultiByte(CP_ACP, WC_COMPOSITECHECK, unicode, -1, NULL, 0, NULL, NULL); in utf8_decode()
108 len = WideCharToMultiByte(CP_ACP, WC_COMPOSITECHECK, unicode, -1, acp, len, NULL, NULL); in utf8_decode()
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/deps/flac-1.3.2/src/share/utf8/
H A Dutf8.c102 len = WideCharToMultiByte(CP_ACP, WC_COMPOSITECHECK, unicode, -1, NULL, 0, NULL, NULL); in utf8_decode()
108 len = WideCharToMultiByte(CP_ACP, WC_COMPOSITECHECK, unicode, -1, acp, len, NULL, NULL); in utf8_decode()
/dports/audio/flac/flac-1.3.4/src/share/utf8/
H A Dutf8.c97 len = WideCharToMultiByte(CP_ACP, WC_COMPOSITECHECK, unicode, -1, NULL, 0, NULL, NULL); in utf8_decode()
101 len = WideCharToMultiByte(CP_ACP, WC_COMPOSITECHECK, unicode, -1, acp, len, NULL, NULL); in utf8_decode()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/flac-1.3.2/src/share/utf8/
H A Dutf8.c102 len = WideCharToMultiByte(CP_ACP, WC_COMPOSITECHECK, unicode, -1, NULL, 0, NULL, NULL); in utf8_decode()
108 len = WideCharToMultiByte(CP_ACP, WC_COMPOSITECHECK, unicode, -1, acp, len, NULL, NULL); in utf8_decode()
/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/deps/flac-1.3.2/src/share/utf8/
H A Dutf8.c102 len = WideCharToMultiByte(CP_ACP, WC_COMPOSITECHECK, unicode, -1, NULL, 0, NULL, NULL); in utf8_decode()
108 len = WideCharToMultiByte(CP_ACP, WC_COMPOSITECHECK, unicode, -1, acp, len, NULL, NULL); in utf8_decode()
/dports/devel/boost-docs/boost_1_72_0/libs/winapi/test/run/
H A Dcharacter_code_conversion_abi.cpp34 BOOST_WINAPI_TEST_CONSTANT(WC_COMPOSITECHECK); in main()
/dports/devel/boost-libs/boost_1_72_0/libs/winapi/test/run/
H A Dcharacter_code_conversion_abi.cpp34 BOOST_WINAPI_TEST_CONSTANT(WC_COMPOSITECHECK); in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/winapi/test/run/
H A Dcharacter_code_conversion_abi.cpp34 BOOST_WINAPI_TEST_CONSTANT(WC_COMPOSITECHECK); in main()
/dports/devel/hyperscan/boost_1_75_0/libs/winapi/test/run/
H A Dcharacter_code_conversion_abi.cpp34 BOOST_WINAPI_TEST_CONSTANT(WC_COMPOSITECHECK); in main()
/dports/emulators/mess/mame-mame0226/3rdparty/libflac/src/share/utf8/
H A Dutf8.c205 chars = WideCharToMultiByte(GetConsoleCP(), WC_COMPOSITECHECK, unicode, in utf8_decode()
226 err = WideCharToMultiByte(GetConsoleCP(), WC_COMPOSITECHECK, unicode, in utf8_decode()
/dports/emulators/mame/mame-mame0226/3rdparty/libflac/src/share/utf8/
H A Dutf8.c205 chars = WideCharToMultiByte(GetConsoleCP(), WC_COMPOSITECHECK, unicode, in utf8_decode()
226 err = WideCharToMultiByte(GetConsoleCP(), WC_COMPOSITECHECK, unicode, in utf8_decode()
/dports/audio/streamripper/streamripper-1.64.6/lib/
H A Dutf8.c186 chars = WideCharToMultiByte(GetConsoleCP(), WC_COMPOSITECHECK, unicode, in utf8_decode()
204 err = WideCharToMultiByte(GetConsoleCP(), WC_COMPOSITECHECK, unicode, in utf8_decode()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/misc/
H A Dwcstold.c52 nbytes = WideCharToMultiByte(cp, WC_COMPOSITECHECK | WC_SEPCHARS, in wcstold()
H A Dwcstof.c44 nbytes = WideCharToMultiByte(cp, WC_COMPOSITECHECK | WC_SEPCHARS, in wcstof()
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/misc/
H A Dwcstold.c52 nbytes = WideCharToMultiByte(cp, WC_COMPOSITECHECK | WC_SEPCHARS, in wcstold()
H A Dwcstof.c44 nbytes = WideCharToMultiByte(cp, WC_COMPOSITECHECK | WC_SEPCHARS, in wcstof()
/dports/audio/vorbis-tools/vorbis-tools-1.4.2/share/
H A Dutf8.c189 chars = WideCharToMultiByte(CP_ACP, WC_COMPOSITECHECK, unicode, in utf8_decode()
207 err = WideCharToMultiByte(CP_ACP, WC_COMPOSITECHECK, unicode, in utf8_decode()
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Experiments/Lucene4SpellChecker/
H A DLuceneSearch.h46 WideCharToMultiByte(CP_ACP, WC_COMPOSITECHECK, resultT, resultLen, result, 100, NULL, NULL); in run()
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Experiments/Lucene4SpellChecker/
H A DLuceneSearch.h46 WideCharToMultiByte(CP_ACP, WC_COMPOSITECHECK, resultT, resultLen, result, 100, NULL, NULL); in run()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/winapi/
H A Dcharacter_code_conversion.hpp61 const DWORD_ WC_COMPOSITECHECK_ = WC_COMPOSITECHECK;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/text/wince/
H A DTextCodecWinCE.cpp283 …int resultLength = WideCharToMultiByte(m_codePage, WC_COMPOSITECHECK, characters, length, 0, 0, 0,… in encode()
293 …WideCharToMultiByte(m_codePage, WC_COMPOSITECHECK, characters, length, characterBuffer, resultLeng… in encode()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/detail/winapi/
H A Dcharacter_code_conversion.hpp63 const DWORD_ WC_COMPOSITECHECK_ = WC_COMPOSITECHECK;

1234567891011