Home
last modified time | relevance | path

Searched refs:wch (Results 1 – 25 of 1298) sorted by relevance

12345678910>>...52

/dports/audio/libmusicxml/libmusicxml-3.18/src/lilypond/
H A DbsrBrailleCodeGenerators.cpp466 for (wchar_t wch = L'\u2800'; wch <= L'\u280f'; wch++) { in writeTestData() local
470 for (wchar_t wch = L'\u2810'; wch <= L'\u281f'; wch++) { in writeTestData() local
476 for (wchar_t wch = L'\u2820'; wch <= L'\u282f'; wch++) { in writeTestData() local
480 for (wchar_t wch = L'\u2830'; wch <= L'\u283f'; wch++) { in writeTestData() local
547 for (wchar_t wch = L'\u2800'; wch <= L'\u280f'; wch++) { in writeTestData() local
551 for (wchar_t wch = L'\u2810'; wch <= L'\u281f'; wch++) { in writeTestData() local
557 for (wchar_t wch = L'\u2820'; wch <= L'\u282f'; wch++) { in writeTestData() local
561 for (wchar_t wch = L'\u2830'; wch <= L'\u283f'; wch++) { in writeTestData() local
628 for (wchar_t wch = L'\u2800'; wch <= L'\u280f'; wch++) { in writeTestData() local
632 for (wchar_t wch = L'\u2810'; wch <= L'\u281f'; wch++) { in writeTestData() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/isdn/hardware/mISDN/
H A Dw6692.c564 WriteW6692B(wch, W_B_MODE, wch->b_mode);
580 WriteW6692B(wch, W_B_MODE, wch->b_mode); in disable_pots()
593 wch->bch.nr, wch->bch.state, pr); in w6692_mode()
600 WriteW6692B(wch, W_B_MODE, wch->b_mode); in w6692_mode()
607 WriteW6692B(wch, W_B_MODE, wch->b_mode); in w6692_mode()
634 if (wch->bch.tx_skb && wch->bch.tx_idx < wch->bch.tx_skb->len) { in send_next()
662 wch->bch.nr, wch->bch.state); in W6692B_interrupt()
701 wch->bch.nr, wch->bch.state); in W6692B_interrupt()
717 wch->bch.nr, wch->bch.state); in W6692B_interrupt()
733 wch->bch.nr, wch->bch.state); in W6692B_interrupt()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/isdn/hardware/mISDN/
H A Dw6692.c564 WriteW6692B(wch, W_B_MODE, wch->b_mode);
580 WriteW6692B(wch, W_B_MODE, wch->b_mode); in disable_pots()
593 wch->bch.nr, wch->bch.state, pr); in w6692_mode()
600 WriteW6692B(wch, W_B_MODE, wch->b_mode); in w6692_mode()
607 WriteW6692B(wch, W_B_MODE, wch->b_mode); in w6692_mode()
634 if (wch->bch.tx_skb && wch->bch.tx_idx < wch->bch.tx_skb->len) { in send_next()
662 wch->bch.nr, wch->bch.state); in W6692B_interrupt()
701 wch->bch.nr, wch->bch.state); in W6692B_interrupt()
717 wch->bch.nr, wch->bch.state); in W6692B_interrupt()
733 wch->bch.nr, wch->bch.state); in W6692B_interrupt()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/isdn/hardware/mISDN/
H A Dw6692.c564 WriteW6692B(wch, W_B_MODE, wch->b_mode);
580 WriteW6692B(wch, W_B_MODE, wch->b_mode); in disable_pots()
593 wch->bch.nr, wch->bch.state, pr); in w6692_mode()
600 WriteW6692B(wch, W_B_MODE, wch->b_mode); in w6692_mode()
607 WriteW6692B(wch, W_B_MODE, wch->b_mode); in w6692_mode()
634 if (wch->bch.tx_skb && wch->bch.tx_idx < wch->bch.tx_skb->len) { in send_next()
662 wch->bch.nr, wch->bch.state); in W6692B_interrupt()
701 wch->bch.nr, wch->bch.state); in W6692B_interrupt()
717 wch->bch.nr, wch->bch.state); in W6692B_interrupt()
733 wch->bch.nr, wch->bch.state); in W6692B_interrupt()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxcrt/
H A Dfx_unicode.cpp9 uint32_t FX_GetUnicodeProperties(FX_WCHAR wch) { in FX_GetUnicodeProperties() argument
10 size_t idx = static_cast<size_t>(wch); in FX_GetUnicodeProperties()
29 wch = kFXTextLayoutBidiMirror[idx]; in FX_GetMirrorChar()
30 dwProps = FX_GetUnicodeProperties(wch); in FX_GetMirrorChar()
38 wch = kFXTextLayoutVerticalMirror[idx]; in FX_GetMirrorChar()
41 return wch; in FX_GetMirrorChar()
45 FX_WCHAR FX_GetMirrorChar(FX_WCHAR wch, in FX_GetMirrorChar() argument
53 wch = kFXTextLayoutBidiMirror[idx]; in FX_GetMirrorChar()
54 dwProps = FX_GetUnicodeProperties(wch); in FX_GetMirrorChar()
62 wch = kFXTextLayoutVerticalMirror[idx]; in FX_GetMirrorChar()
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fde/css/
H A Dfde_csssyntax.cpp15 return wch == '.' || wch == '#' || wch == '*' || (wch >= 'a' && wch <= 'z') || in FDE_IsSelectorStart()
16 (wch >= 'A' && wch <= 'Z'); in FDE_IsSelectorStart()
94 FX_WCHAR wch; in DoSyntaxParse() local
99 switch (wch) { in DoSyntaxParse()
131 switch (wch) { in DoSyntaxParse()
163 switch (wch) { in DoSyntaxParse()
189 switch (wch) { in DoSyntaxParse()
217 switch (wch) { in DoSyntaxParse()
278 if (wch <= ' ' || wch == ';') { in DoSyntaxParse()
292 AppendChar(wch); in DoSyntaxParse()
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxcrt/
H A Dfx_unicode.cpp9 uint32_t FX_GetUnicodeProperties(FX_WCHAR wch) { in FX_GetUnicodeProperties() argument
10 size_t idx = static_cast<size_t>(wch); in FX_GetUnicodeProperties()
29 wch = kFXTextLayoutBidiMirror[idx]; in FX_GetMirrorChar()
30 dwProps = FX_GetUnicodeProperties(wch); in FX_GetMirrorChar()
38 wch = kFXTextLayoutVerticalMirror[idx]; in FX_GetMirrorChar()
41 return wch; in FX_GetMirrorChar()
45 FX_WCHAR FX_GetMirrorChar(FX_WCHAR wch, in FX_GetMirrorChar() argument
53 wch = kFXTextLayoutBidiMirror[idx]; in FX_GetMirrorChar()
54 dwProps = FX_GetUnicodeProperties(wch); in FX_GetMirrorChar()
62 wch = kFXTextLayoutVerticalMirror[idx]; in FX_GetMirrorChar()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxcrt/css/
H A Dcfx_csssyntaxparser.cpp18 bool IsSelectorStart(wchar_t wch) { in IsSelectorStart() argument
19 return wch == '.' || wch == '#' || wch == '*' || in IsSelectorStart()
20 (isascii(wch) && isalpha(wch)); in IsSelectorStart()
39 wchar_t wch = m_Input.GetChar(); in DoSyntaxParse() local
42 switch (wch) { in DoSyntaxParse()
54 if (wch <= ' ') { in DoSyntaxParse()
56 } else if (IsSelectorStart(wch)) { in DoSyntaxParse()
67 switch (wch) { in DoSyntaxParse()
90 m_Output.AppendCharIfNotLeadingBlank(wch); in DoSyntaxParse()
96 switch (wch) { in DoSyntaxParse()
[all …]
H A Dcfx_cssselector.cpp17 wchar_t wch = str[i]; in GetCSSNameLen() local
18 if (!isascii(wch) || (!isalnum(wch) && wch != '_' && wch != '-')) in GetCSSNameLen()
38 for (wchar_t wch : str) { in FromString() local
39 switch (wch) { in FromString()
49 wchar_t wch = str[i]; in FromString() local
50 if (wch == ' ') { in FromString()
55 const bool is_star = wch == '*'; in FromString()
56 const bool is_valid_char = is_star || (isascii(wch) && isalpha(wch)); in FromString()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxcrt/css/
H A Dcfx_csssyntaxparser.cpp20 bool IsSelectorStart(wchar_t wch) { in IsSelectorStart() argument
21 return wch == '.' || wch == '#' || wch == '*' || in IsSelectorStart()
22 (isascii(wch) && isalpha(wch)); in IsSelectorStart()
41 wchar_t wch = m_Input.GetChar(); in DoSyntaxParse() local
44 switch (wch) { in DoSyntaxParse()
56 if (wch <= ' ') { in DoSyntaxParse()
58 } else if (IsSelectorStart(wch)) { in DoSyntaxParse()
69 switch (wch) { in DoSyntaxParse()
92 m_Output.AppendCharIfNotLeadingBlank(wch); in DoSyntaxParse()
98 switch (wch) { in DoSyntaxParse()
[all …]
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/pdcurses-sys-0.7.0/src/PDCurses/pdcurses/
H A Dbkgd.c180 return wch ? wbkgd(win, *wch) : ERR; in wbkgrnd()
183 int bkgrnd(const cchar_t *wch) in bkgrnd() argument
187 return wbkgrnd(stdscr, wch); in bkgrnd()
194 if (wch) in wbkgrndset()
195 wbkgdset(win, *wch); in wbkgrndset()
198 void bkgrndset(const cchar_t *wch) in bkgrndset() argument
202 wbkgrndset(stdscr, wch); in bkgrndset()
209 if (!win || !wch) in wgetbkgrnd()
212 *wch = win->_bkgd; in wgetbkgrnd()
217 int getbkgrnd(cchar_t *wch) in getbkgrnd() argument
[all …]
H A Dinchstr.c147 int win_wchnstr(WINDOW *win, cchar_t *wch, int n) in win_wchnstr() argument
151 return winchnstr(win, wch, n); in win_wchnstr()
154 int in_wchstr(cchar_t *wch) in in_wchstr() argument
161 int win_wchstr(WINDOW *win, cchar_t *wch) in win_wchstr() argument
168 int mvin_wchstr(int y, int x, cchar_t *wch) in mvin_wchstr() argument
178 int mvwin_wchstr(WINDOW *win, int y, int x, cchar_t *wch) in mvwin_wchstr() argument
188 int in_wchnstr(cchar_t *wch, int n) in in_wchnstr() argument
192 return win_wchnstr(stdscr, wch, n); in in_wchnstr()
195 int mvin_wchnstr(int y, int x, cchar_t *wch, int n) in mvin_wchnstr() argument
202 return win_wchnstr(stdscr, wch, n); in mvin_wchnstr()
[all …]
/dports/devel/pdcurses/PDCurses-3.5/pdcurses/
H A Dbkgd.c180 return wch ? wbkgd(win, *wch) : ERR; in wbkgrnd()
183 int bkgrnd(const cchar_t *wch) in bkgrnd() argument
187 return wbkgrnd(stdscr, wch); in bkgrnd()
194 if (wch) in wbkgrndset()
195 wbkgdset(win, *wch); in wbkgrndset()
198 void bkgrndset(const cchar_t *wch) in bkgrndset() argument
202 wbkgrndset(stdscr, wch); in bkgrndset()
209 if (!win || !wch) in wgetbkgrnd()
212 *wch = win->_bkgd; in wgetbkgrnd()
217 int getbkgrnd(cchar_t *wch) in getbkgrnd() argument
[all …]
H A Daddch.c360 int wadd_wch(WINDOW *win, const cchar_t *wch)
364 return wch ? waddch(win, *wch) : ERR;
367 int add_wch(const cchar_t *wch)
371 return wadd_wch(stdscr, wch);
374 int mvadd_wch(int y, int x, const cchar_t *wch)
381 return wadd_wch(stdscr, wch);
387 win, y, x, *wch));
392 return wadd_wch(win, wch);
395 int echo_wchar(const cchar_t *wch)
399 return wecho_wchar(stdscr, wch);
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/pdcurses-sys-0.7.1/src/PDCurses/pdcurses/
H A Dbkgd.c180 return wch ? wbkgd(win, *wch) : ERR; in wbkgrnd()
183 int bkgrnd(const cchar_t *wch) in bkgrnd() argument
187 return wbkgrnd(stdscr, wch); in bkgrnd()
194 if (wch) in wbkgrndset()
195 wbkgdset(win, *wch); in wbkgrndset()
198 void bkgrndset(const cchar_t *wch) in bkgrndset() argument
202 wbkgrndset(stdscr, wch); in bkgrndset()
209 if (!win || !wch) in wgetbkgrnd()
212 *wch = win->_bkgd; in wgetbkgrnd()
217 int getbkgrnd(cchar_t *wch) in getbkgrnd() argument
[all …]
/dports/devel/mingw32-pdcurses/PDCurses-3.4/pdcurses/
H A Dbkgd.c177 return wch ? wbkgd(win, *wch) : ERR; in wbkgrnd()
180 int bkgrnd(const cchar_t *wch) in bkgrnd() argument
184 return wbkgrnd(stdscr, wch); in bkgrnd()
191 if (wch) in wbkgrndset()
192 wbkgdset(win, *wch); in wbkgrndset()
195 void bkgrndset(const cchar_t *wch) in bkgrndset() argument
199 wbkgrndset(stdscr, wch); in bkgrndset()
206 if (!win || !wch) in wgetbkgrnd()
209 *wch = win->_bkgd; in wgetbkgrnd()
214 int getbkgrnd(cchar_t *wch) in getbkgrnd() argument
[all …]
H A Daddch.c357 int wadd_wch(WINDOW *win, const cchar_t *wch) in wadd_wch() argument
361 return wch ? waddch(win, *wch) : ERR; in wadd_wch()
364 int add_wch(const cchar_t *wch) in add_wch() argument
368 return wadd_wch(stdscr, wch); in add_wch()
371 int mvadd_wch(int y, int x, const cchar_t *wch) in mvadd_wch() argument
378 return wadd_wch(stdscr, wch); in mvadd_wch()
384 win, y, x, *wch)); in mvwadd_wch()
389 return wadd_wch(win, wch); in mvwadd_wch()
392 int echo_wchar(const cchar_t *wch) in echo_wchar() argument
396 return wecho_wchar(stdscr, wch); in echo_wchar()
[all …]
/dports/multimedia/musikcube/musikcube-0.96.7/src/3rdparty/win32_src/pdcurses/
H A Dbkgd.c183 return wch ? wbkgd(win, *wch) : ERR; in wbkgrnd()
186 int bkgrnd(const cchar_t *wch) in bkgrnd() argument
190 return wbkgrnd(stdscr, wch); in bkgrnd()
197 if (wch) in wbkgrndset()
198 wbkgdset(win, *wch); in wbkgrndset()
201 void bkgrndset(const cchar_t *wch) in bkgrndset() argument
205 wbkgrndset(stdscr, wch); in bkgrndset()
212 if (!win || !wch) in wgetbkgrnd()
215 *wch = win->_bkgd; in wgetbkgrnd()
220 int getbkgrnd(cchar_t *wch) in getbkgrnd() argument
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/iconvdata/
H A Djis0201.h41 ucs4_to_jisx0201 (uint32_t wch, char *s) in ucs4_to_jisx0201() argument
45 if (wch == 0xa5) in ucs4_to_jisx0201()
47 else if (wch == 0x203e) in ucs4_to_jisx0201()
49 else if (wch < 0x7e && wch != 0x5c) in ucs4_to_jisx0201()
50 ch = wch; in ucs4_to_jisx0201()
51 else if (wch >= 0xff61 && wch <= 0xff9f) in ucs4_to_jisx0201()
52 ch = wch - 0xfec0; in ucs4_to_jisx0201()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/iconvdata/
H A Djis0201.h41 ucs4_to_jisx0201 (uint32_t wch, char *s) in ucs4_to_jisx0201() argument
45 if (wch == 0xa5) in ucs4_to_jisx0201()
47 else if (wch == 0x203e) in ucs4_to_jisx0201()
49 else if (wch < 0x7e && wch != 0x5c) in ucs4_to_jisx0201()
50 ch = wch; in ucs4_to_jisx0201()
51 else if (wch >= 0xff61 && wch <= 0xff9f) in ucs4_to_jisx0201()
52 ch = wch - 0xfec0; in ucs4_to_jisx0201()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/iconvdata/
H A Djis0201.h41 ucs4_to_jisx0201 (uint32_t wch, char *s) in ucs4_to_jisx0201() argument
45 if (wch == 0xa5) in ucs4_to_jisx0201()
47 else if (wch == 0x203e) in ucs4_to_jisx0201()
49 else if (wch < 0x7e && wch != 0x5c) in ucs4_to_jisx0201()
50 ch = wch; in ucs4_to_jisx0201()
51 else if (wch >= 0xff61 && wch <= 0xff9f) in ucs4_to_jisx0201()
52 ch = wch - 0xfec0; in ucs4_to_jisx0201()
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/contrib/gconv/
H A Djis0201.h44 ucs4_to_jisx0201 (uint32_t wch, unsigned char *s) in size_t()
48 if (wch == 0xa5) in size_t()
50 else if (wch == 0x203e) in size_t()
52 else if (wch < 0x7e && wch != 0x5c) in size_t()
53 ch = wch; in size_t()
54 else if (wch >= 0xff61 && wch <= 0xff9f) in size_t()
55 ch = wch - 0xfec0; in size_t()
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/contrib/gconv/
H A Djis0201.h44 ucs4_to_jisx0201 (uint32_t wch, unsigned char *s) in size_t()
48 if (wch == 0xa5) in size_t()
50 else if (wch == 0x203e) in size_t()
52 else if (wch < 0x7e && wch != 0x5c) in size_t()
53 ch = wch; in size_t()
54 else if (wch >= 0xff61 && wch <= 0xff9f) in size_t()
55 ch = wch - 0xfec0; in size_t()
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/contrib/gconv/
H A Djis0201.h44 ucs4_to_jisx0201 (uint32_t wch, unsigned char *s) in size_t()
48 if (wch == 0xa5) in size_t()
50 else if (wch == 0x203e) in size_t()
52 else if (wch < 0x7e && wch != 0x5c) in size_t()
53 ch = wch; in size_t()
54 else if (wch >= 0xff61 && wch <= 0xff9f) in size_t()
55 ch = wch - 0xfec0; in size_t()
/dports/devel/ncurses/ncurses-6.3/ncurses/widechar/
H A Dlib_erasewchar.c45 NCURSES_SP_NAME(erasewchar) (NCURSES_SP_DCLx wchar_t *wch);
47 NCURSES_SP_NAME(erasewchar) (NCURSES_SP_DCLx wchar_t *wch) in NCURSES_SP_NAME()
54 *wch = (wchar_t) value; in NCURSES_SP_NAME()
62 erasewchar(wchar_t *wch) in erasewchar() argument
64 return NCURSES_SP_NAME(erasewchar) (CURRENT_SCREEN, wch); in erasewchar()
75 NCURSES_SP_NAME(killwchar) (NCURSES_SP_DCLx wchar_t *wch);
77 NCURSES_SP_NAME(killwchar) (NCURSES_SP_DCLx wchar_t *wch) in NCURSES_SP_NAME()
84 *wch = (wchar_t) value; in NCURSES_SP_NAME()
92 killwchar(wchar_t *wch) in killwchar() argument
94 return NCURSES_SP_NAME(killwchar) (CURRENT_SCREEN, wch); in killwchar()

12345678910>>...52