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

  /ndk/sources/android/support/src/musl-ctype/
towctrans.c 265 wint_t towlower(wint_t wc) function
  /external/libcxx/include/support/solaris/
wchar.h 22 #define towlower sun_towlower macro
42 #undef towlower macro
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
wchar.h 22 #define towlower sun_towlower macro
42 #undef towlower macro
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/solaris/
wchar.h 22 #define towlower sun_towlower macro
42 #undef towlower macro
  /bionic/libc/bionic/
wctype.cpp 85 wint_t towlower(wint_t wc) { return tolower(wc); } function
89 int towlower_l(int c, locale_t) { return towlower(c); }
  /external/bison/darwin-lib/
wctype.h 25 * iswctype, towctrans, towlower, towupper, wctrans, wctype,
431 # undef towlower macro
453 # define towlower rpl_towlower
599 towlower function
634 The functions towlower and towupper are implemented in the MSVCRT library
649 return (wint_t) (wchar_t) towlower (wc);
652 # define towlower rpl_towlower macro
755 _GL_CXXALIAS_RPL (towlower, wint_t, (wint_t wc));
758 _GL_CXXALIAS_SYS (towlower, wint_t, (wint_t wc));
761 _GL_CXXALIASWARN (towlower); variable
    [all...]
  /external/bison/lib/
wctype.in.h 24 * iswctype, towctrans, towlower, towupper, wctrans, wctype,
129 # undef towlower macro
151 # define towlower rpl_towlower macro
297 towlower
332 The functions towlower and towupper are implemented in the MSVCRT library
347 return (wint_t) (wchar_t) towlower (wc);
350 # define towlower rpl_towlower macro
453 _GL_CXXALIAS_RPL (towlower, wint_t, (wint_t wc));
456 _GL_CXXALIAS_SYS (towlower, wint_t, (wint_t wc));
459 _GL_CXXALIASWARN (towlower); variable
    [all...]
  /external/bison/linux-lib/
wctype.h 25 * iswctype, towctrans, towlower, towupper, wctrans, wctype,
431 # undef towlower macro
453 # define towlower rpl_towlower
599 towlower function
634 The functions towlower and towupper are implemented in the MSVCRT library
649 return (wint_t) (wchar_t) towlower (wc);
652 # define towlower rpl_towlower macro
755 _GL_CXXALIAS_RPL (towlower, wint_t, (wint_t wc));
758 _GL_CXXALIAS_SYS (towlower, wint_t, (wint_t wc));
761 _GL_CXXALIASWARN (towlower); variable
    [all...]

Completed in 861 milliseconds