Searched refs:wch (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Modules/ |
H A D | _cursesmodule.c | 301 - 2 if obj is a character (written into *wch) 308 , wchar_t *wch in PyCurses_ConvertToCchar_t() 326 *wch = buffer[0]; in PyCurses_ConvertToCchar_t() 363 - 2 if obj is a character string (written into *wch) 4447 wchar_t *wch) in PyCurses_ConvertToWchar_t() 4458 *wch = buffer[0]; in PyCurses_ConvertToWchar_t() 4470 *wch = (wchar_t)value; in PyCurses_ConvertToWchar_t() 4471 if ((long)*wch != value) { in PyCurses_ConvertToWchar_t() 4499 wchar_t wch; in _curses_unget_wch() local 4503 if (!PyCurses_ConvertToWchar_t(ch, &wch)) in _curses_unget_wch() 4446 PyCurses_ConvertToWchar_t(PyObject *obj, wchar_t *wch) PyCurses_ConvertToWchar_t() argument [all...] |
H A D | posixmodule.c | 4066 wchar_t wch = wnamebuf[len-1]; in _listdir_windows_no_opendir() local 4067 if (wch != SEP && wch != ALTSEP && wch != L':') in _listdir_windows_no_opendir()
|
/third_party/python/Python/ |
H A D | fileutils.c | 223 wchar_t wch; in check_force_ascii() local 227 res = _Py_mbstowcs(&wch, (char*)&ch, 1); in check_force_ascii() 228 if (res != DECODE_ERROR && wch == L'\xA7') { in check_force_ascii() 270 wchar_t wch[1]; in check_force_ascii() local 275 res = _Py_mbstowcs(wch, ch, 1); in check_force_ascii()
|
/third_party/toybox/toys/pending/ |
H A D | awk.c | 379 unsigned wch; in bytesinutf8() local 382 int r = utf8towc(&wch, str, lim - str); in bytesinutf8() 391 unsigned wch; in utf8cnt() local 396 int r = utf8towc(&wch, str, lim - str); in utf8cnt() 3157 unsigned wch; in varprint() local 3160 n = utf8towc(&wch, z->vst->str, z->vst->size) < 1 ? 0xfffd : wch; in varprint() 4221 unsigned wch; in interpx() local 4222 int len = utf8towc(&wch, p, e-p); in interpx() 4228 wch in interpx() [all...] |
Completed in 29 milliseconds