HomeSort by relevance Sort by last modified time
    Searched refs:isupper (Results 201 - 225 of 343) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/stlport/stlport/
locale 69 #undef isupper
95 inline bool isupper (_CharT c, const locale& loc)
  /ndk/sources/cxx-stl/stlport/stlport/
locale 69 #undef isupper
95 inline bool isupper (_CharT c, const locale& loc)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
localefwd.h 82 isupper(_CharT, const locale&);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
localefwd.h 80 isupper(_CharT, const locale&);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
localefwd.h 80 isupper(_CharT, const locale&);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
localefwd.h 74 isupper(_CharT, const locale&);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
locale 69 #undef isupper
95 inline bool isupper (_CharT c, const locale& loc)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
localefwd.h 74 isupper(_CharT, const locale&);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
locale 69 #undef isupper
95 inline bool isupper (_CharT c, const locale& loc)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
localefwd.h 74 isupper(_CharT, const locale&);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
locale 69 #undef isupper
95 inline bool isupper (_CharT c, const locale& loc)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
localefwd.h 74 isupper(_CharT, const locale&);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
localefwd.h 82 isupper(_CharT, const locale&);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
localefwd.h 82 isupper(_CharT, const locale&);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
locale 69 #undef isupper
95 inline bool isupper (_CharT c, const locale& loc)
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
locale 69 #undef isupper
95 inline bool isupper (_CharT c, const locale& loc)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
localefwd.h 82 isupper(_CharT, const locale&);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
localefwd.h 82 isupper(_CharT, const locale&);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
localefwd.h 80 isupper(_CharT, const locale&);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
localefwd.h 80 isupper(_CharT, const locale&);
  /external/e2fsprogs/intl/
localealias.c 403 c1 = isupper (*p1) ? tolower (*p1) : *p1;
404 c2 = isupper (*p2) ? tolower (*p2) : *p2;
  /external/e2fsprogs/misc/
util.c 41 if (isupper (ch1))
43 if (isupper (ch2))
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
util.h 203 #undef isupper macro
231 #define isupper(x) (sane_istest(x,GIT_ALPHA) && !(x & 0x20)) macro
  /ndk/sources/host-tools/make-3.81/
hash.h 157 (RESULT) += ((isupper (*_key_) ? tolower (*_key_) : *_key_) << (_key_[1] & 0xf)); \
168 (RESULT) += ((isupper (*_key_) ? tolower (*_key_) : *_key_) << (_key_[1] & 0x7)); \
  /bionic/libc/bionic/
wctype.cpp 47 int iswupper(wint_t wc) { return isupper(wc); }

Completed in 871 milliseconds

1 2 3 4 5 6 7 891011>>