towupper          138 maint/gnulib/lib/localeinfo.c   wint_t uc = towupper (c);
towupper          142 maint/gnulib/lib/localeinfo.c   if (lc != uc && lc != c && towupper (lc) == uc)
towupper          147 maint/gnulib/lib/localeinfo.c       if (li != lc && li != uc && li != c && towupper (li) == uc)
towupper          270 maint/gnulib/lib/nstrftime.c #  define TOUPPER(Ch, L) towupper (Ch)
towupper          142 maint/gnulib/lib/regex_internal.h # define __towupper towupper
towupper          172 maint/gnulib/lib/strtol.c #  define TOUPPER(Ch) towupper (Ch)
towupper           31 maint/gnulib/lib/wctrans-impl.h           return (wctrans_t) towupper;
towupper          221 maint/gnulib/lib/wctype.in.h   return ((wchar_t) wc == wc ? (wchar_t) towupper ((wchar_t) wc) : wc);
towupper          453 maint/gnulib/lib/wctype.in.h towupper
towupper          526 maint/gnulib/lib/wctype.in.h   return (wint_t) (wchar_t) towupper (wc);
towupper          675 maint/gnulib/lib/wctype.in.h _GL_CXXALIAS_RPL (towupper, wint_t, (wint_t wc));
towupper          678 maint/gnulib/lib/wctype.in.h _GL_CXXALIAS_SYS (towupper, wint_t, (wint_t wc));
towupper          682 maint/gnulib/lib/wctype.in.h _GL_CXXALIASWARN (towupper);
towupper          263 maint/gnulib/tests/test-regex.c       if (really_utf8 () && towupper (L'i') == 0x0130 /* U+0130; see below.  */)
towupper           55 maint/gnulib/tests/test-wctype-h-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::towupper, wint_t, (wint_t));
towupper           67 maint/gnulib/tests/test-wctype-h.c   (void) towupper (0);
towupper           71 maint/gnulib/tests/test-wctype-h.c   ASSERT (towupper (e) == e);