/external/libcxx/include/ |
D | cwchar | 34 int fwprintf(FILE* restrict stream, const wchar_t* restrict format, ...); 35 int fwscanf(FILE* restrict stream, const wchar_t* restrict format, ...); 36 int swprintf(wchar_t* restrict s, size_t n, const wchar_t* restrict format, ...); 37 int swscanf(const wchar_t* restrict s, const wchar_t* restrict format, ...); 38 int vfwprintf(FILE* restrict stream, const wchar_t* restrict format, va_list arg); 39 int vfwscanf(FILE* restrict stream, const wchar_t* restrict format, va_list arg); // C99 40 int vswprintf(wchar_t* restrict s, size_t n, const wchar_t* restrict format, va_list arg); 41 int vswscanf(const wchar_t* restrict s, const wchar_t* restrict format, va_list arg); // C99 42 int vwprintf(const wchar_t* restrict format, va_list arg); 43 int vwscanf(const wchar_t* restrict format, va_list arg); // C99 [all …]
|
D | wchar.h | 137 wchar_t* __libcpp_wcschr(const wchar_t* __s, wchar_t __c) {return (wchar_t*)wcschr(__s, __c);} in __libcpp_wcschr() 139 const wchar_t* wcschr(const wchar_t* __s, wchar_t __c) {return __libcpp_wcschr(__s, __c);} in wcschr() 141 wchar_t* wcschr( wchar_t* __s, wchar_t __c) {return __libcpp_wcschr(__s, __c);} in wcschr() 144 wchar_t* __libcpp_wcspbrk(const wchar_t* __s1, const wchar_t* __s2) {return (wchar_t*)wcspbrk(__s1,… in __libcpp_wcspbrk() 146 const wchar_t* wcspbrk(const wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcspbrk(__s1, __s… in wcspbrk() 148 … wchar_t* wcspbrk( wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcspbrk(__s1, __s2);} in wcspbrk() 151 wchar_t* __libcpp_wcsrchr(const wchar_t* __s, wchar_t __c) {return (wchar_t*)wcsrchr(__s, __c);} in __libcpp_wcsrchr() 153 const wchar_t* wcsrchr(const wchar_t* __s, wchar_t __c) {return __libcpp_wcsrchr(__s, __c);} in wcsrchr() 155 wchar_t* wcsrchr( wchar_t* __s, wchar_t __c) {return __libcpp_wcsrchr(__s, __c);} in wcsrchr() 158 wchar_t* __libcpp_wcsstr(const wchar_t* __s1, const wchar_t* __s2) {return (wchar_t*)wcsstr(__s1, _… in __libcpp_wcsstr() [all …]
|
D | iosfwd | 25 template<> struct char_traits<wchar_t>; 55 typedef basic_ios<wchar_t> wios; 72 typedef basic_streambuf<wchar_t> wstreambuf; 73 typedef basic_istream<wchar_t> wistream; 74 typedef basic_ostream<wchar_t> wostream; 75 typedef basic_iostream<wchar_t> wiostream; 77 typedef basic_stringbuf<wchar_t> wstringbuf; 78 typedef basic_istringstream<wchar_t> wistringstream; 79 typedef basic_ostringstream<wchar_t> wostringstream; 80 typedef basic_stringstream<wchar_t> wstringstream; [all …]
|
/external/llvm-project/libcxx/include/ |
D | cwchar | 33 int fwprintf(FILE* restrict stream, const wchar_t* restrict format, ...); 34 int fwscanf(FILE* restrict stream, const wchar_t* restrict format, ...); 35 int swprintf(wchar_t* restrict s, size_t n, const wchar_t* restrict format, ...); 36 int swscanf(const wchar_t* restrict s, const wchar_t* restrict format, ...); 37 int vfwprintf(FILE* restrict stream, const wchar_t* restrict format, va_list arg); 38 int vfwscanf(FILE* restrict stream, const wchar_t* restrict format, va_list arg); // C99 39 int vswprintf(wchar_t* restrict s, size_t n, const wchar_t* restrict format, va_list arg); 40 int vswscanf(const wchar_t* restrict s, const wchar_t* restrict format, va_list arg); // C99 41 int vwprintf(const wchar_t* restrict format, va_list arg); 42 int vwscanf(const wchar_t* restrict format, va_list arg); // C99 [all …]
|
D | wchar.h | 137 wchar_t* __libcpp_wcschr(const wchar_t* __s, wchar_t __c) {return (wchar_t*)wcschr(__s, __c);} in __libcpp_wcschr() 139 const wchar_t* wcschr(const wchar_t* __s, wchar_t __c) {return __libcpp_wcschr(__s, __c);} in wcschr() 141 wchar_t* wcschr( wchar_t* __s, wchar_t __c) {return __libcpp_wcschr(__s, __c);} in wcschr() 144 wchar_t* __libcpp_wcspbrk(const wchar_t* __s1, const wchar_t* __s2) {return (wchar_t*)wcspbrk(__s1,… in __libcpp_wcspbrk() 146 const wchar_t* wcspbrk(const wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcspbrk(__s1, __s… in wcspbrk() 148 … wchar_t* wcspbrk( wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcspbrk(__s1, __s2);} in wcspbrk() 151 wchar_t* __libcpp_wcsrchr(const wchar_t* __s, wchar_t __c) {return (wchar_t*)wcsrchr(__s, __c);} in __libcpp_wcsrchr() 153 const wchar_t* wcsrchr(const wchar_t* __s, wchar_t __c) {return __libcpp_wcsrchr(__s, __c);} in wcsrchr() 155 wchar_t* wcsrchr( wchar_t* __s, wchar_t __c) {return __libcpp_wcsrchr(__s, __c);} in wcsrchr() 158 wchar_t* __libcpp_wcsstr(const wchar_t* __s1, const wchar_t* __s2) {return (wchar_t*)wcsstr(__s1, _… in __libcpp_wcsstr() [all …]
|
D | iosfwd | 24 template<> struct char_traits<wchar_t>; 54 typedef basic_ios<wchar_t> wios; 71 typedef basic_streambuf<wchar_t> wstreambuf; 72 typedef basic_istream<wchar_t> wistream; 73 typedef basic_ostream<wchar_t> wostream; 74 typedef basic_iostream<wchar_t> wiostream; 76 typedef basic_stringbuf<wchar_t> wstringbuf; 77 typedef basic_istringstream<wchar_t> wistringstream; 78 typedef basic_ostringstream<wchar_t> wostringstream; 79 typedef basic_stringstream<wchar_t> wstringstream; [all …]
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/Inputs/bugprone-not-null-terminated-result/ |
D | not-null-terminated-result-cxx.h | 29 size_t wcslen(const wchar_t *str); 34 wchar_t *wcscpy(wchar_t (&dest)[size], const wchar_t *src); 35 wchar_t *wcscpy(wchar_t *dest, const wchar_t *src); 40 errno_t wcscpy_s(wchar_t (&dest)[size], const wchar_t *src); 41 errno_t wcscpy_s(wchar_t *dest, size_t destSize, const wchar_t *src); 46 wchar_t *wcsncpy(wchar_t (&dest)[size], const wchar_t *src, size_t count); 47 wchar_t *wcsncpy(wchar_t *dest, const wchar_t *src, size_t count); 52 errno_t wcsncpy_s(wchar_t (&dest)[size], const wchar_t *src, size_t length); 53 errno_t wcsncpy_s(wchar_t *dest, size_t destSize, const wchar_t *src, size_t c); 55 wchar_t *wmemcpy(wchar_t *dest, const wchar_t *src, size_t count); [all …]
|
/external/mtools/ |
D | match.c | 26 static int casecmp(wchar_t a, wchar_t b) in casecmp() 31 static int exactcmp(wchar_t a,wchar_t b) in exactcmp() 37 static int is_in_range(wchar_t ch, const wchar_t **p, int *reverse) { in is_in_range() 38 wchar_t first, last; in is_in_range() 70 static int parse_range(const wchar_t **p, const wchar_t *s, wchar_t *out, in parse_range() 71 int (*compfn)(wchar_t a, wchar_t b)) in parse_range() 74 const wchar_t *p0 = *p; in parse_range() 75 const wchar_t *p1 = *p; in parse_range() 82 if(is_in_range((wchar_t)towlower((wint_t)*s), &p0, &reverse)) { in parse_range() 84 *out = (wchar_t)towlower((wint_t)*s); in parse_range() [all …]
|
/external/ImageMagick/MagickCore/ |
D | utility-private.h | 62 static inline wchar_t *create_wchar_path(const char *utf8) in create_wchar_path() 67 wchar_t in create_wchar_path() 77 wchar_t in create_wchar_path() 83 longPath=(wchar_t *) AcquireQuantumMemory(count,sizeof(*longPath)); in create_wchar_path() 84 if (longPath == (wchar_t *) NULL) in create_wchar_path() 85 return((wchar_t *) NULL); in create_wchar_path() 89 longPath=(wchar_t *) RelinquishMagickMemory(longPath); in create_wchar_path() 91 return((wchar_t *) NULL); in create_wchar_path() 92 wideChar=(wchar_t *) AcquireQuantumMemory(count-3,sizeof(*wideChar)); in create_wchar_path() 96 wideChar=(wchar_t *) AcquireQuantumMemory(count,sizeof(*wideChar)); in create_wchar_path() [all …]
|
/external/python/cpython3/Include/cpython/ |
D | initconfig.h | 35 wchar_t **items; 39 const wchar_t *item); 42 const wchar_t *item); 196 wchar_t *filesystem_encoding; 197 wchar_t *filesystem_errors; 199 wchar_t *pycache_prefix; /* PYTHONPYCACHEPREFIX, -X pycache_prefix=PATH */ 219 wchar_t *program_name; 332 wchar_t *stdio_encoding; 338 wchar_t *stdio_errors; 364 wchar_t *check_hash_pycs_mode; [all …]
|
D | fileutils.h | 21 wchar_t **wstr, 28 const wchar_t *text, 95 const wchar_t *path, 96 const wchar_t *mode); 123 const wchar_t *path, 124 wchar_t *buf, 131 PyAPI_FUNC(wchar_t*) _Py_wrealpath( 132 const wchar_t *path, 133 wchar_t *resolved_path, 140 PyAPI_FUNC(int) _Py_isabs(const wchar_t *path); [all …]
|
/external/lzma/CPP/Common/ |
D | MyString.h | 44 inline bool IsPathSepar(wchar_t c) { return IS_PATH_SEPAR(c); } in IsPathSepar() 71 inline unsigned MyStringLen(const wchar_t *s) in MyStringLen() 78 inline void MyStringCopy(wchar_t *dest, const wchar_t *src) in MyStringCopy() 83 inline void MyStringCat(wchar_t *dest, const wchar_t *src) in MyStringCat() 105 int FindCharPosInString(const wchar_t *s, wchar_t c) throw(); 141 inline wchar_t MyCharLower_Ascii(wchar_t c) in MyCharLower_Ascii() 144 return (wchar_t)(c + 0x20); in MyCharLower_Ascii() 148 wchar_t MyCharUpper_WIN(wchar_t c) throw(); 150 inline wchar_t MyCharUpper(wchar_t c) throw() in MyCharUpper() 153 if (c <= 'z') return (wchar_t)(c - 0x20); in MyCharUpper() [all …]
|
/external/pdfium/core/fxcrt/ |
D | widestring.h | 31 using CharType = wchar_t; 35 static WideString Format(const wchar_t* pFormat, ...) WARN_UNUSED_RESULT; 36 static WideString FormatV(const wchar_t* lpszFormat, 47 WideString(wchar_t ch); 49 WideString(const wchar_t* ptr); 55 WideString(const wchar_t* pStr, size_t len); 76 const wchar_t* c_str() const { return m_pData ? m_pData->m_String : L""; } in c_str() 86 pdfium::span<const wchar_t> span() const { in span() 115 WideString& operator=(const wchar_t* str); 122 WideString& operator+=(const wchar_t* str); [all …]
|
D | fx_extension.h | 31 float FXSYS_wcstof(const wchar_t* pwsStr, int32_t iLength, int32_t* pUsedLen); 32 wchar_t* FXSYS_wcsncpy(wchar_t* dstStr, const wchar_t* srcStr, size_t count); 33 int32_t FXSYS_wcsnicmp(const wchar_t* s1, const wchar_t* s2, size_t count); 43 inline int32_t FXSYS_towlower(wchar_t c) { in FXSYS_towlower() 47 inline int32_t FXSYS_towupper(wchar_t c) { in FXSYS_towupper() 55 inline bool FXSYS_iswalpha(wchar_t c) { in FXSYS_iswalpha() 59 inline bool FXSYS_iswalnum(wchar_t c) { in FXSYS_iswalnum() 63 inline bool FXSYS_iswspace(wchar_t c) { in FXSYS_iswspace() 75 inline bool FXSYS_IsWideHexDigit(wchar_t c) { in FXSYS_IsWideHexDigit() 86 inline int FXSYS_WideHexCharToInt(wchar_t c) { in FXSYS_WideHexCharToInt() [all …]
|
D | cfx_widetextbuf.h | 16 void AppendChar(wchar_t wch); 18 wchar_t* GetBuffer() const { in GetBuffer() 19 return reinterpret_cast<wchar_t*>(m_pBuffer.get()); in GetBuffer() 23 return WideStringView(reinterpret_cast<const wchar_t*>(m_pBuffer.get()), in AsStringView() 24 m_DataSize / sizeof(wchar_t)); in AsStringView() 27 return WideString(reinterpret_cast<const wchar_t*>(m_pBuffer.get()), in MakeString() 28 m_DataSize / sizeof(wchar_t)); in MakeString() 32 CFX_BinaryBuf::Delete(start_index * sizeof(wchar_t), in Delete() 33 count * sizeof(wchar_t)); in Delete() 39 CFX_WideTextBuf& operator<<(const wchar_t* lpsz);
|
/external/python/cpython3/Modules/ |
D | getpath.c | 127 wchar_t *path_env; /* PATH environment variable */ 129 wchar_t *pythonpath_macro; /* PYTHONPATH macro */ 130 wchar_t *prefix_macro; /* PREFIX macro */ 131 wchar_t *exec_prefix_macro; /* EXEC_PREFIX macro */ 132 wchar_t *vpath_macro; /* VPATH macro */ 134 wchar_t *lib_python; /* <platlibdir> / "pythonX.Y" */ 140 const wchar_t *pythonpath_env; 141 const wchar_t *platlibdir; 143 wchar_t *argv0_path; 144 wchar_t *zip_path; [all …]
|
/external/python/cpython3/PC/ |
D | getpathp.c | 126 const wchar_t *path_env; /* PATH environment variable */ 127 const wchar_t *home; /* PYTHONHOME environment variable */ 131 wchar_t *machine_path; /* from HKEY_LOCAL_MACHINE */ 132 wchar_t *user_path; /* from HKEY_CURRENT_USER */ 134 const wchar_t *pythonpath_env; 140 is_sep(wchar_t ch) in is_sep() 153 reduce(wchar_t *dir) in reduce() 167 change_ext(wchar_t *dest, const wchar_t *src, const wchar_t *ext) in change_ext() 193 wchar_t *s = wcsrchr(dest, L'.'); in change_ext() 209 exists(const wchar_t *filename) in exists() [all …]
|
D | launcher.c | 57 static wchar_t * 58 skip_whitespace(wchar_t * p) in skip_whitespace() 66 debug(wchar_t * format, ...) in debug() 78 winerror(int rc, wchar_t * message, int size) in winerror() 87 error(int rc, wchar_t * format, ... ) in error() 90 wchar_t message[MSGSIZE]; in error() 91 wchar_t win_message[MSGSIZE]; in error() 119 static wchar_t * get_env(wchar_t * key) in get_env() 122 static wchar_t buf[BUFSIZE]; in get_env() 127 wchar_t *buf2 = (wchar_t*)malloc(sizeof(wchar_t) * (result+1)); in get_env() [all …]
|
/external/python/cpython3/Include/internal/ |
D | pycore_pathconfig.h | 13 wchar_t *program_full_path; 14 wchar_t *prefix; 15 wchar_t *exec_prefix; 17 wchar_t *module_search_path; 19 wchar_t *program_name; 21 wchar_t *home; 29 wchar_t *base_executable; 46 PyAPI_DATA(wchar_t*) _Py_dll_path; 59 const wchar_t *key, 60 wchar_t **value_p); [all …]
|
/external/llvm-project/clang/test/Parser/ |
D | char-literal-printing.c | 8 wchar_t test2(void) { return L'\\'; } in test2() 10 wchar_t test4(void) { return L'\''; } in test4() 12 wchar_t test6(void) { return L'\a'; } in test6() 14 wchar_t test8(void) { return L'\b'; } in test8() 16 wchar_t test10(void) { return L'\e'; } in test10() 18 wchar_t test12(void) { return L'\f'; } in test12() 20 wchar_t test14(void) { return L'\n'; } in test14() 22 wchar_t test16(void) { return L'\r'; } in test16() 24 wchar_t test18(void) { return L'\t'; } in test18() 26 wchar_t test20(void) { return L'\v'; } in test20() [all …]
|
/external/clang/test/Parser/ |
D | char-literal-printing.c | 8 wchar_t test2(void) { return L'\\'; } in test2() 10 wchar_t test4(void) { return L'\''; } in test4() 12 wchar_t test6(void) { return L'\a'; } in test6() 14 wchar_t test8(void) { return L'\b'; } in test8() 16 wchar_t test10(void) { return L'\e'; } in test10() 18 wchar_t test12(void) { return L'\f'; } in test12() 20 wchar_t test14(void) { return L'\n'; } in test14() 22 wchar_t test16(void) { return L'\r'; } in test16() 24 wchar_t test18(void) { return L'\t'; } in test18() 26 wchar_t test20(void) { return L'\v'; } in test20() [all …]
|
/external/icu/icu4c/source/test/perf/charperf/ |
D | charperf.h | 24 typedef void (*StdLibCharPerfFn)(wchar_t ch); 60 for (wchar_t i = MIN_; i < MAX_; i ++) { in call() 70 StdLibCharPerfFunction(StdLibCharPerfFn func, wchar_t min, wchar_t max) in StdLibCharPerfFunction() 83 wchar_t MIN_; 84 wchar_t MAX_; 183 inline void StdLibIsAlpha(wchar_t ch) in StdLibIsAlpha() 188 inline void StdLibIsUpper(wchar_t ch) in StdLibIsUpper() 193 inline void StdLibIsLower(wchar_t ch) in StdLibIsLower() 198 inline void StdLibIsDigit(wchar_t ch) in StdLibIsDigit() 203 inline void StdLibIsSpace(wchar_t ch) in StdLibIsSpace() [all …]
|
/external/python/cpython3/Python/ |
D | pathconfig.c | 23 copy_wstr(wchar_t **dst, const wchar_t *src) in copy_wstr() 112 static wchar_t* 113 _PyWideStringList_Join(const PyWideStringList *list, wchar_t sep) in _PyWideStringList_Join() 123 wchar_t *text = PyMem_RawMalloc(len * sizeof(wchar_t)); in _PyWideStringList_Join() 127 wchar_t *str = text; in _PyWideStringList_Join() 129 wchar_t *path = list->items[i]; in _PyWideStringList_Join() 134 memcpy(str, path, len * sizeof(wchar_t)); in _PyWideStringList_Join() 204 const wchar_t *sys_path = pathconfig->module_search_path; in config_init_module_search_paths() 205 const wchar_t delim = DELIM; in config_init_module_search_paths() 207 const wchar_t *p = wcschr(sys_path, delim); in config_init_module_search_paths() [all …]
|
/external/pdfium/fxbarcode/datamatrix/ |
D | BC_HighLevelEncoder.h | 36 static bool IsExtendedASCII(wchar_t ch); 38 static const wchar_t LATCH_TO_C40 = 230; 39 static const wchar_t LATCH_TO_BASE256 = 231; 40 static const wchar_t UPPER_SHIFT = 235; 41 static const wchar_t LATCH_TO_ANSIX12 = 238; 42 static const wchar_t LATCH_TO_TEXT = 239; 43 static const wchar_t LATCH_TO_EDIFACT = 240; 44 static const wchar_t C40_UNLATCH = 254; 45 static const wchar_t X12_UNLATCH = 254;
|
/external/python/cpython3/Include/ |
D | pylifecycle.h | 33 PyAPI_FUNC(int) Py_Main(int argc, wchar_t **argv); 38 PyAPI_FUNC(void) Py_SetProgramName(const wchar_t *); 39 PyAPI_FUNC(wchar_t *) Py_GetProgramName(void); 41 PyAPI_FUNC(void) Py_SetPythonHome(const wchar_t *); 42 PyAPI_FUNC(wchar_t *) Py_GetPythonHome(void); 44 PyAPI_FUNC(wchar_t *) Py_GetProgramFullPath(void); 46 PyAPI_FUNC(wchar_t *) Py_GetPrefix(void); 47 PyAPI_FUNC(wchar_t *) Py_GetExecPrefix(void); 48 PyAPI_FUNC(wchar_t *) Py_GetPath(void); 49 PyAPI_FUNC(void) Py_SetPath(const wchar_t *);
|