OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wchar_t
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gdb/dist/readline/readline/
rlmbutil.h
85
*
wchar_t
doesn't work for 32-bit values on Windows using MSVC
88
# define
WCHAR_T
char32_t
92
# define
WCHAR_T
wchar_t
121
extern
WCHAR_T
_rl_char_value (char *, int);
122
extern int _rl_walphabetic (
WCHAR_T
);
142
_rl_wcwidth (
WCHAR_T
wc)
217
#if !defined (HAVE_WCHAR_T) && !defined (
wchar_t
)
218
# define
wchar_t
int
macro
/src/external/gpl3/gdb.old/dist/readline/readline/
rlmbutil.h
108
extern
wchar_t
_rl_char_value PARAMS((char *, int));
109
extern int _rl_walphabetic PARAMS((
wchar_t
));
130
wchar_t
wc;
205
#if !defined (HAVE_WCHAR_T) && !defined (
wchar_t
)
206
# define
wchar_t
int
macro
/src/external/gpl3/gcc/dist/libquadmath/printf/
quadmath-printf.h
51
#undef
wchar_t
macro
55
#define
wchar_t
char
macro
95
wchar_t
spec; /* Format letter. */
109
wchar_t
pad; /* Padding character. */
144
const
wchar_t
*ls = (const
wchar_t
*) s;
162
wchar_t
c)
180
({ union { const char *mb;
wchar_t
wc; } u; u.mb = nl_langinfo (x); u.wc; })
/src/external/gpl3/gcc.old/dist/libquadmath/printf/
quadmath-printf.h
51
#undef
wchar_t
macro
55
#define
wchar_t
char
macro
95
wchar_t
spec; /* Format letter. */
109
wchar_t
pad; /* Padding character. */
144
const
wchar_t
*ls = (const
wchar_t
*) s;
162
wchar_t
c)
180
({ union { const char *mb;
wchar_t
wc; } u; u.mb = nl_langinfo (x); u.wc; })
/src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
cxx11-shim_facets.cc
91
wchar_t
* _M_pwc;
99
operator const
wchar_t
*() const { return _M_pwc; }
480
template struct numpunct_shim<
wchar_t
>;
481
template struct collate_shim<
wchar_t
>;
482
template struct moneypunct_shim<
wchar_t
, true>;
483
template struct moneypunct_shim<
wchar_t
, false>;
484
template struct money_get_shim<
wchar_t
>;
485
template struct money_put_shim<
wchar_t
>;
486
template struct messages_shim<
wchar_t
>;
535
__numpunct_fill_cache(current_abi, const facet*, __numpunct_cache<
wchar_t
>*);
[
all
...]
/src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
cxx11-shim_facets.cc
91
wchar_t
* _M_pwc;
99
operator const
wchar_t
*() const { return _M_pwc; }
480
template struct numpunct_shim<
wchar_t
>;
481
template struct collate_shim<
wchar_t
>;
482
template struct moneypunct_shim<
wchar_t
, true>;
483
template struct moneypunct_shim<
wchar_t
, false>;
484
template struct money_get_shim<
wchar_t
>;
485
template struct money_put_shim<
wchar_t
>;
486
template struct messages_shim<
wchar_t
>;
535
__numpunct_fill_cache(current_abi, const facet*, __numpunct_cache<
wchar_t
>*);
[
all
...]
Completed in 28 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026