HomeSort by relevance Sort by last modified time
    Searched refs:_toupper (Results 1 - 11 of 11) sorted by null

  /bionic/tests/headers/posix/
ctype_h.c 67 #if !defined(_toupper)
68 #error _toupper
  /external/syslinux/com32/include/
ctype.h 106 #define _toupper(__c) ((__c) & ~32) macro
111 return islower(__c) ? _toupper(__c) : __c;
  /bionic/libc/upstream-openbsd/lib/libc/gen/
isctype.c 151 #undef _toupper macro
153 _toupper(int c) function
  /bionic/libc/include/
ctype.h 101 int _toupper(int __ch) __INTRODUCED_IN(21);
  /bionic/tests/
ctype_test.cpp 234 TEST(ctype, _toupper) {
235 // _toupper may mangle characters for which islower is false.
236 EXPECT_EQ('A', _toupper('a'));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
ctype.h 160 __exctype (_toupper); variable
239 # define _toupper(c) ((int) (*__ctype_toupper_loc ())[(int) (c)]) macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ctype.h 128 _CRTIMP int __cdecl _toupper(int _C);
216 #define _toupper(_Char) ((_Char)-'a'+'A') macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
stringobject.c 2013 #define _toupper macro
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
stringobject.c 1996 #define _toupper macro
    [all...]
  /external/python/cpython2/Objects/
stringobject.c 2013 #define _toupper macro
    [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 3168 function _toupper(chr) { function in function:_getcwd
    [all...]

Completed in 316 milliseconds