HomeSort by relevance Sort by last modified time
    Searched refs:isupper (Results 251 - 275 of 441) sorted by null

<<1112131415161718

  /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-linux-glibc2.15-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/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
localefwd.h 80 isupper(_CharT, const locale&);
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/
locale 69 #undef isupper
95 inline bool isupper (_CharT c, const locale& loc)
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
localefwd.h 80 isupper(_CharT, const locale&);
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/
locale 69 #undef isupper
95 inline bool isupper (_CharT c, const locale& loc)
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
localefwd.h 80 isupper(_CharT, const locale&);
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/
locale 69 #undef isupper
95 inline bool isupper (_CharT c, const locale& loc)
  /external/e2fsprogs/intl/
localealias.c 403 c1 = isupper (*p1) ? tolower (*p1) : *p1;
404 c2 = isupper (*p2) ? tolower (*p2) : *p2;
  /toolchain/binutils/binutils-2.25/intl/
localealias.c 408 c1 = isupper (*p1) ? tolower (*p1) : *p1;
409 c2 = isupper (*p2) ? tolower (*p2) : *p2;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
Unicode.py 404 s.isupper()
414 s.isupper()
424 s.isupper()
434 s.isupper()
444 s.isupper()
  /external/python/cpython2/Tools/pybench/
Unicode.py 404 s.isupper()
414 s.isupper()
424 s.isupper()
434 s.isupper()
444 s.isupper()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/cgi/
wiki.py 90 if chars and c.isupper():
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_bool.py 221 self.assertIs("XYZ".isupper(), True)
222 self.assertIs("xyz".isupper(), False)
245 self.assertIs(unicode("XYZ", 'ascii').isupper(), True)
246 self.assertIs(unicode("xyz", 'ascii').isupper(), False)
  /external/ImageMagick/MagickCore/
vms.c 202 if (isupper((int) ((unsigned char) *p)))
  /external/deqp/framework/delibs/decpp/
deStringUtil.cpp 143 bool isUpper (char c)
145 return std::isupper(c, std::locale::classic());
199 DE_TEST_ASSERT(isUpper('A'));
200 DE_TEST_ASSERT(!isUpper('a'));
  /external/libcxx/include/support/xlocale/
__posix_l_fallback.h 64 return ::isupper(c);
  /external/openssh/
match.c 144 sub[subi] = dolower && isupper((u_char)pattern[i]) ?
  /external/python/cpython2/Demo/cgi/
wiki.py 90 if chars and c.isupper():
  /external/python/cpython2/Lib/test/
test_bool.py 220 self.assertIs("XYZ".isupper(), True)
221 self.assertIs("xyz".isupper(), False)
244 self.assertIs(unicode("XYZ", 'ascii').isupper(), True)
245 self.assertIs(unicode("xyz", 'ascii').isupper(), False)
  /external/skia/infra/bots/recipes/
compile.py 39 if extra_config.startswith('SK') and extra_config.isupper():
  /external/swiftshader/third_party/subzero/src/
IceMangling.cpp 19 #include <cctype> // isdigit(), isupper()
58 } else if (std::isdigit(Ch) || std::isupper(Ch, CLocale)) {
  /frameworks/av/media/libstagefright/foundation/
ADebug.cpp 169 } else if (isupper(c)) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/support/xlocale/
__posix_l_fallback.h 64 return ::isupper(c);

Completed in 1342 milliseconds

<<1112131415161718