HomeSort by relevance Sort by last modified time
    Searched defs:towupper (Results 1 - 6 of 6) sorted by null

  /ndk/sources/android/support/src/musl-ctype/
towctrans.c 260 wint_t towupper(wint_t wc) function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
wchar.h 14 #define towupper sun_towupper macro
34 #undef towupper macro
  /bionic/libc/bionic/
wchar.cpp 212 wint_t towupper(wint_t wc) { function
  /external/bison/darwin-lib/
wctype.h 25 * 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/
wctype.in.h 24 * 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/
wctype.h 25 * 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 274 milliseconds