HomeSort by relevance Sort by last modified time
    Searched refs:towupper (Results 1 - 25 of 127) sorted by null

1 2 3 4 5 6

  /ndk/sources/android/support/src/musl-ctype/
iswlower.c 5 return towupper(wc) != wc || wc == 0xdf;
wctrans.c 13 if (trans == (wctrans_t)1) return towupper(wc);
  /ndk/sources/android/support/src/musl-locale/
towupper_l.c 6 return towupper(c);
  /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
  /external/libcxx/test/depr/depr.c.headers/
wctype_h.pass.cpp 79 #ifdef towupper
80 #error towupper defined
111 static_assert((std::is_same<decltype(towupper(w)), wint_t>::value), "");
  /external/libcxx/test/strings/c.strings/
cwctype.pass.cpp 79 #ifdef towupper
80 #error towupper defined
111 static_assert((std::is_same<decltype(std::towupper(w)), std::wint_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
wctype_h.pass.cpp 79 #ifdef towupper
80 #error towupper defined
111 static_assert((std::is_same<decltype(towupper(w)), wint_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
cwctype.pass.cpp 79 #ifdef towupper
80 #error towupper defined
111 static_assert((std::is_same<decltype(std::towupper(w)), std::wint_t>::value), "");
  /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/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/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...]
  /external/stlport/stlport/stl/
_cwctype.h 83 using _STLP_VENDOR_CSTD_WFUNC::towupper;
  /ndk/sources/android/support/include/
wctype.h 64 wint_t towupper(wint_t);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 83 using _STLP_VENDOR_CSTD_WFUNC::towupper;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 83 using _STLP_VENDOR_CSTD_WFUNC::towupper;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 83 using _STLP_VENDOR_CSTD_WFUNC::towupper;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 83 using _STLP_VENDOR_CSTD_WFUNC::towupper;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cwctype.h 83 using _STLP_VENDOR_CSTD_WFUNC::towupper;
  /prebuilts/ndk/9/sources/android/support/include/
wctype.h 64 wint_t towupper(wint_t);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cwctype.h 83 using _STLP_VENDOR_CSTD_WFUNC::towupper;
  /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); }
  /development/ndk/platforms/android-3/include/
wchar.h 115 extern wint_t towupper(wint_t);
  /development/ndk/platforms/android-8/include/
wchar.h 121 extern wint_t towupper(wint_t);

Completed in 1024 milliseconds

1 2 3 4 5 6