Searched defs:towupper (Results 1 - 4 of 4) sorted by relevance

/external/libcxx/include/support/solaris/
H A Dwchar.h23 #define towupper sun_towupper macro
43 #undef towupper macro
/external/bison/darwin-lib/
H A Dwctype.h25 * iswctype, towctrans, towlower, towupper, wctrans, wctype,
432 # undef towupper macro
454 # define towupper rpl_towupper
610 towupper function
634 The functions towlower and towupper are implemented in the MSVCRT library
658 return (wint_t) (wchar_t) towupper (wc);
661 # define towupper rpl_towupper macro
756 _GL_CXXALIAS_RPL (towupper, wint_t, (wint_t wc));
759 _GL_CXXALIAS_SYS (towupper, wint_t, (wint_t wc));
762 _GL_CXXALIASWARN (towupper); variable
[all...]
/external/bison/lib/
H A Dwctype.in.h24 * iswctype, towctrans, towlower, towupper, wctrans, wctype,
130 # undef towupper macro
152 # define towupper rpl_towupper macro
308 towupper
332 The functions towlower and towupper are implemented in the MSVCRT library
356 return (wint_t) (wchar_t) towupper (wc);
359 # define towupper rpl_towupper macro
454 _GL_CXXALIAS_RPL (towupper, wint_t, (wint_t wc));
457 _GL_CXXALIAS_SYS (towupper, wint_t, (wint_t wc));
460 _GL_CXXALIASWARN (towupper); variable
[all...]
/external/bison/linux-lib/
H A Dwctype.h25 * iswctype, towctrans, towlower, towupper, wctrans, wctype,
432 # undef towupper macro
454 # define towupper rpl_towupper
610 towupper function
634 The functions towlower and towupper are implemented in the MSVCRT library
658 return (wint_t) (wchar_t) towupper (wc);
661 # define towupper rpl_towupper macro
756 _GL_CXXALIAS_RPL (towupper, wint_t, (wint_t wc));
759 _GL_CXXALIAS_SYS (towupper, wint_t, (wint_t wc));
762 _GL_CXXALIASWARN (towupper); variable
[all...]

Completed in 272 milliseconds