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

  /ndk/sources/android/support/src/musl-ctype/
towctrans.c 260 wint_t towupper(wint_t wc) function
  /external/libcxx/include/support/solaris/
wchar.h 23 #define towupper sun_towupper macro
43 #undef towupper macro
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
wchar.h 23 #define towupper sun_towupper macro
43 #undef towupper macro
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
wchar.h 23 #define towupper sun_towupper macro
43 #undef towupper macro
  /bionic/libc/bionic/
wctype.cpp 86 wint_t towupper(wint_t wc) { return toupper(wc); } function
88 int towupper_l(int c, locale_t) { return towupper(c); }
  /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 98 milliseconds