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

  /bionic/libc/upstream-openbsd/lib/libc/gen/
isctype.c 151 #undef _toupper macro
153 _toupper(int c) function
  /external/syslinux/com32/include/
ctype.h 106 #define _toupper(__c) ((__c) & ~32) macro
111 return islower(__c) ? _toupper(__c) : __c;
  /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 312 milliseconds