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

1 2 3 4

  /src/external/apache2/llvm/dist/libcxx/include/__support/solaris/
wchar.h 22 #define towupper sun_towupper macro
42 #undef towupper macro
  /src/external/apache2/llvm/dist/libcxx/include/
wctype.h 41 wint_t towupper(wint_t wc);
74 #undef towupper macro
  /src/lib/libc/regex/
utils.h 56 #define towupper(a) toupper(a) macro
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
wctype.h 51 using std::towupper;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
wctype.h 51 using std::towupper;
  /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
221 return ((wchar_t) wc == wc ? (wchar_t) towupper ((wchar_t) wc) : wc);
238 # undef towupper
252 # define towupper rpl_towupper
275 # undef towupper
297 # define towupper rpl_towupper
453 towupper
502 The functions towlower and towupper are implemented in the MSVCRT library
526 return (wint_t) (wchar_t) towupper (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
221 return ((wchar_t) wc == wc ? (wchar_t) towupper ((wchar_t) wc) : wc);
238 # undef towupper
252 # define towupper rpl_towupper
275 # undef towupper
297 # define towupper rpl_towupper
453 towupper
502 The functions towlower and towupper are implemented in the MSVCRT library
526 return (wint_t) (wchar_t) towupper (wc)
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/darwin/
ctype_members.cc 66 { return towupper(__c); }
73 *__lo = towupper(*__lo);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
wctype.d 61 pure wint_t towupper(wint_t wc);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/darwin/
ctype_members.cc 66 { return towupper(__c); }
73 *__lo = towupper(*__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
706 return ((wchar_t) wc == wc ? (wchar_t) towupper ((wchar_t) wc) : wc);
723 # undef towupper
737 # define towupper rpl_towupper
760 # undef towupper macro
782 # define towupper rpl_towupper
938 towupper function
987 The functions towlower and towupper are implemented in the MSVCRT library
1011 return (wint_t) (wchar_t) towupper (wc)
1014 # define towupper macro
1167 _GL_CXXALIASWARN (towupper); 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
706 return ((wchar_t) wc == wc ? (wchar_t) towupper ((wchar_t) wc) : wc);
723 # undef towupper
737 # define towupper rpl_towupper
760 # undef towupper macro
782 # define towupper rpl_towupper
938 towupper function
987 The functions towlower and towupper are implemented in the MSVCRT library
1011 return (wint_t) (wchar_t) towupper (wc)
1014 # define towupper macro
1167 _GL_CXXALIASWARN (towupper); 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
706 return ((wchar_t) wc == wc ? (wchar_t) towupper ((wchar_t) wc) : wc);
723 # undef towupper
737 # define towupper rpl_towupper
760 # undef towupper macro
782 # define towupper rpl_towupper
938 towupper function
987 The functions towlower and towupper are implemented in the MSVCRT library
1011 return (wint_t) (wchar_t) towupper (wc)
1014 # define towupper macro
1167 _GL_CXXALIASWARN (towupper); 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
706 return ((wchar_t) wc == wc ? (wchar_t) towupper ((wchar_t) wc) : wc);
723 # undef towupper
737 # define towupper rpl_towupper
760 # undef towupper macro
782 # define towupper rpl_towupper
938 towupper function
987 The functions towlower and towupper are implemented in the MSVCRT library
1011 return (wint_t) (wchar_t) towupper (wc)
1014 # define towupper macro
1167 _GL_CXXALIASWARN (towupper); 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
706 return ((wchar_t) wc == wc ? (wchar_t) towupper ((wchar_t) wc) : wc);
723 # undef towupper
737 # define towupper rpl_towupper
760 # undef towupper macro
782 # define towupper rpl_towupper
938 towupper function
987 The functions towlower and towupper are implemented in the MSVCRT library
1011 return (wint_t) (wchar_t) towupper (wc)
1014 # define towupper macro
1167 _GL_CXXALIASWARN (towupper); 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
706 return ((wchar_t) wc == wc ? (wchar_t) towupper ((wchar_t) wc) : wc);
723 # undef towupper
737 # define towupper rpl_towupper
760 # undef towupper macro
782 # define towupper rpl_towupper
938 towupper function
987 The functions towlower and towupper are implemented in the MSVCRT library
1011 return (wint_t) (wchar_t) towupper (wc)
1014 # define towupper macro
1167 _GL_CXXALIASWARN (towupper); 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
706 return ((wchar_t) wc == wc ? (wchar_t) towupper ((wchar_t) wc) : wc);
723 # undef towupper
737 # define towupper rpl_towupper
760 # undef towupper macro
782 # define towupper rpl_towupper
938 towupper function
987 The functions towlower and towupper are implemented in the MSVCRT library
1011 return (wint_t) (wchar_t) towupper (wc)
1014 # define towupper macro
1167 _GL_CXXALIASWARN (towupper); 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
706 return ((wchar_t) wc == wc ? (wchar_t) towupper ((wchar_t) wc) : wc);
723 # undef towupper
737 # define towupper rpl_towupper
760 # undef towupper macro
782 # define towupper rpl_towupper
938 towupper function
987 The functions towlower and towupper are implemented in the MSVCRT library
1011 return (wint_t) (wchar_t) towupper (wc)
1014 # define towupper macro
1167 _GL_CXXALIASWARN (towupper); 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
706 return ((wchar_t) wc == wc ? (wchar_t) towupper ((wchar_t) wc) : wc);
723 # undef towupper
737 # define towupper rpl_towupper
760 # undef towupper macro
782 # define towupper rpl_towupper
938 towupper function
987 The functions towlower and towupper are implemented in the MSVCRT library
1011 return (wint_t) (wchar_t) towupper (wc)
1014 # define towupper macro
1167 _GL_CXXALIASWARN (towupper); 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
706 return ((wchar_t) wc == wc ? (wchar_t) towupper ((wchar_t) wc) : wc);
723 # undef towupper
737 # define towupper rpl_towupper
760 # undef towupper macro
782 # define towupper rpl_towupper
938 towupper function
987 The functions towlower and towupper are implemented in the MSVCRT library
1011 return (wint_t) (wchar_t) towupper (wc)
1014 # define towupper macro
1167 _GL_CXXALIASWARN (towupper); 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
706 return ((wchar_t) wc == wc ? (wchar_t) towupper ((wchar_t) wc) : wc);
723 # undef towupper
737 # define towupper rpl_towupper
760 # undef towupper macro
782 # define towupper rpl_towupper
938 towupper function
987 The functions towlower and towupper are implemented in the MSVCRT library
1011 return (wint_t) (wchar_t) towupper (wc)
1014 # define towupper macro
1167 _GL_CXXALIASWARN (towupper); 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
706 return ((wchar_t) wc == wc ? (wchar_t) towupper ((wchar_t) wc) : wc);
723 # undef towupper
737 # define towupper rpl_towupper
760 # undef towupper macro
782 # define towupper rpl_towupper
938 towupper function
987 The functions towlower and towupper are implemented in the MSVCRT library
1011 return (wint_t) (wchar_t) towupper (wc)
1014 # define towupper macro
1167 _GL_CXXALIASWARN (towupper); 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
706 return ((wchar_t) wc == wc ? (wchar_t) towupper ((wchar_t) wc) : wc);
723 # undef towupper
737 # define towupper rpl_towupper
760 # undef towupper macro
782 # define towupper rpl_towupper
938 towupper function
987 The functions towlower and towupper are implemented in the MSVCRT library
1011 return (wint_t) (wchar_t) towupper (wc)
1014 # define towupper macro
1167 _GL_CXXALIASWARN (towupper); 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
706 return ((wchar_t) wc == wc ? (wchar_t) towupper ((wchar_t) wc) : wc);
723 # undef towupper
737 # define towupper rpl_towupper
760 # undef towupper macro
782 # define towupper rpl_towupper
938 towupper function
987 The functions towlower and towupper are implemented in the MSVCRT library
1011 return (wint_t) (wchar_t) towupper (wc)
1014 # define towupper macro
1167 _GL_CXXALIASWARN (towupper); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64eb/gnulib/import/
wctype.h 29 * iswctype, towctrans, towlower, towupper, wctrans, wctype,
57 /* Native Windows (mingw, MSVC) have declarations of towupper, towlower, and
706 return ((wchar_t) wc == wc ? (wchar_t) towupper ((wchar_t) wc) : wc);
723 # undef towupper
737 # define towupper rpl_towupper
760 # undef towupper macro
782 # define towupper rpl_towupper
938 towupper function
987 The functions towlower and towupper are implemented in the MSVCRT library
1011 return (wint_t) (wchar_t) towupper (wc)
1014 # define towupper macro
1167 _GL_CXXALIASWARN (towupper); variable
    [all...]

Completed in 67 milliseconds

1 2 3 4