Home
last modified time | relevance | path

Searched refs:unicode (Results 1 – 25 of 151) sorted by relevance

1234567

/reactos/sdk/lib/3rdparty/freetype/src/psnames/
H A Dpsmodule.c197 if ( map1->unicode > map2->unicode ) in compare_uni_maps()
199 else if ( map1->unicode < map2->unicode ) in compare_uni_maps()
358 map->unicode = uni_char; in ps_unicodes_init()
432 if ( mid->unicode == unicode ) in ps_unicodes_char_index()
438 base_glyph = BASE_GLYPH( mid->unicode ); in ps_unicodes_char_index()
440 if ( base_glyph == unicode ) in ps_unicodes_char_index()
446 if ( base_glyph < unicode ) in ps_unicodes_char_index()
461 FT_UInt32 *unicode ) in ps_unicodes_char_next() argument
464 FT_UInt32 char_code = *unicode + 1; in ps_unicodes_char_next()
480 if ( map->unicode == char_code ) in ps_unicodes_char_next()
[all …]
/reactos/base/applications/regedit/
H A Dregproc.c1127 if (unicode) in REGPROC_write_line()
1203 REGPROC_write_line(fp, buf, unicode); in export_value_name()
1251 REGPROC_write_line(fp, hex, unicode); in export_hex_data_type()
1262 REGPROC_write_line(fp, buf, unicode); in export_hex_data_type()
1347 export_newline(fp, unicode); in export_data()
1374 REGPROC_write_line(fp, buf, unicode); in export_key_name()
1391 export_key_name(fp, path, unicode); in export_registry_data()
1476 if (unicode) in REGPROC_open_export_file()
1523 export_newline(fp, unicode); in export_key()
1560 export_newline(fp, unicode); in export_all()
[all …]
/reactos/sdk/tools/unicode/
H A DCMakeLists.txt87 add_library(unicode STATIC ${SOURCE}) target
88 target_link_libraries(unicode PRIVATE host_includes)
92 target_compile_options(unicode PRIVATE "/wd4018")
95 target_compile_options(unicode PRIVATE "/wd4146")
98 target_compile_options(unicode PRIVATE "/wd4244")
/reactos/win32ss/user/user32/include/
H A Dcontrols.h100 …SULT WINAPI ButtonWndProc_common(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL unicode);
103 …T WINAPI ComboWndProc_common( HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam, BOOL unicode);
106 LRESULT WINAPI EditWndProc_common( HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam, BOOL unicode);
109 …SULT WINAPI GhostWndProc_common( HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL unicode);
112 …SULT WINAPI ListBoxWndProc_common( HWND hwnd, UINT msg,WPARAM wParam, LPARAM lParam, BOOL unicode);
115 …NAPI MDIClientWndProc_common( HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam, BOOL unicode);
122 …ULT WINAPI StaticWndProc_common( HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL unicode);
H A Duser_x.h65 static __inline BOOL STATIC_update_uistate(HWND hwnd, BOOL unicode) in STATIC_update_uistate() argument
69 if (unicode) in STATIC_update_uistate()
/reactos/modules/rosapps/drivers/vfd/
H A Dvfdmnt.c465 UNICODE_STRING unicode; in VfdMountDevUniqueId() local
475 RtlInitUnicodeString(&unicode, buf); in VfdMountDevUniqueId()
477 UniqueId->UniqueIdLength = unicode.Length; in VfdMountDevUniqueId()
487 UniqueId->UniqueId, buf, unicode.Length); in VfdMountDevUniqueId()
545 UNICODE_STRING unicode; in VfdMountDevSuggestedLink() local
571 RtlInitUnicodeString(&unicode, buf); in VfdMountDevSuggestedLink()
573 LinkName->NameLength = unicode.Length; in VfdMountDevSuggestedLink()
583 RtlCopyMemory(LinkName->Name, buf, unicode.Length); in VfdMountDevSuggestedLink()
/reactos/dll/directx/wine/wined3d/
H A Dwined3d_main.c37 BOOL unicode; member
407 BOOL unicode; in wined3d_wndproc() local
421 unicode = entry->unicode; in wined3d_wndproc()
426 return device_process_message(device, window, unicode, message, wparam, lparam, proc); in wined3d_wndproc()
427 if (unicode) in wined3d_wndproc()
455 entry->unicode = IsWindowUnicode(window); in wined3d_register_window()
459 if (entry->unicode) in wined3d_register_window()
484 if (entry->unicode) in wined3d_unregister_window()
/reactos/sdk/tools/create_nls/
H A DReadme9 You can easily download the files from 'http://www.unicode.org/public' or
10 'ftp://ftp.unicode.org/pub'. Download the directory structure of the web/ftp
11 site into the unicode.org subdirectory and create_nls will build the .nls
/reactos/sdk/lib/3rdparty/freetype/include/freetype/internal/services/
H A Dsvpscmap.h56 FT_UInt32 unicode; /* bit 31 set: is glyph variant */ member
99 FT_UInt32 unicode );
103 FT_UInt32 *unicode );
/reactos/win32ss/user/user32/controls/
H A Dcombo.c453 BOOL unicode ) in COMBO_Create() argument
539 if (unicode) in COMBO_Create()
574 if (unicode) in COMBO_Create()
1863 if(unicode) in ComboWndProc_common()
1873 return COMBO_Create(hwnd, lphc, hwndParent, style, unicode); in ComboWndProc_common()
1929 return unicode ? COMBO_GetTextW( lphc, wParam, (LPWSTR)lParam ) in ComboWndProc_common()
2070 if (unicode) in ComboWndProc_common()
2100 if (unicode) in ComboWndProc_common()
2120 return COMBO_SelectString(lphc, (INT)wParam, lParam, unicode); in ComboWndProc_common()
2243 if (unicode) in ComboWndProc_common()
[all …]
H A Dstatic.c337 …StaticWndProc_common( HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL unicode ) // ReactOS in StaticWndProc_common() argument
373 STATIC_update_uistate(hwnd, unicode); // ReactOS r30727 in StaticWndProc_common()
392 else return unicode ? DefWindowProcW(hwnd, uMsg, wParam, lParam) : in StaticWndProc_common()
448 if (unicode || IS_INTRESOURCE(cs->lpszName)) in StaticWndProc_common()
459 if (unicode || IS_INTRESOURCE(cs->lpszName)) in StaticWndProc_common()
470 return unicode ? DefWindowProcW(hwnd, uMsg, wParam, lParam) : in StaticWndProc_common()
476 if (unicode) in StaticWndProc_common()
554 if (unicode) in StaticWndProc_common()
559 if (STATIC_update_uistate(hwnd, unicode) && hasTextStyle( full_style )) in StaticWndProc_common()
567 return unicode ? DefWindowProcW(hwnd, uMsg, wParam, lParam) : in StaticWndProc_common()
H A Dghost.c516 BOOL unicode) in GhostWndProc_common() argument
526 Ghost_OnNCPaint(hwnd, (HRGN)wParam, unicode); in GhostWndProc_common()
555 if (unicode) in GhostWndProc_common()
569 if (unicode) in GhostWndProc_common()
594 if (unicode) in GhostWndProc_common()
H A Dlistbox.c792 if( unicode ) in LISTBOX_GetText()
802 if(unicode) in LISTBOX_GetText()
2678 if(unicode || !HAS_STRINGS(descr)) in ListBoxWndProc_common()
2712 if(unicode || !HAS_STRINGS(descr)) in ListBoxWndProc_common()
2732 if(!unicode && HAS_STRINGS(descr)) in ListBoxWndProc_common()
2741 if(unicode || !HAS_STRINGS(descr)) in ListBoxWndProc_common()
2754 if(!unicode && HAS_STRINGS(descr)) in ListBoxWndProc_common()
3004 if(unicode) in ListBoxWndProc_common()
3014 if(!unicode) in ListBoxWndProc_common()
3202 if(unicode) in ListBoxWndProc_common()
[all …]
H A Dedit.c2626 if(unicode)
3485 if(unicode)
4067 if (!unicode && text)
4087 if(!unicode)
4842 if(unicode)
4977 if(unicode)
4990 if(!unicode)
5028 if(unicode)
5079 if(unicode)
5176 if(unicode)
[all …]
/reactos/modules/rostests/winetests/ntdll/
H A Drtlstr.c1750 res = pRtlIsTextUnicode(unicode, sizeof(unicode), NULL); in test_RtlIsTextUnicode()
1755 ok(!pRtlIsTextUnicode(unicode, sizeof(unicode) - 1, NULL), "Text should be Unicode\n"); in test_RtlIsTextUnicode()
1758 ok(pRtlIsTextUnicode(unicode, sizeof(unicode), &flags), "Text should not pass a Unicode\n"); in test_RtlIsTextUnicode()
1763 …ok(!pRtlIsTextUnicode(unicode, sizeof(unicode), &flags), "Text should not pass reverse Unicode tes… in test_RtlIsTextUnicode()
1767 …ok(!pRtlIsTextUnicode(unicode, sizeof(unicode) - 1, &flags), "Odd length test should have passed\n… in test_RtlIsTextUnicode()
1772 for (i = 0; i < sizeof(unicode)/sizeof(unicode[0]); i++) in test_RtlIsTextUnicode()
1774 be_unicode[i + 1] = (unicode[i] >> 8) | ((unicode[i] & 0xff) << 8); in test_RtlIsTextUnicode()
1814 …ok(pRtlIsTextUnicode(unicode, sizeof(unicode), &flags), "Test should pass on Unicode string lackin… in test_RtlIsTextUnicode()
2012 WCHAR unicode[128]; member
2227 unicode_to_utf8[i].unicode, lstrlenW(unicode_to_utf8[i].unicode) * sizeof(WCHAR)); in test_RtlUnicodeToUTF8N()
[all …]
/reactos/sdk/lib/crt/include/internal/mingw-w64/
H A Dinternal.h61 char unicode : 1; member
75 #define _tm_unicode(i) (_pioinfo(i)->unicode)
82 #define _tm_unicode_safe(i) (_pioinfo_safe(i)->unicode)
/reactos/modules/rosapps/lib/vfdlib/
H A Dvfdshmenu.cpp337 BOOL unicode = FALSE; in InvokeCommand() local
343 unicode = lpcmi->cbSize >= FIELD_OFFSET(CMINVOKECOMMANDINFOEX, ptInvoke) && in InvokeCommand()
349 unicode = TRUE; in InvokeCommand()
354 if (!unicode && HIWORD(lpcmi->lpVerb)) { in InvokeCommand()
365 else if (unicode && HIWORD(excmi->lpVerbW)) { in InvokeCommand()
/reactos/dll/win32/kernel32/winnls/string/
H A Dlcformat.c1950 if (ctxt->unicode) in NLS_EnumDateFormats()
2006 ctxt.unicode = TRUE; in EnumDateFormatsExW()
2041 ctxt.unicode = TRUE; in EnumDateFormatsW()
2059 ctxt.unicode = TRUE; in EnumDateFormatsExEx()
2105 if (ctxt->unicode) in NLS_EnumTimeFormats()
2165 ctxt.unicode = TRUE; in EnumTimeFormatsW()
2354 ctxt.unicode = FALSE; in EnumCalendarInfoA()
2374 ctxt.unicode = TRUE; in EnumCalendarInfoW()
2394 ctxt.unicode = FALSE; in EnumCalendarInfoExA()
2414 ctxt.unicode = TRUE; in EnumCalendarInfoExW()
[all …]
/reactos/dll/win32/riched20/
H A Dclipboard.c36 HANDLE unicode; member
208 if(This->unicode) GlobalFree(This->unicode); in DataObjectImpl_Release()
228 if(This->unicode && pformatetc->cfFormat == CF_UNICODETEXT) in DataObjectImpl_GetData()
229 pmedium->u.hGlobal = This->unicode; in DataObjectImpl_GetData()
417 obj->unicode = get_unicode_text(editor, start, nChars); in ME_GetDataObject()
/reactos/base/shell/cmd/
H A Dtodo.txt6 *Compile as unicode
7 …obably more than just one thing blocking this. For sure pipes break when it is compiled as unicode.
/reactos/dll/opengl/opengl32/
H A Dwgl_font.c30 …ic BOOL wglUseFontBitmaps_common( HDC hdc, DWORD first, DWORD count, DWORD listBase, BOOL unicode ) in wglUseFontBitmaps_common() argument
46 if (unicode) in wglUseFontBitmaps_common()
64 if (unicode) in wglUseFontBitmaps_common()
302 BOOL unicode) in wglUseFontOutlines_common() argument
314 listBase, deviation, extrusion, format, lpgmf, unicode ? "W" : "A"); in wglUseFontOutlines_common()
353 if(unicode) in wglUseFontOutlines_common()
366 if(unicode) in wglUseFontOutlines_common()
/reactos/win32ss/user/user32/misc/
H A Dimm.c170 User32SendImeUIMessage(PIMEUI pimeui, UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL unicode) in User32SendImeUIMessage() argument
188 if (unicode) in User32SendImeUIMessage()
427 ImeWnd_OnImeControl(PIMEUI pimeui, WPARAM wParam, LPARAM lParam, BOOL unicode) in ImeWnd_OnImeControl() argument
490 return User32SendImeUIMessage(pimeui, WM_IME_CONTROL, wParam, lParam, unicode); in ImeWnd_OnImeControl()
498 if (unicode) in ImeWnd_OnImeControl()
511 if (unicode) in ImeWnd_OnImeControl()
935 ImeWndProc_common(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam, BOOL unicode) // ReactOS in ImeWndProc_common() argument
1058 return User32SendImeUIMessage(pimeui, msg, wParam, lParam, unicode); in ImeWndProc_common()
1061 return ImeWnd_OnImeControl(pimeui, wParam, lParam, unicode); in ImeWndProc_common()
1084 if (unicode) in ImeWndProc_common()
/reactos/win32ss/drivers/font/bmfd/
H A Dfont.c35 WCHAR unicode[4]; in FillFaceInfo() local
48 EngMultiByteToUnicodeN(unicode, 4 * sizeof(WCHAR), &written, ansi, 4); in FillFaceInfo()
49 pface->wcFirstChar = unicode[0]; in FillFaceInfo()
50 pface->wcLastChar = unicode[1]; in FillFaceInfo()
51 pface->wcDefaultChar = unicode[2]; in FillFaceInfo()
52 pface->wcBreakChar = unicode[3]; in FillFaceInfo()
/reactos/modules/rostests/winetests/comctl32/
H A Dpager.c68 UINT unicode; member
616 notify_test_info.unicode, notify_test_info.test_id, notify_test_info.sub_test_id, in notify_generic_text_handler()
625 notify_test_info.unicode, notify_test_info.test_id, notify_test_info.sub_test_id, in notify_generic_text_handler()
636 notify_test_info.unicode, notify_test_info.test_id, notify_test_info.sub_test_id, in notify_generic_text_handler()
643 else if(notify_test_info.unicode == HDN_GETDISPINFOW) in notify_generic_text_handler()
696 if (!notify_test_info.unicode) break; in test_notify_proc()
918 static void send_notify(HWND pager, UINT unicode, UINT ansi, LPARAM lParam, BOOL code_change) in send_notify() argument
922 notify_test_info.unicode = unicode; in send_notify()
928 hdr->code = unicode; in send_notify()
934 ok(hdr->code == code_change ? ansi : unicode, "Expect 0x%08x, got 0x%08x\n", hdr->code, in send_notify()
[all …]
/reactos/sdk/lib/ucrt/inc/
H A Dcorecrt_internal_lowio.h103 uint8_t unicode : 1; // Was the file opened as unicode? member
134 #define _tm_unicode(i) (_pioinfo(i)->unicode)
148 #define _tm_unicode_safe(i) (_pioinfo_safe(i)->unicode)

1234567