HomeSort by: relevance | last modified time | path
    Searched refs:towlower (Results 1 - 25 of 107) sorted by relevancy

1 2 3 4 5

  /src/external/apache2/llvm/dist/libcxx/include/__support/solaris/
wchar.h 21 #define towlower sun_towlower macro
41 #undef towlower macro
  /src/external/apache2/llvm/dist/libcxx/include/
wctype.h 40 wint_t towlower(wint_t wc);
73 #undef towlower macro
  /src/lib/libc/regex/
utils.h 57 #define towlower(a) tolower(a) macro
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
wctype.h 50 using std::towlower;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
wctype.h 50 using std::towlower;
  /src/external/gpl3/gdb/dist/gnulib/import/
wctype.in.h 24 * iswctype, towctrans, towlower, towupper, wctrans, wctype,
52 /* Native Windows (mingw, MSVC) have declarations of towupper, towlower, and
215 return ((wchar_t) wc == wc ? (wchar_t) towlower ((wchar_t) wc) : wc);
237 # undef towlower
251 # define towlower rpl_towlower
274 # undef towlower
296 # define towlower rpl_towlower
442 towlower
502 The functions towlower and towupper are implemented in the MSVCRT library
517 return (wint_t) (wchar_t) towlower (wc)
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/
wctype.in.h 24 * iswctype, towctrans, towlower, towupper, wctrans, wctype,
52 /* Native Windows (mingw, MSVC) have declarations of towupper, towlower, and
215 return ((wchar_t) wc == wc ? (wchar_t) towlower ((wchar_t) wc) : wc);
237 # undef towlower
251 # define towlower rpl_towlower
274 # undef towlower
296 # define towlower rpl_towlower
442 towlower
502 The functions towlower and towupper are implemented in the MSVCRT library
517 return (wint_t) (wchar_t) towlower (wc)
    [all...]
  /src/lib/libc/locale/
Makefile.inc 50 towlower.3 wctrans.3 towctrans.3 \
66 MLINKS+=towlower.3 towupper.3
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/darwin/
ctype_members.cc 81 { return towlower(__c); }
88 *__lo = towlower(*__lo);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
wctype.d 59 pure wint_t towlower(wint_t wc);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/darwin/
ctype_members.cc 81 { return towlower(__c); }
88 *__lo = towlower(*__lo);
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
wctype.h 29 * iswctype, towctrans, towlower, towupper, wctrans, wctype,
57 /* Native Windows (mingw, MSVC) have declarations of towupper, towlower, and
700 return ((wchar_t) wc == wc ? (wchar_t) towlower ((wchar_t) wc) : wc);
722 # undef towlower
736 # define towlower rpl_towlower
759 # undef towlower macro
781 # define towlower rpl_towlower
927 towlower function
987 The functions towlower and towupper are implemented in the MSVCRT library
1002 return (wint_t) (wchar_t) towlower (wc)
1005 # define towlower macro
1166 _GL_CXXALIASWARN (towlower); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
wctype.h 29 * iswctype, towctrans, towlower, towupper, wctrans, wctype,
57 /* Native Windows (mingw, MSVC) have declarations of towupper, towlower, and
700 return ((wchar_t) wc == wc ? (wchar_t) towlower ((wchar_t) wc) : wc);
722 # undef towlower
736 # define towlower rpl_towlower
759 # undef towlower macro
781 # define towlower rpl_towlower
927 towlower function
987 The functions towlower and towupper are implemented in the MSVCRT library
1002 return (wint_t) (wchar_t) towlower (wc)
1005 # define towlower macro
1166 _GL_CXXALIASWARN (towlower); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
wctype.h 29 * iswctype, towctrans, towlower, towupper, wctrans, wctype,
57 /* Native Windows (mingw, MSVC) have declarations of towupper, towlower, and
700 return ((wchar_t) wc == wc ? (wchar_t) towlower ((wchar_t) wc) : wc);
722 # undef towlower
736 # define towlower rpl_towlower
759 # undef towlower macro
781 # define towlower rpl_towlower
927 towlower function
987 The functions towlower and towupper are implemented in the MSVCRT library
1002 return (wint_t) (wchar_t) towlower (wc)
1005 # define towlower macro
1166 _GL_CXXALIASWARN (towlower); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/
wctype.h 29 * iswctype, towctrans, towlower, towupper, wctrans, wctype,
57 /* Native Windows (mingw, MSVC) have declarations of towupper, towlower, and
700 return ((wchar_t) wc == wc ? (wchar_t) towlower ((wchar_t) wc) : wc);
722 # undef towlower
736 # define towlower rpl_towlower
759 # undef towlower macro
781 # define towlower rpl_towlower
927 towlower function
987 The functions towlower and towupper are implemented in the MSVCRT library
1002 return (wint_t) (wchar_t) towlower (wc)
1005 # define towlower macro
1166 _GL_CXXALIASWARN (towlower); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
wctype.h 29 * iswctype, towctrans, towlower, towupper, wctrans, wctype,
57 /* Native Windows (mingw, MSVC) have declarations of towupper, towlower, and
700 return ((wchar_t) wc == wc ? (wchar_t) towlower ((wchar_t) wc) : wc);
722 # undef towlower
736 # define towlower rpl_towlower
759 # undef towlower macro
781 # define towlower rpl_towlower
927 towlower function
987 The functions towlower and towupper are implemented in the MSVCRT library
1002 return (wint_t) (wchar_t) towlower (wc)
1005 # define towlower macro
1166 _GL_CXXALIASWARN (towlower); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/
wctype.h 29 * iswctype, towctrans, towlower, towupper, wctrans, wctype,
57 /* Native Windows (mingw, MSVC) have declarations of towupper, towlower, and
700 return ((wchar_t) wc == wc ? (wchar_t) towlower ((wchar_t) wc) : wc);
722 # undef towlower
736 # define towlower rpl_towlower
759 # undef towlower macro
781 # define towlower rpl_towlower
927 towlower function
987 The functions towlower and towupper are implemented in the MSVCRT library
1002 return (wint_t) (wchar_t) towlower (wc)
1005 # define towlower macro
1166 _GL_CXXALIASWARN (towlower); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/
wctype.h 29 * iswctype, towctrans, towlower, towupper, wctrans, wctype,
57 /* Native Windows (mingw, MSVC) have declarations of towupper, towlower, and
700 return ((wchar_t) wc == wc ? (wchar_t) towlower ((wchar_t) wc) : wc);
722 # undef towlower
736 # define towlower rpl_towlower
759 # undef towlower macro
781 # define towlower rpl_towlower
927 towlower function
987 The functions towlower and towupper are implemented in the MSVCRT library
1002 return (wint_t) (wchar_t) towlower (wc)
1005 # define towlower macro
1166 _GL_CXXALIASWARN (towlower); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/
wctype.h 29 * iswctype, towctrans, towlower, towupper, wctrans, wctype,
57 /* Native Windows (mingw, MSVC) have declarations of towupper, towlower, and
700 return ((wchar_t) wc == wc ? (wchar_t) towlower ((wchar_t) wc) : wc);
722 # undef towlower
736 # define towlower rpl_towlower
759 # undef towlower macro
781 # define towlower rpl_towlower
927 towlower function
987 The functions towlower and towupper are implemented in the MSVCRT library
1002 return (wint_t) (wchar_t) towlower (wc)
1005 # define towlower macro
1166 _GL_CXXALIASWARN (towlower); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/
wctype.h 29 * iswctype, towctrans, towlower, towupper, wctrans, wctype,
57 /* Native Windows (mingw, MSVC) have declarations of towupper, towlower, and
700 return ((wchar_t) wc == wc ? (wchar_t) towlower ((wchar_t) wc) : wc);
722 # undef towlower
736 # define towlower rpl_towlower
759 # undef towlower macro
781 # define towlower rpl_towlower
927 towlower function
987 The functions towlower and towupper are implemented in the MSVCRT library
1002 return (wint_t) (wchar_t) towlower (wc)
1005 # define towlower macro
1166 _GL_CXXALIASWARN (towlower); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/
wctype.h 29 * iswctype, towctrans, towlower, towupper, wctrans, wctype,
57 /* Native Windows (mingw, MSVC) have declarations of towupper, towlower, and
700 return ((wchar_t) wc == wc ? (wchar_t) towlower ((wchar_t) wc) : wc);
722 # undef towlower
736 # define towlower rpl_towlower
759 # undef towlower macro
781 # define towlower rpl_towlower
927 towlower function
987 The functions towlower and towupper are implemented in the MSVCRT library
1002 return (wint_t) (wchar_t) towlower (wc)
1005 # define towlower macro
1166 _GL_CXXALIASWARN (towlower); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/import/
wctype.h 29 * iswctype, towctrans, towlower, towupper, wctrans, wctype,
57 /* Native Windows (mingw, MSVC) have declarations of towupper, towlower, and
700 return ((wchar_t) wc == wc ? (wchar_t) towlower ((wchar_t) wc) : wc);
722 # undef towlower
736 # define towlower rpl_towlower
759 # undef towlower macro
781 # define towlower rpl_towlower
927 towlower function
987 The functions towlower and towupper are implemented in the MSVCRT library
1002 return (wint_t) (wchar_t) towlower (wc)
1005 # define towlower macro
1166 _GL_CXXALIASWARN (towlower); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mips64el/gnulib/import/
wctype.h 29 * iswctype, towctrans, towlower, towupper, wctrans, wctype,
57 /* Native Windows (mingw, MSVC) have declarations of towupper, towlower, and
700 return ((wchar_t) wc == wc ? (wchar_t) towlower ((wchar_t) wc) : wc);
722 # undef towlower
736 # define towlower rpl_towlower
759 # undef towlower macro
781 # define towlower rpl_towlower
927 towlower function
987 The functions towlower and towupper are implemented in the MSVCRT library
1002 return (wint_t) (wchar_t) towlower (wc)
1005 # define towlower macro
1166 _GL_CXXALIASWARN (towlower); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mipseb/gnulib/import/
wctype.h 29 * iswctype, towctrans, towlower, towupper, wctrans, wctype,
57 /* Native Windows (mingw, MSVC) have declarations of towupper, towlower, and
700 return ((wchar_t) wc == wc ? (wchar_t) towlower ((wchar_t) wc) : wc);
722 # undef towlower
736 # define towlower rpl_towlower
759 # undef towlower macro
781 # define towlower rpl_towlower
927 towlower function
987 The functions towlower and towupper are implemented in the MSVCRT library
1002 return (wint_t) (wchar_t) towlower (wc)
1005 # define towlower macro
1166 _GL_CXXALIASWARN (towlower); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/import/
wctype.h 29 * iswctype, towctrans, towlower, towupper, wctrans, wctype,
57 /* Native Windows (mingw, MSVC) have declarations of towupper, towlower, and
700 return ((wchar_t) wc == wc ? (wchar_t) towlower ((wchar_t) wc) : wc);
722 # undef towlower
736 # define towlower rpl_towlower
759 # undef towlower macro
781 # define towlower rpl_towlower
927 towlower function
987 The functions towlower and towupper are implemented in the MSVCRT library
1002 return (wint_t) (wchar_t) towlower (wc)
1005 # define towlower macro
1166 _GL_CXXALIASWARN (towlower); variable
    [all...]

Completed in 70 milliseconds

1 2 3 4 5